"Following Assembly cannot be resolved"

G

Guest

I've got a solution with two projects in it. One is a DLL and the other is a
test applet. Everything was working fine, but now I get this error every
time I load either the solution or any other project that references the DLL.

Resolver
Following assembly cannot be resolved:
Don't resolve this assembly
Microsoft.ReportingServices.Interfaces.Version-8.0.242.0,
Culture=neutral, PublicKeyToken-89845cdcd8080cc91
Resolved to:

Note that both the unresolved assembly name and resolved name/path are empty
(null) - you have to click BROWSE to find out what DLL it is looking for.

The assembly is in the respective \bin folder, so I don't know what the
problem is (it's actually in many places including the \bin\debug and
\bin\release folders for both the DLL the actually references it and the EXE
that uses the DLL).

I went months without experienceing this problem. I'm not sure what changes
might have triggered it - although I did just start building the release
version in addition to the debug version.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top