old style

  • Thread starter Thread starter Merize
  • Start date Start date
M

Merize

Is everything created in VS.Net dependent on the framework or can save back
a revision such as VC++ 6 ?

thanks for your help not sure if I want to move to the newer IDE
 
Merize,
It depends on which language you are using in VS.NET. C# & VB.NET are both
framework only.

VC++ can be unmanaged C++ (ala VC++ 6) or it can be Managed C++ (framework
only).

So it really depends on the type of project that you start with. Or how you
change the options under an existing project's properties.

However you generally cannot save a project file back to a previous version
of VS.NET.

Hope this helps
Jay
 
Back
Top