Activity overview
Latest activity by manlyboy
SmartAssembly Version 6 updates
The latest update 6.13.3 is a 'beta' release. When will this update become a full release?Must I assume v6 is 'dead' now that v7 is released?
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.
Attaching a file to a Handled Exception Report
Is it possible to add a file (in my case a log file) when usingSmartAssembly.ReportException.ExceptionReporting.Report(exception);
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'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...
bump / comments
bump
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.
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 ...