Problem in Setup projects for .Net 1.1

“The problem was that for Setup projects, VS.Net does not change the source dlls locations when you toggle between ‘release’ and ‘debug’ before building.

So if you initially configured your Setup project in debug mode, even if you build your Setup file in release mode, it picks up the debug versions of all the dependent dlls (but not the main assembly).”

PS: The solution is to remake the setup project and/or refresh the dependencies so that they point to the “obj/release” folder.

Comments

Archive

Show more