Hi, I have a COM object which I created and used under ASP and VB 6.

I want to use the same COM object under .NET so I added a reference to it under the VS IDE (Specifying COM).

When I define a variable and associate it with the COM object I get

Type 'ProjectName.ClassName' is not defined.

The 'ProjectName' reference shows up under the references panel in my project.

I have tried copying the dll to the Bin folder.

Help appreciated
Regards
MarkusJ