Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. The Lounge
  3. Migrating to .Net Framework 4.5 or Heigher

Migrating to .Net Framework 4.5 or Heigher

Scheduled Pinned Locked Moved The Lounge
csharpasp-netdotnetdata-structuresquestion
3 Posts 3 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • E Offline
    E Offline
    Er Puneet Goel
    wrote on last edited by
    #1

    Hi Everyone, I am migrating my asp.net Cms website from .net framework from 3.5 to .net 4.5.1. I faced some generic controls issues just like Iframe isn't support under HtmlControl but 'asp:HtmlIframe' contrl is introduced. How you take this change ? Good for an application. I got bothered as it's an manual change but should be autom migration.

    Thanks & Regards Puneet Goel Save Paper >> Save Tree >> Save Huminity

    T Richard DeemingR 2 Replies Last reply
    0
    • E Er Puneet Goel

      Hi Everyone, I am migrating my asp.net Cms website from .net framework from 3.5 to .net 4.5.1. I faced some generic controls issues just like Iframe isn't support under HtmlControl but 'asp:HtmlIframe' contrl is introduced. How you take this change ? Good for an application. I got bothered as it's an manual change but should be autom migration.

      Thanks & Regards Puneet Goel Save Paper >> Save Tree >> Save Huminity

      T Offline
      T Offline
      Tim Carmichael
      wrote on last edited by
      #2

      Well.. I'd start by asking in the correct forum. This it the lounge; general chat, NO programming questions. There are various forums to ask in, try there. This is the most civil response you will get to a programming question in the lounge.

      1 Reply Last reply
      0
      • E Er Puneet Goel

        Hi Everyone, I am migrating my asp.net Cms website from .net framework from 3.5 to .net 4.5.1. I faced some generic controls issues just like Iframe isn't support under HtmlControl but 'asp:HtmlIframe' contrl is introduced. How you take this change ? Good for an application. I got bothered as it's an manual change but should be autom migration.

        Thanks & Regards Puneet Goel Save Paper >> Save Tree >> Save Huminity

        Richard DeemingR Offline
        Richard DeemingR Offline
        Richard Deeming
        wrote on last edited by
        #3

        Assuming you intended this to be a technical discussion, and not a programming question... There was a similar issue moving from ASP.NET 2.0 to 3.5, where the tbody, thead and tfoot were changed from HtmlGenericControl to specific controls. Fixing it involved manually changing the .designer.cs file, or cutting the offending elements out and pasting them back in. Predictably, this rather annoying behaviour is "by design": https://support.microsoft.com/kb/941824[^] Projects which use CodeFile instead of CodeBehind shouldn't be affected by this type of change, as the fields representing the controls are automatically generated by the compiler.


        "These people looked deep within my soul and assigned me a number based on the order in which I joined." - Homer

        "These people looked deep within my soul and assigned me a number based on the order in which I joined" - Homer

        1 Reply Last reply
        0
        Reply
        • Reply as topic
        Log in to reply
        • Oldest to Newest
        • Newest to Oldest
        • Most Votes


        • Login

        • Don't have an account? Register

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • World
        • Users
        • Groups