Comments
Sort by recent activity
Is there no way to add a file to a Handled Exception report? If I must write my own, is there some way I can gather and send the same data that's included in the SA Report?
/ comments
Is there no way to add a file to a Handled Exception report?If I must write my own, is there some way I can gather and send the same data that's included in the SA Report?
I am referring specifically to Handled Exceptions. / comments
I am referring specifically to Handled Exceptions.
I'm currently in the process of migrating and will send the error reports etc in due course.
How on earth can you release this without including this as part of the upgrade process leaves me speechless. / comments
I'm currently in the process of migrating and will send the error reports etc in due course.
How on earth can you release this without including this as part of the upgrade process leaves me speech...
Hi again,
I have come across a performance issue in that I must read a binary log file that consists of hundreds if not thousands of 'packets' that each contain a single log entry. Each log entry contains a number of fields but the only one we are interested in is the 'Title' field. That field holds the obfuscated text.
At present I call
logEntry.Title =Helpers.DecodeStackTrace(ReadString(reader, titleSize));
each and every time.
If I could at least set what would be the constant vales that your Helper uses in the first call to Helpers and then pass that to Helpers in subsequent calls it should reduce the overhead considerably. Alternatively, can I cache the required Helpers data?
Is the SDK available in solution format so that I could amend it myself? / comments
Hi again,
I have come across a performance issue in that I must read a binary log file that consists of hundreds if not thousands of 'packets' that each contain a single log entry. Each log entry c...
Thank you. Works well. / comments
Thank you. Works well.
bump / comments
bump
Thanks for your response.
I am doing this with very small files now without problem but in some cases the file can be over 2-3 meg in size. These are log files in text or html format.
I know about the map files so all I seek is a C# method that uses the correct map file to (I presume) search and replace. / comments
Thanks for your response.
I am doing this with very small files now without problem but in some cases the file can be over 2-3 meg in size. These are log files in text or html format.
I know about ...
james.billings wrote:
OK, further to my last post- we don't use the pssym files at all. Everything that SA requires is in the assembly.
It also sounds like there may be a bug in some instances with Postsharp though, and our developers are liasing with the people at Sharpcrafters in relation to this - so it may be that an update to SA in the future will improve on the compatibility.
Is there any update on this because I can't get sa to work with postsharp either! / comments
james.billings wrote:
OK, further to my last post- we don't use the pssym files at all. Everything that SA requires is in the assembly.
It also sounds like there may be a bug in some instances w...
Using Version 6.11.4.33
This has become a major headache for me as well.
Can we get some update on this now longstanding issue. / comments
Using Version 6.11.4.33
This has become a major headache for me as well.
Can we get some update on this now longstanding issue.
I know this is unusual but it seems that you must run SA from the Start Menu to complete the installation process. As I always use a shortcut on the Desktop, it was only after running it from the Start Menu that I received a message that installation was complete.
Anyhow - all is working fine now. / comments
I know this is unusual but it seems that you must run SA from the Start Menu to complete the installation process. As I always use a shortcut on the Desktop, it was only after running it from the S...