Guids for COM

Anonymous

Guids for COM

Anonymous
Not applicable

Hi,

 

i have a navisworks plugin using the COM-Api in .NET C# and i have used 

the ComClass statement above my class. There i have given 3 guids (ClassId,

InterfaceId and EventsId).

 

My problem is that the plugin refuses to load on some computers without

actual error messages indicating the problem.

 

I had renamed the plugin once without changing the guids. Is that a problem?

 

On other computers i use "regasm /codebase c:\path\to\plugin.dll" to register the plugin. Is this the correct way?

 

Can i do something to clean up a computer from old com-guids and names or is this not necessary?

 

Thanks in advance.

0 Likes
Reply
738 Views
1 Reply
Reply (1)

xiaodong_liang
Autodesk Support
Autodesk Support

Hi,

 

firstly, the COM plugin needs to be registered. It is fine to register using regasm. Secondly, the plugin information needs to be registered in Navisworks key. Please refer to the attachments. I think your problem may probably: you renamed the plugin.

you do not need to clean up the registry. Register the plugin again, windows will look for the key by the guid. If it finds, it will override the information (new location, new name etc). Hope this makes sense.

 

Regards,

Xiaodong Liang

Developer Technical Services

0 Likes