vote up 3 vote down star

Is there a way to unit-test COM-visible .NET assemblies from .NET (not via direct .NET assembly reference)? When i add reference in my test project to the COM component whitten in .NET it complains.

flag

66% accept rate
You should probably add some detail about how exactly it "complains" – 1800 INFORMATION Sep 20 '08 at 23:15

1 Answer

vote up 1 vote down

There's always vbunit. Unit testing vb code (vb classic / VB6) and com objects is what it does.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.