We had written a custom SHV component. It was working fine for couple of days. We were using VC++ debugger to debug the SHV. But now SHV component has stopped working.
1. regsvr32 is used to load and unload the SHV. 2. after loading the SHV we used to attach the debugger using dllhost.exe. And then debug the SHV.
But now if I load using regsvr32 , i dont get any error. But I am not able to attach the debugger as I dont find any dllhost.exe running.
And even if I am loading the the SHV, it is not working.