Search found 4 matches
- Wed Oct 28, 2015 3:47 pm
- Forum: Future Improvements
- Topic: The VerificationException is thrown while profiling
- Replies: 5
- Views: 14791
Re: The VerificationException is thrown while profiling
Visual Studio show .Net Framework Version 4.6.00081. But individual files have different versions: 4.6.100.0 : mscorlib.dll, clr.dll, mscorlib.dll, clrjit.dll 4.6.81.0 : System.Windows.Forms.dll, System.dll, mscoreei.dll I found the cause of the problem. I have installed an image that can be used un...
- Tue Oct 27, 2015 11:24 am
- Forum: Future Improvements
- Topic: The VerificationException is thrown while profiling
- Replies: 5
- Views: 14791
Re: The VerificationException is thrown while profiling
Sorry for delay. I have updated Memory Profiler to 5.0.122 version and the problem still exists. I have installed profiler on a virtual machine and have no problem there. The both machines have installed Windows 7 x64. The primary machine have .NET runtime 4.6.81 and 4.6.100 with all recent updates....
- Mon Oct 05, 2015 10:06 am
- Forum: Future Improvements
- Topic: Awful WPF font rendering
- Replies: 1
- Views: 10213
Awful WPF font rendering
It seems that starting from version 5.0 the application has awful WPF font rendering. My eyes are bleeding. Please set TextOptions.TextFormattingMode property of appropriate windows to the "Display" value instead of "Ideal".
- Mon Oct 05, 2015 9:56 am
- Forum: Future Improvements
- Topic: The VerificationException is thrown while profiling
- Replies: 5
- Views: 14791
The VerificationException is thrown while profiling
If the .Net Framework 4.6 is installed on the machine than the VerificationException is thrown while profiling assembly with AlowPartiallyTrustedCallers attribute. The case is similar to that dsescribent in Cannot profile AnyCPU app using Reactive Extensions topic, but now it can be reprodused with ...