Hi,
Im done developing my custom taskpane for MS WORD using the Netoffice. My problem is how can I deploy my custom taskpane in other computers?
I tried to register the .dll file in the debug folder using RegAsm.exe. But when I open the ms word there's an error in CTPFactoryAvailable.

Im using Microsoft Visual Studio 2015 Express.
Thank you for your help.
Comments: ** Comment from web user: andreixx03 **
Im done developing my custom taskpane for MS WORD using the Netoffice. My problem is how can I deploy my custom taskpane in other computers?
I tried to register the .dll file in the debug folder using RegAsm.exe. But when I open the ms word there's an error in CTPFactoryAvailable.

Im using Microsoft Visual Studio 2015 Express.
Thank you for your help.
Comments: ** Comment from web user: andreixx03 **
Yes. I used NetOffice tool addin generated by Developer Toolbox Wizard. I created a sample taskpane and run it with Visual Studio Express 2015. I see my custom taskpane in my computer everything is fine but I need to deploy it to use my custom taskpane in other computers. How can I do that? I tried to register the .dll in RegAsm.exe but I got the following exception (see my main post).
Sorry for the English. Thank you very much for the help!