Setup projects
-
In the old days you could add a simple setup project to youe VS solution, add project output, set some properties and you had a usable setup project with no problems. Nowadays - the setup build always complains about a mismatch in the target version (no matter what I do) - it often can't find some dependencies and usually needs to be deleted and done from scratch every time I do an update to the main project. It used to be so simple.
-
In the old days you could add a simple setup project to youe VS solution, add project output, set some properties and you had a usable setup project with no problems. Nowadays - the setup build always complains about a mismatch in the target version (no matter what I do) - it often can't find some dependencies and usually needs to be deleted and done from scratch every time I do an update to the main project. It used to be so simple.
RugbyLeague wrote:
the setup build always complains about a mismatch in the target version
See if this works: 1. Select installer project 2. Click on the icon at the top "Launch Conditions Editor" 3. Under Launch Conditions, Select ".Net framework" on the right 4. In "Properties" Select "Version" you will see a drop down. 5. Change the framework to your target framework Try!
Sandeep Mewara [My last tip/trick]: Browser back button issue after logout
-
RugbyLeague wrote:
the setup build always complains about a mismatch in the target version
See if this works: 1. Select installer project 2. Click on the icon at the top "Launch Conditions Editor" 3. Under Launch Conditions, Select ".Net framework" on the right 4. In "Properties" Select "Version" you will see a drop down. 5. Change the framework to your target framework Try!
Sandeep Mewara [My last tip/trick]: Browser back button issue after logout
Brilliant, thank you very much. Why has endless google searching never provided such a clear answer? Once again, thank you very much
-
Brilliant, thank you very much. Why has endless google searching never provided such a clear answer? Once again, thank you very much
Good to know that it helped. :)
Sandeep Mewara [My last tip/trick]: Browser back button issue after logout