will a software developed in VS .Net run in a computer without ms framework

  • Thread starter Thread starter Vedant Lath
  • Start date Start date
V

Vedant Lath

Will a software developed in Visual Studio .Net run on a computer which is
not having MS Framework ?
 
* "Vedant Lath said:
Will a software developed in Visual Studio .Net run on a computer which is
not having MS Framework ?

If it's a .NET application: No. If it's a managed C++ application: No.
If it's a C++ MFC/... application that doesn't use .NET: 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

Back
Top