Posts
Sort by recent activity
Can't Choose Which Assemblies to Decompile
Hello,
For some reason, when I select assemblies to decompile, I can select the DLL's, but I cannot click the OK button; I click OK and it sits there and never commits the change. I can click it o...
Issue with MS Test as .NET 4 project
Hello,
I'm trying to use this:http://www.red-gate.com/supportcenter/C ... 253710.htm
I'm trying to use this to profile a .NET 4 project, but I'm getting the error:
could ot load file or assembly: <...
Tips for Memory Profiling ASP.NET web site?
Hello,
Any tips for profiling the memory usaged of an ASP.NET web application? I'm profiling my app, but a lot of the items listed with time are the .NET framework. Any tips to weed through this to...
Tips for Profiling ASP.NET web site?
Hello,
Any tips for profiling the performance of ASP.NET web site? I'm profiling my app, but a lot of the items listed with time are the .NET framework. Any tips to weed through this to find my c...
Issue with <compilation targetFramework="4.0" />
Hello,
I'm running on Windows 7, VS 64-bit, a ASP.NET web application which has the above registered statement: <compilation targetFramework="4.0" />. But I get this error:
Unrecognized attribute ...