Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

No CLR Version v4. is loaded into the target process. - CLR Profiler Error

I am trying to profile my application using CLR Profiler. I downloaded latest version of profiler from http://www.microsoft.com/download/en/details.aspx?id=16273. I tried to profile application by attaching a it. But always I am getting a message like this.

enter image description here

I tried the clrver command to identify the CLR version and it is returning v4.0.30319. How can I fix this error?

like image 595
Anuraj Avatar asked Dec 16 '11 06:12

Anuraj


1 Answers

I had the same issue but in the following context: I was running a x86 application on a x64 system and I was trying to attach the x64 CLR Profiler to the x86 application.

As soon as I attached to the process using the x86 CLR profiler it worked fine.

like image 115
Ciprian Teiosanu Avatar answered Oct 11 '22 13:10

Ciprian Teiosanu