Run .NET application without framework

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


Answer this question

Run .NET application without framework

  • Psilo

    PJ. van de Sande i saw like 50 posts by you answering to this question.. from the begining of the forum.. dont you get tired to answer.. to the same question .. over and over and over..

    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

    You can take a look at this for using Mono Bundles or use thinstall.

    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.


  • Run .NET application without framework