Netframework dependencies in the project folder?

Asked

Viewed 81 times

3

I would like to know whether it is possible to incorporate .dll that my project uses Netframework in its own folder. In this way it would not be necessary to install the Netframework on the client’s computer, since all the dependencies would be in the program folder.

I realized that the vast majority of software of great brand use this artifice, I just don’t know yet how to realize it.

Note: I use version 13 of Visual Studio.

1 answer

1

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

If it is older than Framework 4.5.2, it is not possible. You have to install the Framework itself.

  • Got it, thank you very much for the Gypsy reply! Only that I have already done a project with the 2013 version, I must redo it now with the 2015 version or I can somehow migrate my project without causing damage ?

  • Migration is possible. I don’t know how to do it.

Browser other questions tagged

You are not signed in. Login or sign up in order to post.