does not contain any types that can be registered for COM In

Ask general questions here.
omayer
Posts: 458
Joined: Thu Oct 28, 2010 6:14 pm

does not contain any types that can be registered for COM In

Post by omayer » Mon Jan 02, 2012 3:42 am

getting the warning as below-
"C:\SVNviews\Automation\RmTestLibrary\bin\Debug\RmxTestLibrary.dll" does not contain any types that can be registered for COM Interop. (MSB3214)
Tipu

User avatar
Support Team
Site Admin
Site Admin
Posts: 12145
Joined: Fri Jul 07, 2006 4:30 pm
Location: Houston, Texas, USA
Contact:

Re: does not contain any types that can be registered for COM In

Post by Support Team » Mon Jan 02, 2012 10:20 am

That does not look like an error related to Ranorex. After asking Google, it seems you added following statement to your code:
[assembly: ComVisible(true)]
Did you intend to make your Ranorex test classes COM visible?

Regards,
Alex
Ranorex Team