I am using Visual Studio Installer to help create a installer. It has worked fine until now. Now for some reason MSHTML.dll is not being detected as a dependencies when I rebuild and on top of it removes all references to MSHTML for my solution basically cause me a file missing exception every time I try to run in the compiler. This is the second solution this has done it to me and I really don’t want to do this to a third.
Share
The DLL I was using was the problem. I rewrote the DLL and reattached it and it worked fine.