Link to home
Start Free TrialLog in
Avatar of inviser
inviser

asked on

Create a .NET application independent of .NET framework

I have a basic VB.NET application that needs to be used by our networks users. As of now, not every user has the .NET framework installed on their machines and most users do not have permissions to install the .NET framework do to our current security policies.

Is there anyway simple or complex to compile my application further so that it is a standalone win32 app that no longer requires the .NET framework. In other works, can I bypass my application's reliance on the JIT compiler and compile into my exe the necessary components of the .NET framework.
ASKER CERTIFIED SOLUTION
Avatar of dstanley9
dstanley9

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial