I have a .NET Windows Service app that instantiates a COM
component. The service instantiates the COM object on my
developer PC but does not work when deployed to the
production server that has .NET Framework. The error
that I get is: QueryInterface for interface PISDK.IPISDK
failed.
I am using private assemblies and not the GAC.
Also, I can perform the same logic in a Windows Forms or
ASP.Net application on the production server and the COM
part works. Can someone please help?
C. Ramsey - 18 Sep 2003 20:28 GMT
Nevermind. Something was fouled up in the .NET Framework
install. Re-installed and all is fine. Sorry for the
inconvenience.
>-----Original Message-----
>
[quoted text clipped - 11 lines]
>part works. Can someone please help?
>.