Comments
Sort by recent activity
I have added this to the feature backlog. Thank you. / comments
I have added this to the feature backlog. Thank you.
That sounds like a very good idea- I have not yet heard of symptoms like the ones you are having... / comments
That sounds like a very good idea- I have not yet heard of symptoms like the ones you are having...
cynicszm wrote:
Now when I open part of the system I get the following error:
System.NullReferenceException: Object reference not set to an instance of an object.
at SmartAssembly.SmartExceptionsCore.ErrorReportSender..ctor(Guid userId, Exception currentException, IWebProxy proxy)
at
SmartAssembly.SmartExceptionsCore.UnhandledExceptionHandler.ReportException(Exception exception, Boolean canContinue, Boolean manuallyReported)
I'm perplexed- it seems as though smartassembly is simply catching and throwing this null-reference exception. What happens if you analyse the report- do you get a stack trace with local values? / comments
cynicszm wrote:
Now when I open part of the system I get the following error:
System.NullReferenceException: Object reference not set to an instance of an object.
at SmartAssembly.SmartExcepti...
This is *probably* a function of when the PDB gets refreshed- can you check that your pdb files, readable by ANTS, are updated too? / comments
This is *probably* a function of when the PDB gets refreshed- can you check that your pdb files, readable by ANTS, are updated too?
That's rather odd - I just tried it and got, respectively:
1000.240 ms
&
1000.027
Feel free to send your results to us at support and we'll take a look. / comments
That's rather odd - I just tried it and got, respectively:
1000.240 ms
&
1000.027
Feel free to send your results to us at support and we'll take a look.
Well spotted.
This error may be caused by an improperly-installed Visual C++ Runtime, which is a prerequisite of the Performance and Memory Profilers.
To solve this problem, please reinstall the Visual Studio 2005 C++ runtime and the required ATL update:
32-bit Windows: http://www.microsoft.com/downloads/deta ... 9c36f85647
64-bit Windows: http://www.microsoft.com/downloads/deta ... a6d7bd44da
Also recommended- The ATL update for both 32 and 64-bit systems, available from: http://www.microsoft.com/downloads/deta ... 12bab119c2 If this also appears in any error (e.g. in the Windows application event log): / comments
Well spotted.
This error may be caused by an improperly-installed Visual C++ Runtime, which is a prerequisite of the Performance and Memory Profilers.
To solve this problem, please reinstall the Vi...
Very hard to say what is happening- possibly the app is run with specific permissions that are not enough to write the data to the logged-in account temp directory. Can you try running ANTS explicitly as administrator please? / comments
Very hard to say what is happening- possibly the app is run with specific permissions that are not enough to write the data to the logged-in account temp directory. Can you try running ANTS explici...
I'll need to clarify this but my current understanding is that we 'optimize' the data that goes in the reports and there's no configuration option.
The way through this might be to create a custom error report with the SDK that comes with the professional edition. You can then put practically anything you like in here with our API. / comments
I'll need to clarify this but my current understanding is that we 'optimize' the data that goes in the reports and there's no configuration option.
The way through this might be to create a custom ...
Please try again using the 'sampling' mode of profiling / comments
Please try again using the 'sampling' mode of profiling
>>But when I use the ANTS Performance Profiler 6 to the record would "try to read or write protected memory. This usually indicates that other memory is corrupt."
>>May I ask how do I solve this problem
The best thing to do is work-around it rather than solve it (since these kinds of issues are not always solvable- we're dealing with unmanaged crashes due to IL code injection: nasty).
Can you try using sampling mode of profiling (*not* line-level or method-level)? / comments
>>But when I use the ANTS Performance Profiler 6 to the record would "try to read or write protected memory. This usually indicates that other memory is corrupt."
>>May I ask how do I solve this pr...