Share via


Setup project Rebuild All Failed with no errors

Question

Wednesday, April 4, 2018 12:36 PM

Hello everyone, I have a simple solution that consist of one class and a setup project. The class is a simple COM object that wraps some of the functionality found in the "Microsoft Azure Storage Data Movement Library". The setup project just takes the primary output from the main project; simple right? Well the main projects builds without issues and the code works, but when I tried to build or rebuild the Setup project if fails with no errors displayed. It just says "Rebuild all failed". I noticed one of the dependencies on the setup project has a red squiggly line underneath; the file is msshrtmi.dll, see picture below:

have anyone experienced this before? I'm using Visual Studio 2017 with the latest update. My target is the .Net framework 4.6.1

Thank you in advance,

Luis

All replies (2)

Thursday, April 5, 2018 6:19 AM âś…Answered | 1 vote

Hi Luis,

The red line means msshrtmi.dll has some errors and maybe can not find it, please try the following solutions:

1, Try to remove the dll and re-add it.

2, Before build the project, try to clean the solution.

3, Close the VS and reopen it.

Regards,

Frankie

MSDN Community Support
Please remember to click "Mark as Answer" the responses that resolved your issue, and to click "Unmark as Answer" if not. This can be beneficial to other community members reading this thread. If you have any compliments or complaints to MSDN Support, feel free to contact [email protected].


Thursday, April 5, 2018 1:37 AM

Hi Luis,

Welcome to the MSDN forum.

Refer to your description, your issue is about the Setup project development. Since our forum is to discuss the VS installation issues, I will help you move this thread to the appropriate forum for a better support, thank you for your understanding.

Best regards,

Sara

MSDN Community Support Please remember to click "Mark as Answer" the responses that resolved your issue, and to click "Unmark as Answer" if not. This can be beneficial to other community members reading this thread. If you have any compliments or complaints to MSDN Support, feel free to contact [email protected]