-
.Net versions...
Hi there!
I just thinking... :rolleyes:
Are .Net new versions compatible with the prior ones ? :confused:
i.e., .Net 2003 is compatible with .Net 2002 and .Net 2005 (will be) compatible with .Net 2003 ??? :confused:
Sorry, I couldn't find a better word than "compatible"... :(
Thanx a lot,
JL
-
Re: .Net versions...
Are you talking about a language with it's solution files or something, or are you talking about the compiled app, or what?
-
Re: .Net versions...
NoteMe,
I thing I was not clear at all... Sorry...
I want to know if a ".Net 2002" project could be opened/compiled with ".Net 2003" or with ".Net 2005".
I'm beginning to use .Net 2003 soon and, until I know .Net 2005 will be released soon, so I wonder if my .Net 2003 project could be reused with .Net 2005 (or if I'll need to rewrite it...), and maybe I'll use some "old" .Net 2002 projects as samples...
Thx
JL
-
Re: .Net versions...
Visual Studio will import solutions to the new format on opening. The new solutions are then no longer compatible with older versions.
It should be noted that the various versions of the .Net framework are incompatible. 1.0 and 1.1 are incompatible, and 2.0 won't be compatible either, probably.