Page 1 of 1

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

Posted: Mon Jan 02, 2012 3:42 am
by omayer
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)

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

Posted: Mon Jan 02, 2012 10:20 am
by Support Team
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