Using Devexpress control in Outlook plugin

Add-in Express™ Support Service
That's what is more important than anything else

Using Devexpress control in Outlook plugin
 
Phuong Nguyen


Guest


Hi, we are decide using Devexpress control library to create UI in outlook plugin
When I run the program from visual studio, we got the error:

The assembly 'DevExpress.Utils.v15.1, Version=15.1.6.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a' is not registered for COM Interop. Please register it with regasm.exe /tlb.[/I]

How can I resolve it and how can I make sure our program still work on customer machine when deploy via clickonce ?

Thanks
Posted 21 Dec, 2015 06:13:24 Top
Andrei Smolin


Add-in Express team


Posts: 18794
Joined: 2006-05-11
Hello Phuong,

Set the ComVisible(false) attribute on the form class where DevExpress controls are used. You need to check a ClickOnce installer on a clean virtual machine.


Andrei Smolin
Add-in Express Team Leader
Posted 21 Dec, 2015 07:50:26 Top
Phuong Nguyen


Guest


Hi,

It worked

Thanks
Posted 23 Dec, 2015 05:12:33 Top
Andrei Smolin


Add-in Express team


Posts: 18794
Joined: 2006-05-11
You are welcome.


Andrei Smolin
Add-in Express Team Leader
Posted 23 Dec, 2015 05:26:49 Top