Error:
When you try to analyze your application using the CLR Profiler, you might get the following error at times.
When you try to analyze your application using the CLR Profiler, you might get the following error at times.
Waiting for application to start common language runtime
Cause:
The reason for this error could be one of the following.
1. The CLR Profiler is not compatible with the version of .Net Framework used by your application.
2. The CPR Profiler you choose 32/64 bit is not compatible with your Application
Resolution:
CLR
Profiler for .Net Framework can be obtained from the below link
http://www.microsoft.com/en-us/download/details.aspx?id=16273
2.CLR Profiler comes in 32/64 bit formats, when you extract the downloaded CLR Profiler you can see 2 folders 32 & 64 in the path \CLR Profiler\Binaries\. Make sure that you use the right format of the CLR Profiler which you used to develop your .net Application.
Making sure that these two are correct should solve the above error.
http://www.microsoft.com/en-us/download/details.aspx?id=16273
2.CLR Profiler comes in 32/64 bit formats, when you extract the downloaded CLR Profiler you can see 2 folders 32 & 64 in the path \CLR Profiler\Binaries\. Make sure that you use the right format of the CLR Profiler which you used to develop your .net Application.
Making sure that these two are correct should solve the above error.
No comments:
Post a Comment