c# express interoperability with VS2003

G

Guest

with c# express package, when I open a product created in VS 2003, it opens a
conversion wizard. After doing what I need to do in c# express, how can I
resave the package so that it will once again work in VS 2003? conversion
wizard? Is the 2005 express backwardly compatible with 2003?
 
S

Shiva

AFAIK, the conversion is one-way. However, it makes a backup of the project
file before the conversion is made.

with c# express package, when I open a product created in VS 2003, it opens
a
conversion wizard. After doing what I need to do in c# express, how can I
resave the package so that it will once again work in VS 2003? conversion
wizard? Is the 2005 express backwardly compatible with 2003?
 
R

Rob Windsor [MVP]

The Express products give you access to many new language features (e.g.
Generics) and classes (e.g. GridView) that aren't available in Visual Studio
2003 so there is no way to make projects backwards compatible.
 

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