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!

Community
  • 1
  • 1
user3041065
  • 185
  • 2
  • 9
  • How did you add the reference (meaning as a GAC reference or a file reference)? – Mike Cheel Dec 31 '13 at 15:03
  • Have you tried setting `Embed Interop types` to true? – Chris Dec 31 '13 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 – user3041065 Dec 31 '13 at 15:10
  • Duplicate?: [Could not load file or assembly or one of its dependencies. The system cannot find the file specified](http://stackoverflow.com/q/8092201/456814). –  Aug 15 '14 at 21:39

1 Answers1

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.

Community
  • 1
  • 1
Reudismam
  • 97
  • 4