2

I use Word.Interop reference in my solution and have no errors or warnings.
When I run the program I get this message

enter image description here

I have already checked in the reference properties and "Embed Interop types" property is set to false.

I found that the marked answer here helped the questioner to solve a similar problem but I DO NOT understand what I should do.

Thanks!

4
  • How did you add the reference (meaning as a GAC reference or a file reference)? Commented Dec 31, 2013 at 15:03
  • Have you tried setting Embed Interop types to true? Commented Dec 31, 2013 at 15:04
  • reply 1: via GAC. reply 2: one project. reply 3: I'll try it even I saw a few answers to set to false Commented Dec 31, 2013 at 15:10
  • Duplicate?: Could not load file or assembly or one of its dependencies. The system cannot find the file specified. Commented Aug 15, 2014 at 21:39

1 Answer 1

1

I found the solution to this problem following the accepted answer in this post:

Use FuseLogVw to keep track of where your program is breaking and how it is breaking. This application has a table with lots of traces. Find out where the fault application is called and see what is wrong with it.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.