Hi All,
I have a VB6 COM+ Component which calls a .NET library. The VB6 COM+ component is called from Classic ASP application. Everything works great at the first attempt but if I try to perform same actions later on then nothing happens.
I can see that dllhost.exe process (under Task Manager) is running on the server.
If I kill this dllhost.exe process and then try to access the COM+ (which will call the .net library as well) from Classic ASP then everything works fine.
Some Additional Info:
- The .NET library is written in VB.NET (version 1.1).
- JustInTimeActivation Option is enabled for the VB6 COM+ component.
- The .NET library is registered in GAC and I am also registering it with regasm.exe and creating a type library so that .NET DLL is visible to VB6 COM+ component.
If everything works fine at the first attempt what must be wrong that its not being called at the later attempts.
Please let me know what am I doing wrong here.
Any help is greatly appreciated.
Thanks,
Keyur
Enter your message below
Sign in or Join us (it's free).