is there any way to run an application with out the .net framework , for example in flash,,, u can make a sqf to be exe and the exe contains the flash player and the swf... so i was wondering if theres any way to insert in my application a framework obviusly not the full version... but i want an app to run without framework :(
thx
mig16

Run .NET application without framework
Psilo
Like i sad.. you should make a sign when entering in the forum..
"Please DO NOT ask if you can run a program without .NET Framework"
Anyway i think thats what`s makeing you a greate guy!!
Cheers!
Michael Forkey MSFT
When you take a look at Java, you'll see that you need Java VM (Virtual Machine) and VB6 needs the VB-Runtime. So the need of a Framework is not something new. You can intergrate the .NET Framework in your setup if you like.
The default setup that you can create with Visual Studio .NET will look for the .NET Framework in the installing computer, when the .NET Framework is not found the user will see a message and the information howto get it.