opening VS2005 projects with VS 2003 ?????

  • Thread starter Thread starter sacrosancttayyar
  • Start date Start date
S

sacrosancttayyar

hi everybody,
i am new at VS (studying c#) and i eonder that how can i open and
COPiLE VS2005 projects withs VS 2003 (on a computer that have not
NETFRAMEWORK 2.X only have 1.1)
maybe some assembly works but i really woder this..
in my school computers dont have netframework2.x only 1.1. and VS2003
so my projects (created by VS2005) cant be opened in my schools
computers..????
:(
maybe you say :MSBuild Toolkit bla bla ..
thanks for now.

[sorry for my bad english-- you are not babysitter so you have not to
answer this topic :) ]
 
hi everybody,
i am new at VS (studying c#) and i eonder that how can i open and
COPiLE VS2005 projects withs VS 2003 (on a computer that have not
NETFRAMEWORK 2.X only have 1.1)

The answer is pretty much no. You'd have to do a file format conversion, and
even then you aren't guareteed that your code would work since the 1.1 and
2.0 compilers support diferent language features.
 
Back
Top