S
Sam Loveridge
Hi all.
I have a Web Service that I'm writing that needs to reference a VB.NET dll.
The catch is that the VB.NET dll has a dependency on a COBOL dll which I
can't load in my development environment (not a COBOL programmer), so when I
try to build a setup project for the Web Service I run into problems because
all the dependencies can't be imported.
Does anyone have suggestions on how I might get around this?
I was wondering if there is a way to use Interfaces (although I don't want
to use remoting, as dll dependencies will be on the same machine after
deployment), can Runtime Callable Wrappers be used? I don't necessarily want
to use the late binding CreateObject as that would be a bit of a hack and
I'm sure there's a way to do this.
Any help appreciated.
Sam.
I have a Web Service that I'm writing that needs to reference a VB.NET dll.
The catch is that the VB.NET dll has a dependency on a COBOL dll which I
can't load in my development environment (not a COBOL programmer), so when I
try to build a setup project for the Web Service I run into problems because
all the dependencies can't be imported.
Does anyone have suggestions on how I might get around this?
I was wondering if there is a way to use Interfaces (although I don't want
to use remoting, as dll dependencies will be on the same machine after
deployment), can Runtime Callable Wrappers be used? I don't necessarily want
to use the late binding CreateObject as that would be a bit of a hack and
I'm sure there's a way to do this.
Any help appreciated.
Sam.