Add-On Register

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

Add-On Register
Failed to register add-on 
Sreebha Gopal


Guest


While register the add-On through Visual studio,getting error

[COLOR=red]The assembly 'AddinExpress.IE, Version=9.6.6130.0, Culture=neutral, PublicKeyToken=4416dd98f0861965' is not registered for COM Interop. Please register it with regasm.exe /tlb.


It was working.Is it anything related to add-On express installation?

Please help on this..
Posted 22 Nov, 2017 00:29:17 Top
Andrei Smolin


Add-in Express team


Posts: 18793
Joined: 2006-05-11
Hello Sreebha,

Sreebha Gopal writes:
Is it anything related to add-On express installation?


It may be. If your installation delivers and registers AddinExpress.IE.TLB, this may result in the need to reinstall Add-in Express. Always exclude all .TLB and .OLB files unless you know why you deploy them.


Andrei Smolin
Add-in Express Team Leader
Posted 22 Nov, 2017 01:14:13 Top
Sreebha Gopal


Guest


Re installed add-on.We are trying to register through Visual studio by right clicking the project-> Add on express->Register.

Getting error as

The assembly "C:\Projects\SreeTest\SreeTest\bin\Debug\SreeTest.dll" could not be converted to a type library. Type library exporter encountered an error while processing 'SreeTest.IEModule, SreeTest'. Error: Error loading type library/DLL.

The assembly 'AddinExpress.IE, Version=9.6.6130.0, Culture=neutral, PublicKeyToken=4416dd98f0861965' is not registered for COM Interop. Please register it with regasm.exe /tlb.


Could not find .tlb files.

Please advise.
Posted 22 Nov, 2017 01:50:48 Top
Andrei Smolin


Add-in Express team


Posts: 18793
Joined: 2006-05-11
Have you reinstalled Add-in Express? Does your setup project refers to a .TLB file? If so, uninstall your add-on, exclude the .TLB file from your setup project and then reinstall Add-in Express.

If this doesn't help, create a new ClassLibrary project in Visual Studio and check the 'Register for COM interop' option in the project properties (see the 'Build' tab). Then rebuild the project. Do you get any errors/warnings in the 'Error List' window?


Andrei Smolin
Add-in Express Team Leader
Posted 22 Nov, 2017 02:26:54 Top
Sreebha Gopal


Guest


Thanks.It worked
Posted 22 Nov, 2017 05:36:25 Top
Andrei Smolin


Add-in Express team


Posts: 18793
Joined: 2006-05-11
You are welcome!


Andrei Smolin
Add-in Express Team Leader
Posted 22 Nov, 2017 06:19:53 Top