.NET framework

S

shea

Do applications developed with the dot NET tools such as
VS require that end users have the .NET 1.1 framework
installed on their machine?
 
T

Thomas Scheidegger [MVP]

Do applications developed with the dot NET tools such as
VS require that end users have the .NET 1.1 framework
installed on their machine?


Visual Studio .NET still includes Visual C++,
and thus you can maintain and create classic Win32/MFC/ATL...
applications that don't require the .NET Framework runtime.

But if you use the new .NET languages like
C#, VB.NET or 'Managed C++ .NET',
then your users have to install the .NET Framework runtime:
http://www.microsoft.com/downloads/details.aspx?FamilyID=262d25e3-f589-4842-8157-034d1e7cf3a3


If you used classic VB (...VB5/VB6), then you have to migrate to VB.NET.
 

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