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. C#
  4. how to use project of visual studtio 2005 in 2003

how to use project of visual studtio 2005 in 2003

Scheduled Pinned Locked Moved C#
csharpvisual-studiotutorial
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.
  • P Offline
    P Offline
    puneetaggarwal16
    wrote on last edited by
    #1

    hi frnds, i m creating a project in visual studio 2005 at home. but in my college vs2003 is installed, so please tell me the way how to open that project in college...

    K L 2 Replies Last reply
    0
    • P puneetaggarwal16

      hi frnds, i m creating a project in visual studio 2005 at home. but in my college vs2003 is installed, so please tell me the way how to open that project in college...

      K Offline
      K Offline
      krieg38
      wrote on last edited by
      #2

      I don`t know if that is posible because VS 2005 has a different way of managing source files within the project. For an example in VS 2005 if you add a new form to the project, it will be represented by to files, one containig your code and one containing autogenerated code like filed init and stuff like that. However in VS 2003 all the code was in a single file.

      1 Reply Last reply
      0
      • P puneetaggarwal16

        hi frnds, i m creating a project in visual studio 2005 at home. but in my college vs2003 is installed, so please tell me the way how to open that project in college...

        L Offline
        L Offline
        Lost User
        wrote on last edited by
        #3

        It is not possible. You cannot open a newer version of solution using an old version fo Visual Studio. The only way you can do is create a new solution under VS2003 and add each file *.cs, *.resx, ... to this solution. That's why, you must write your code as clean as possible. That means you can use your code in VS2003 and VS2005. Without something specific from VS2005.

        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