openig VS 2005 projects with VS 2003?

H

hasantayyar

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 :) ]
 
C

Chris Fulstow

Hi,

Your VS 2005 projects will probably be incompatible with VS 2003
because some .NET 2.0 features aren't compatible with .NET 1.1, such as
partial classes.

It's possible to upgrade projects from 2003 to 2005, but I'm not sure
if it's possible the other way around, other than converting your code
by hand.

HTH,
Chris
 
H

hasantayyar

ya, thanks Chris... i am searching,, whenn i find some solution i will
write here.
thaks
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top