regasm registeration COM

A

Amadelle

Hi all and thanks in advance,
I have a C# class library (with a set of methods) which I am generating a
dll from and I would like to use in my asp code as a COM object.
I registered the dll successfully using the regasm tool but my code for
Set oGED = Server.CreateObject("myproject.myclass")
failes. I get a very non descriptive error as follows: Browser Type:
Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; .NET CLR 1.0.3705; .NET
CLR 1.1.4322)

My class library works and calling it from an ASP.NET page does not run into
any errors.

I was wondering what am I doing wrong that the object doesn't even get
initialized. Am I missing something?

Any ideas would be highly appreciated,

Thanks a bunch

Amadelle
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top