Reference to Word 2003
-
I have added a microsoft word 2003 reference to a program of mine. I use C# .net visual studio 2005. It all works fine. I create a release and a dll file called Interop.Word.dll is created. The release work fine on my computer but when i try it on another it doesn't work. Do you know why? Word exists on the other computer. Is it because word doesn't exists at the same location on the other computer?
-
I have added a microsoft word 2003 reference to a program of mine. I use C# .net visual studio 2005. It all works fine. I create a release and a dll file called Interop.Word.dll is created. The release work fine on my computer but when i try it on another it doesn't work. Do you know why? Word exists on the other computer. Is it because word doesn't exists at the same location on the other computer?
Did you copy Interop.Word.dll to the other computer, this is what lets it talk to Word? Is it the same version of word on the other computer? When you say it doesn't work, do you get an error? If so what is the error? If not what are the symptoms?
topcoderjax - Remember, Google is your friend.
-
I have added a microsoft word 2003 reference to a program of mine. I use C# .net visual studio 2005. It all works fine. I create a release and a dll file called Interop.Word.dll is created. The release work fine on my computer but when i try it on another it doesn't work. Do you know why? Word exists on the other computer. Is it because word doesn't exists at the same location on the other computer?