I have my project written in VB.NET. Works fine at my station and others who have the .NET framework installed. However, the application needs to run on machines where the Framework isn't installed.
So my question is: Is there a way to compile the Project in such a way that it works without the .NET Framework installed?
So my question is: Is there a way to compile the Project in such a way that it works without the .NET Framework installed?