How can we help you today? How can we help you today?
Chris.Allen
I think its because vbscript.dll is not registered by default on some machines (security reasons I think). There is plenty of info in googlespace on this. e.g.: http://social.msdn.microsoft.com/Forums ... c5f63086b8 / comments
I think its because vbscript.dll is not registered by default on some machines (security reasons I think). There is plenty of info in googlespace on this. e.g.:http://social.msdn.microsoft.com/Foru...
0 votes
Hi there. I've got your support call now and I've been reading through the history. So- to start with, no, hopefully you didn't buy ANTS for nothing [image] We do get a number of crashes-under-profiling and they happen for a variety of reasons, most of which we solve and some of which we cannot. I'll endeavour to find out which one we have here but this will need a fair bit of debugging. Firstly, please would you set the logging to full debug mode i.e. in the file %userprofile%\Local Settings\Application Data\Red Gate\ANTS Performance Profiler 5\LoggingConfiguration.xml change all the "tagged blocks" to look like the following: <root> <level value="DEBUG" /> <appender-ref ref="DefaultRGFile" /> </root> <logger name="RedGate.Profiler.Engine"> <level value="DEBUG"/> </logger> <logger name="RedGate.Profiler.Logging"> <level value="DEBUG" /> </logger> <logger name="RedGate.Profiler.Monitoring.PerformanceCounterFactory"> <leval value="DEBUG"/> </logger> (wierdly enough, you'll need to change instances of "leval" to "level" as well - sorry!) Then please reproduce the problem and send us the resulting logfile (to support@red-gate.com). We then may need to force and look at a dump of the crash (this is what we mean by a mini-dump- "mini" signifying that it is from the .NET runtime, I believe). We usually use windbg and I can drive this from a shared web session if you like. But first, I think the debug logs would be a good start. Cheers. / comments
Hi there. I've got your support call now and I've been reading through the history. So- to start with, no, hopefully you didn't buy ANTS for nothing We do get a number of crashes-under-profiling a...
0 votes