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.
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.