Click here to Skip to main content
15,886,771 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have used the licences copy of the devexpress then execute i got the exception & when i have used the expired licences copy of the devexpress then it's work fine
XML
I have created class library.When I rebuild or debug the class library i got the following error messages.
<pre lang="css">1.The assembly 'DevExpress.Utils.v10.2, Version=10.2.3.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a' is not registered for COM Interop. Please register it with regasm.exe /tlb.
2.The assembly &quot;F:\26-07-2011\25-07-2011\GlobasysActiveX\GlobasysActiveX\bin\Debug\GlobasysActiveX.dll&quot; could not be converted to a type library.
Type library exporter encountered an error while processing 'GlobasysActiveX.Report_Forms.frmRptTableReports, GlobasysActiveX'. Error: Error loading type library/DLL</pre>


thanks in advance
Posted
Updated 27-Jul-11 1:31am
v2

1 solution

Do what the message says. Register the dll, with regasm.exe
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900