devxlogo

Unload setup projects before running the Inheritance Picker

Unload setup projects before running the Inheritance Picker

If your solution contains a setup project and this setup project has been built at least once, you get an Assembly Load error when you run the Inheritance Picker in order to inherit from an existing form in your main project.

This problem occurs because the setup project generates several executable files – such as InstMsiA.exe, InstMsiW.exe, and Setup.exe – that aren’t valid .NET assemblies. However, the Inheritance Picker interprets these files as assemblies and attempts to load them, which results in a failure.

The only solution to this problem is removing the setup project from the solution, and re-add it to the solution only when you’re about to package the solution.

See also  Why ChatGPT Is So Important Today
devxblackblue

About Our Editorial Process

At DevX, we’re dedicated to tech entrepreneurship. Our team closely follows industry shifts, new products, AI breakthroughs, technology trends, and funding announcements. Articles undergo thorough editing to ensure accuracy and clarity, reflecting DevX’s style and supporting entrepreneurs in the tech sphere.

See our full editorial policy.

About Our Journalist