I'm using clr profiling api to track all the loaded assemblies, classes in the applications running in IIS. It works perfectly fine when my appication pool's .net clr version is set to v2.0 or v 4.0.
But the clr profiling api is not working when clr version is set to "no managed code".
I'm not sure what I'm missing. If the clr profiling api won't support "no managed code" applications then is there any alternative available to profile those unmanaged code applications.