Activity overview
Latest activity by bmains
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...
Hey,
In our app, I'm aware of what might not be performing the greatest, though its hard to identify it from the results identified. I'm trying to figure out what in my code might be the worst performer, and it appears that most of it may not actually be that bad.
But I'm looking for general tips in this request, as I don't see a lot of material on ASP.NET directly, most walkthrough examples were console/windows/WPF apps.
Thanks. / comments
Hey,
In our app, I'm aware of what might not be performing the greatest, though its hard to identify it from the results identified. I'm trying to figure out what in my code might be the worst per...
Answer here: http://www.red-gate.com/MessageBoard/vi ... 5404#45404 / comments
Answer here: http://www.red-gate.com/MessageBoard/vi ... 5404#45404
Oops, I thought I adjusted for that, but didn't realize. Thanks. / comments
Oops, I thought I adjusted for that, but didn't realize. Thanks.
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...
OK, I solved that by going into ASP.NET and CGI settings and enable execute for the ASP.NET ISAPI dll's... / comments
OK, I solved that by going into ASP.NET and CGI settings and enable execute for the ASP.NET ISAPI dll's...
OK, switching to ASP.NET 4.0 Classic application pool seems to help, but now my issue with that is that it cannot load the pages, get a 404.2 error "not found." / comments
OK, switching to ASP.NET 4.0 Classic application pool seems to help, but now my issue with that is that it cannot load the pages, get a 404.2 error "not found."
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 ...