Hi All,
I have a peculiar problem. My application has a .NET DLL which has been registered as a COM object. (exporting the TLB and using regasm.exe). Now, some functions in this DLL are called from an ASP page.
The problem is when I attach the aspnet_wp process in the visual studio to debug it, the execution never hits. I even tried unregistering it from the registry and repeating the process to no avail.
Please help!
I have a peculiar problem. My application has a .NET DLL which has been registered as a COM object. (exporting the TLB and using regasm.exe). Now, some functions in this DLL are called from an ASP page.
The problem is when I attach the aspnet_wp process in the visual studio to debug it, the execution never hits. I even tried unregistering it from the registry and repeating the process to no avail.
Please help!
Comment