Showing posts with label Register Assembly. Show all posts
Showing posts with label Register Assembly. Show all posts

Monday, May 5, 2014

The assembly 'DevExpress ...' is not registered for COM Interop. Please register it with regasm.exe /tlb.

Last week i was stuck in to a problem for registering the DevExpress library. I received following error while compiling the project,

"The assembly 'DevExpress.Utils.v13.2, Version=13.2.6.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a' is not registered for COM Interop. 
Please register it with regasm.exe /tlb."

Solution:
1- Open command prompt with administrator privileges and navigate to folder,
C:\Program Files (x86)\DevExpress 13.2\Components\Bin\Framework

2- Run following command,
RegAsm.exe "C:\Program Files (x86)\DevExpress 13.2\Components\Bin\Framework\DevExpress.Utils.v13.2.dll"