NetFramework dependencies in the project folder?

3

I would like to know if it is possible to embed somehow the .dll that my project uses NetFramework in its own folder. This would not require NetFramework to be installed on the client computer, since all dependencies would be in the program folder.

I noticed that the great majority of the big brand software uses this device, I just do not know how to do it.

Note: I use version 13 of Visual Studio.

    
asked by anonymous 12.05.2015 / 18:05

1 answer

1

This is a cool feature (on the date of this answer). It will be included in Visual Studio 2015 and is called Microsoft .NET Native .

If it is prior to Framework 4.5.2, it can not. You have to install the same Framework.

    
12.05.2015 / 18:38