The profiler is getting registered and i am getting the ModuleLoadStarted and ModuleLoadFinished Callbacks in my profiler code. But For the same modules the JITCompilationStarted and any other JIT related functions are not getting called.
I am not getting the callbacks for any System.* classes and methods which are in version 2.0 modules.
But if i change the Application Pool version to 4.0 then i am getting the JIT callbacks to my profiler for the same web application and in the same machine.
What i am missing for the Version 2.0 and 32 Bit machine ?
./Selva