.NET 2.0

  • Thread starter Thread starter Peter
  • Start date Start date
No, it will compile .NET 2.0 assemblies, and it will be very difficult or imposible at all to run them on top of the .NET Framework 1.x framework even if you have not used any of the new features, classes, etc. of .NET 2.0

--

Best regards,

Carlos J. Quintero

MZ-Tools: Productivity add-ins for Visual Studio .NET, VB6, VB5 and VBA
You can code, design and document much faster.
Free resources for add-in developers:
http://www.mztools.com

"Peter" <[email protected]> escribió en el mensaje Can Visual Studio 2005 compile Apps to .NET 1.1 ?


Thanks
 
Carlos said:
No, it will compile .NET 2.0 assemblies, and it will be very
difficult or imposible at all to run them on top of the .NET
Framework 1.x framework even if you have not used any of the
new features, classes, etc. of .NET 2.0

That's certainly true by default, but there's a large number of
people who want to compile to 1.1 - so solutions are gradually
coming.

See http://weblogs.asp.net/rmclaws/archive/2005/06/04/410360.aspx
for one such solution. I'd expect this to be polished when it's
actually released.

Jon
 
Ah, good to know. I have contacted the author to offer some help with his
problems with add-ins (my area of expertise).

--

Best regards,

Carlos J. Quintero

MZ-Tools: Productivity add-ins for Visual Studio .NET, VB6, VB5 and VBA
You can code, design and document much faster.
Free resources for add-in developers:
http://www.mztools.com
 
Back
Top