FileNotFoundException for interop dll refrenced by COM+ vb.net component
From: sog1 (anonymous_at_discussions.microsoft.com)
Date: 06/04/04
- Next message: Thunder: "Re: How to create and use a Transaction Broker"
- Previous message: José Miguel Torres: "Re: Xml Indexer Issue - ServicedComponents: Help!"
- Messages sorted by: [ date ] [ thread ]
Date: Fri, 4 Jun 2004 07:56:01 -0700
I have a vb.net component that references and successfully uses dts through interop.
Now for a serviced component version of the dll : I install my dll in com+ using regsvcs and in the COM+ MMC set SoapVRoot. This successfully creates a web service that references the com+ app. I can create a windows form app with a webreference to the webservice and successfully call a test function (HelloWorld which returns a string), but when I call a function that uses the dts functionality, I get the following error message:
An unhandled exception of type 'System.Web.Services.Protocols.SoapException' occurred in system.web.services.dll
Additional information: **** System.IO.FileNotFoundException - File or assembly name InteropDTSPkg, or one of its dependencies, was not found.
I have added the InteropDTSPkg, InteropDTSPump and InteropDTSCustomTasks dlls to the GAC and have even put them in the SoapVRoot bin folder, all to no avail.
What needs to be done to make the interop dlls accessible?
Thanks
- Next message: Thunder: "Re: How to create and use a Transaction Broker"
- Previous message: José Miguel Torres: "Re: Xml Indexer Issue - ServicedComponents: Help!"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|