Deploy plugin in .net

4 views
Skip to first unread message

dvasilakis

unread,
Jul 31, 2009, 4:10:26 AM7/31/09
to Nektra OEAPI Support
In your deploy instruction in Plugin installation it says

Specify the plug-in in COM (specially Visual Basic)::
Specify the Class name that you want to instance (e.g.:
Project1.Class1) equivalent to the string used as parameter of
CreateObject function in VB (e.g.: CreateObject
("Excel.Application")).

What means "Specify the plug-in in COM".How can i do that?? I dont
understand anything in the above three lines. .Why there is no
detailed informations??

Nektra OEAPI Support

unread,
Aug 3, 2009, 1:38:13 PM8/3/09
to Nektra...@googlegroups.com
For your plugin to be executed, you must register it's Project Name and
it's Class Name on one the specified registry keys:
HKEY_LOCAL_MACHINE\SOFTWARE\Nektra\OEAPI\Plugins or
HKEY_CURRENT_USER\SOFTWARE\Nektra\OEAPI\Plugins

Please run the VB.NET Demo and look how it gets added to the registry as
an example of how to register your plugin:

The project's assembly name is: OeapiVBNetDemo
The plugin class is: OeapiPlugin

Therefore, the registry key can have any name, but the data value is:

OeapiVBNetDemo.OeapiPlugin

Thank you for contacting Nektra's OEAPI Support.

Regards,

Federico
--
Nektra Advanced Computing
http://www.nektra.com

Reply all
Reply to author
Forward
0 new messages