Load add-in in client machine

J

Julian David

Hello!
I created a Word 2003 VSTO COM Add-In using VS2008. I already have intalled
all the necesary prerrequisites, the Addin , and the trust level of the
assemblies was increased too in the client machine. But when I start the
office application I get this message in the COM Add-Ins box: "Not Loaded. A
runtime error occurred during the loading of the COM Add-in".

Thanks for your help!
 
D

David Thielen

Have you run it from VS 2008 with VisualStudio set to stop in the
debugger if even a handled exception is thrown? I would try that as
the first step if you have not yet.

thanks - dave



On Fri, 27 Feb 2009 14:26:01 -0800, Julian David <Julian
Hello!
I created a Word 2003 VSTO COM Add-In using VS2008. I already have intalled
all the necesary prerrequisites, the Addin , and the trust level of the
assemblies was increased too in the client machine. But when I start the
office application I get this message in the COM Add-Ins box: "Not Loaded. A
runtime error occurred during the loading of the COM Add-in".

Thanks for your help!


david@[email protected]
Windward Reports -- http://www.WindwardReports.com
me -- http://dave.thielen.com

Cubicle Wars - http://www.windwardreports.com/film.htm
 
J

Julian David

Hi!
I have run the program using stop points with the debbuger, I use try-cacth
sentences and it work well in the develop machine, I have no problems with
the source code really. The next step is to install the application in the
client machine, but it don't work. I already read the steps about
prerrequisites, but I found only solutions for vs2005, I'm working with
vs2008 and Word Addin 2003. I need help yet!

Thanks so much!
 

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

Top