dannystommen
March 6th, 2009, 10:18 AM
I create a winform application which uses only .Net 2.0. This app uses a DLL that also uses only .Net2.0
Then I created a Setup project, also .Net 2.0. But when an user wants to run the setup, a message is prompted that .Net3.5 is needed and starts downloading.
In the "Launch Conditions" folder and "Dedected dependencies" folder of the setup project, there is a file .Net framework. When I open the properties of it, it says version 3.5. I cannot delete this file. Why is this file there if it is not needed by the application?
I'm confused. Can I configure it in an way that the user does not need to download .Net 3.5?
Then I created a Setup project, also .Net 2.0. But when an user wants to run the setup, a message is prompted that .Net3.5 is needed and starts downloading.
In the "Launch Conditions" folder and "Dedected dependencies" folder of the setup project, there is a file .Net framework. When I open the properties of it, it says version 3.5. I cannot delete this file. Why is this file there if it is not needed by the application?
I'm confused. Can I configure it in an way that the user does not need to download .Net 3.5?