Does Windows .NET application require framework ?

G

Guest

Does a Windows desktop application (not a web app) written with .NET require
the .NET framework be installed on the users machines?
 
K

Ken Dopierala Jr.

Hi,

Yes it does. Also make sure that the user has the same version of the
framework that you compiled it for. Good luck! Ken.
 
D

Daniel O'Connell [C# MVP]

mscertified said:
Does a Windows desktop application (not a web app) written with .NET
require
the .NET framework be installed on the users machines?

Yes
 

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