Comments
Sort by recent activity
I've found a log file, but I don't see really strange things in the logs.
Can I send a log file to someone?
No noticable eventlogs (other than some unhandled exceptions in the website) / comments
I've found a log file, but I don't see really strange things in the logs.
Can I send a log file to someone?
No noticable eventlogs (other than some unhandled exceptions in the website)
Unfortunately I ran this longrunning performance test with IIS restart to confirm that setting Framework64\aspnet.config gcServer="false" works.
So after the weekend I'll run with custom port again (have to alter load test in order to do that), and hope this error doesn't appear again or if it does, I can post a better stacktrace of the actual error. / comments
Unfortunately I ran this longrunning performance test with IIS restart to confirm that setting Framework64\aspnet.config gcServer="false" works.
So after the weekend I'll run with custom port again...
Hi Chris,
I didn't run into the sudden exception anymore. From now on I'll use the "unused port" feature and set it to port 80 (I'll have to disable the site in iis), because of the firewall between the server and the load-test-host. / comments
Hi Chris,
I didn't run into the sudden exception anymore. From now on I'll use the "unused port" feature and set it to port 80 (I'll have to disable the site in iis), because of the firewall betwee...
Hi Brian,
When I use port 8013 I get an error taking a snapshot: The snapshot failed because .NET did not report every referenced object. This failure is most likely due to a bug in version 2 of the CLR that can be triggered when the garbage collector is operating in 'server mode' and the target application has many large objects.You can work around this bug by manually switching your application to the workstation garbage collector. See the MSDN documentation on the gcServer configuration option for information on how to acheive this.
I added <gcServer enabled="false" /> to
C:\WINDOWS\microsoft.net\Framework\v2.0.50727\aspnet.config
and I still get the same error.
But then I rembered that the system is 64 bits and that there is also a
C:\WINDOWS\microsoft.net\Framework64\v2.0.50727
directory.
After I added gcServer enabled="false" /> to
C:\WINDOWS\microsoft.net\Framework64\v2.0.50727\aspnet.config
It worked like a charm. Maybe you can add this 64bit gotcha in some FAQ?
So for now I'm satisfied with the workaround, but I'm still puzzled why the IIS restart is happening... / comments
Hi Brian,
When I use port 8013 I get an error taking a snapshot:The snapshot failed because .NET did not report every referenced object. This failure is most likely due to a bug in version 2 of the...
Hi Brian,
For my information:
Why does ANTS profiler need to stop IIS when I press the Take snapshot button? Because that is what happens (IIS was already restarted by the profiler).
Jaap / comments
Hi Brian,
For my information:
Why does ANTS profiler need to stop IIS when I press the Take snapshot button? Because that is what happens (IIS was already restarted by the profiler).
Jaap
I've tried this with and without:
<gcServer enabled="false" />
in aspnet.config / comments
I've tried this with and without:
<gcServer enabled="false" />
in aspnet.config
Yes, it works using the "restarts IIS" option. I'm currently occupied with other stuff, I'll come back with logs/Event logs.
Thx! / comments
Yes, it works using the "restarts IIS" option. I'm currently occupied with other stuff, I'll come back with logs/Event logs.
Thx!
Hi Chris,
I'm using Visual Web Developer 2008. I couldn't find how to run a debugger and the memory profiler at the same time. Do you know whether it's possible?
Also, you may sometimes want to profile a class which in located in de System namespace. How would you set trigger a break point then?
"Off topic":
So maybe a new feature in ANTS Memory Profiler 6 could be that you can navigate from an instance in the instance list back to the reference graph, filtering just 1 object.
From my point of view this should be possible since the Profiler already filters objects, why not allow a single-object filter which can be activated from the instance list!
Anyway, I might be saying something that's technically not possible, or maybe nobody else is interested in such a feature...
Jaap / comments
Hi Chris,
I'm using Visual Web Developer 2008. I couldn't find how to run a debugger and the memory profiler at the same time. Do you know whether it's possible?
Also, you may sometimes want to pro...
The file doesn't exist, in the directory there are files present... / comments
The file doesn't exist, in the directory there are files present...