tags:

views:

11

answers:

0

Hi,

Recently when I compile my setup project, I receive the following error: Unable to find source file 'SomeDll.dll' for assembly 'SomeDll.dll', located in...

When I create a new setup project with the same output it works, until I reopen VS, than it gives me the same error again.

The problematic dll is one for which I have a configuration in another project which my project references, meaning I'm using a new version of that dll and redirecting all of the usages to find that dll in runtime, but my project doesn't use those assemblies directly and it's setup project get messed up.

I found this post talking about a similar problem, but without a solution: http://www.eggheadcafe.com/software/aspnet/30503996/mysterious-new-references.aspx

Any ideas?

Thanks!