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. General Programming
  3. .NET (Core and Framework)
  4. when .net2003 solution is migrated to .net2005, controls are not as .net2005

when .net2003 solution is migrated to .net2005, controls are not as .net2005

Scheduled Pinned Locked Moved .NET (Core and Framework)
csharpcom
2 Posts 2 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.
  • R Offline
    R Offline
    Ravikumar Patra
    wrote on last edited by
    #1

    Dear Friends I migrated my project to .net 2005 which was in .net 2003(windows application using C# language) When I run the solution the forms and the controls are as if it is still in .net2003 then I opened the files(all) and changed the versions from 1.0,1.3,etc to 2.0 till then I did not got the .net 2005 control appearance. What should I do. Please reply soon... My mail Id is rabindrapatra@gmail.com Thanks Rabindra Patra

    J 1 Reply Last reply
    0
    • R Ravikumar Patra

      Dear Friends I migrated my project to .net 2005 which was in .net 2003(windows application using C# language) When I run the solution the forms and the controls are as if it is still in .net2003 then I opened the files(all) and changed the versions from 1.0,1.3,etc to 2.0 till then I did not got the .net 2005 control appearance. What should I do. Please reply soon... My mail Id is rabindrapatra@gmail.com Thanks Rabindra Patra

      J Offline
      J Offline
      Jun Du
      wrote on last edited by
      #2

      I beleive that is pretty much what you can get by migration. Migration only makes your VS2003 project work on VS2005 compiler. It does not modify your source code, which means it doesn't remove obsolete calls or add new calls. It does not automatically upgrade to new GUI features that do not exist in the old IDE. You have to redesign the GUI to get the new features. Approximately, you could consider that the migration only happens at the level of project settings.

      Best, Jun

      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