Error using COM INTEROP

L

Lisa Sonneson

I have a COM DLL that creates VB .NET objects. I use this COM object in my
ASP files.

The ASP files work fine on my system but will not work anywhere else. I
get the error

The assembly couldn't find some dependencies. The question is: How do I
deploy

VB.NET assemblies that are set to register for COM INTEROP.



This is what I am doing right now.

I build everything on my machine. Copy all .NET assemblies and registered
them using REGASM.

Copy COM DLL and register it.

Copy my WEB project and restart IIS.



I have also tried to compile all .NET assemblies using a strong name and
placing them into the GAC but still get the error.
 
G

Guest

Use gacutil to register your dot net assemblies on the other machine.
Then use regsvcs to register the dot net dll on the other machine.
and also use regasm to register the dot net dll on the other machine.


**********************************************************************
Sent via Fuzzy Software @ http://www.fuzzysoftware.com/
Comprehensive, categorised, searchable collection of links to ASP & ASP.NET resources...
 

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