G
Guest
I'm running into another problem with my component.
I'm trying to use .NET remoting to avoid complex firewall issues.
I have a webserver which is the client machine and a database server which
is the server machine. On the database server I have created a Windows
Service which binds a component to port 42525 using TCP. The component
involved contains a reference to a VB6 DLL in which are some functions used
by the component.
On the webserver client I have a simple console application to test the
complete solution. I'm able to communicate with the remote object, though
when the remote object tries to create an instance of the VB6 DLL the client
application receives the error 'ClassFactory cannot supply requested class'.
I've tried to invoke the VB6 DLL from a simple console app on the server.
This results in invoking the VB6 DLL correctly. Problem seems to have
something to do with remoting.
Can anyone give me a clue?
I'm trying to use .NET remoting to avoid complex firewall issues.
I have a webserver which is the client machine and a database server which
is the server machine. On the database server I have created a Windows
Service which binds a component to port 42525 using TCP. The component
involved contains a reference to a VB6 DLL in which are some functions used
by the component.
On the webserver client I have a simple console application to test the
complete solution. I'm able to communicate with the remote object, though
when the remote object tries to create an instance of the VB6 DLL the client
application receives the error 'ClassFactory cannot supply requested class'.
I've tried to invoke the VB6 DLL from a simple console app on the server.
This results in invoking the VB6 DLL correctly. Problem seems to have
something to do with remoting.
Can anyone give me a clue?