When running my application on another PC (not the one used for development) I get the following error.
I know it has to do with a COM object but that is all I know
Printable View
When running my application on another PC (not the one used for development) I get the following error.
I know it has to do with a COM object but that is all I know
Did you just copy it over or did you do a formal installation of your program?
I used the install created by clickonce. However, in the meantime I found an article on this whole issue.
The problem had to do with the missing Interop files. If you take the ones needed by the app and copy them into c:\windows\assembly this does the trick.
What I need to do now is create an installer that will copy the files tot he proper destination and then register the dll's as required.