Is it possible to run VB.NET application without having .NET Framework installed on computer?
Nope.

Signature
Miha Markic [MVP C#] - RightHand .NET consulting & software development
miha at rthand com
www.rthand.com
> Is it possible to run VB.NET application without having .NET Framework installed on computer?
No.
Unless:
1. Clients does need .NET framework for web application,
only a browser, only the web server.
2. Clients can access application via terminal services.
Todd
>-----Original Message-----
>Is it possible to run VB.NET application without having .NET Framework installed on computer?
>.
Todd - 06 Feb 2004 23:19 GMT
Whoa, what was I smoking?
Anyway clients using a web browser would not need
the .NET framework installed, although the web server
would need the framework. Another alternative would be
to have your clients connect to your application via a
terminal services program. Then, only the terminal
services server would need the .NET framework.
Other than those examples, you need the .NET framework to
locally run .NET applications.
Todd
>-----Original Message-----
>
[quoted text clipped - 13 lines]
>>
>.