Activity overview
Latest activity by ChristianWeyer
It is the Microsoft.IdentitModel.dll.
In the meantime I managed to get it working by using the .ini file approach mentioned below: [.NET Framework Debugging Control]
GenerateTrackingInfo=1
AllowOptimize=0 http://msdn.microsoft.com/en-us/library/9dd8z24x.aspx
Thanks. / comments
It is the Microsoft.IdentitModel.dll.
In the meantime I managed to get it working by using the .ini file approach mentioned below:[.NET Framework Debugging Control]
GenerateTrackingInfo=1
AllowOpti...
Not able to see locals while debugging into decompiled code
Hi there,
what could be the problem that I can step into decompiled code, but cannot actually see the values of the locals and variables?
E.g.
Cannot obtain value of local or argument as it is not ...
Do you happen to know where this folder is located for Windows 7 (x64)?
And what exactly should I grant to who?
Thanks! / comments
Do you happen to know where this folder is located for Windows 7 (x64)?
And what exactly should I grant to who?
Thanks!
"Bad unmanaged code entry point"
When I try to profile my WCF service host application (this one is a console app) I get this exception:
---
System.Configuration.ConfigurationErrorsException was unhandled
Message="An error occurre...