Hi,
My .Net instrumentation Profiler has a C++ code and a helper assembly which is added in GAC using gacutil.exe.
It works perfectly well in the OS till 2012 and windows 8.1. But while profiling the same web application in Windows 2016 OS, it throws an error (But the application dint Crash ,i.e . the w3wp.exe dint close).
1. First request after the iisreset throws
2. Then on Giving a refresh (F5) , the error comes as. - Still the w3wp.exe pid is same.
3. On refreshing the third time the application opens up.
But without my profiler the application opens up on the first request itself. Injecting on some 'X' function throws the error , i guess. Cant able to finalize the reason for the issue.
Regards,
./Selva