Dependency could not be found

  • Thread starter Thread starter Mike W
  • Start date Start date
M

Mike W

I am getting the message:

The dependency 'Microsoft.Office.Interop.Word' could not be found.

in my Task List when I do a Build. None of the References under
"References" in the Solution Explorer have the little ! icon next to them,
so it looks like those were all found ok.

Can someone help me find the cause of this message?
 
¤ I am getting the message:
¤
¤ The dependency 'Microsoft.Office.Interop.Word' could not be found.
¤
¤ in my Task List when I do a Build. None of the References under
¤ "References" in the Solution Explorer have the little ! icon next to them,
¤ so it looks like those were all found ok.
¤
¤ Can someone help me find the cause of this message?
¤

Is Microsoft.Office.Interop.Word in your list of References? If so, have you tried removing it and
adding it back into the project?


Paul
~~~~
Microsoft MVP (Visual Basic)
 
No, 'Microsoft.Office.Interop.Word' is not in my References. I believe that
it is referred to by one of my references.
 
I resolved the problem by opening all of the referenced dll projects and
rebuilding them.

Thanks.
 

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

Back
Top