Project conversions 2005 to 2003?

  • Thread starter Thread starter Tony Clark
  • Start date Start date
T

Tony Clark

Hi,

is it possible to easily convert a visual studio 2005 C# project to visual
studio 2003 ?

thanks
 
Tony,

No, I would assume not. The build system between 2005 and 2003 are
completely different, the former using MSBUILD, the latter using the old
build system (which is a black box). MSBUILD is extremely extensible,
supporting entry points into the build process that the VS.NET 2003 build
system just didn't have.

Hope this helps.
 
Hi,


Tony Clark said:
Hi,

is it possible to easily convert a visual studio 2005 C# project to visual
studio 2003 ?

No really , remember that lot of things like partial classes are not
supported in 2003
 

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

Back
Top