Using Visual studio 2010 to build a setup project that installs a windows forms application .net 4.0 c#. It have worked fine for ages but now when i am trying to install the finished setup file i am getting this error message :
Error 1001. Unable to get installed types in the "Path" assembly. --> Unable to load one or more of the requested types. Retrieve the LoaderExceptions property for more information.
I have been searching for answers for over 4 hours now without finding anything. This problem just came without me doing anything. Last time i build the install file was like 2 weeks ago and there was NO problem at all. I haven't deleted any reference or any code that have anything to do with the setup project.
How could this problem appear from nothing and more important, how do i fix it?
Thank you!