Activity overview
Latest activity by dybalabj
Error Reporting from .NET DLL used in native application
I have a LabWindows/CVI application that is calling into a .NET DLL. I'd like to add error reporting to the .NET DLL, but SmartAssembly shows the following messag:"Because this assembly is a libra...
Decrypt existing error reports after fixing map file location
I have some error reports with that show "Map not available. The following file was missing: {GUID for file}". However, this file is present in the map file location. I had to change my map file...
In my case, yes I can remove the input assembly parameter (in fact it looks like I only need the /build <project> parameter now). I think I only had it because when I first started using SmartAssembly a few years ago it only supported absolute paths, so I was using relative paths in my post-build event. Out of curiosity, is there a plan to fix this behavior to work like it did in v6? Or is this an intentional change in v7? / comments
In my case, yes I can remove the input assembly parameter (in fact it looks like I only need the /build <project> parameter now). I think I only had it because when I first started using SmartAsse...
I've attached a simple project to reproduce the error. Click the button on the .NET application to generate a test error. The attached SA project only adds error reporting to the application. It looks like it's a problem when using SmartAssembly.com from the command line. Processing via the SA GUI works fine. If I process my assembly from the command line and only specify the /build <project file> option, it works fine. If I add the /input=<input assembly> option, then the email notification does not include the application name or version details. In my actual project, my command line also includes the /output and /errorreporttemplate options, but I have not checked to see if those individually cause the problem as well. / comments
I've attached a simple project to reproduce the error. Click the button on the .NET application to generate a test error. The attached SA project only adds error reporting to the application.It l...
Below are the settings I'm using. Perhaps it's an issue with using a custom template? I'm also executing SmartAssembly from my Visual Studio project as a Post-Build Event, and specifying the error report template on the command line (to ensure the correct relative path is used - I think this was an issue from an earlier version of SmartAssembly). [image] And here is the email that I receive. [image] / comments
Below are the settings I'm using. Perhaps it's an issue with using a custom template?I'm also executing SmartAssembly from my Visual Studio project as a Post-Build Event, and specifying the error ...
Email notification for error report does not list the application
I recently upgraded from SA6 to SA7. When I get an email notification that an error has been reported from an application processed with SA7 the subject simply states "An error has been reported."...
Jessica,
Thanks for the tip about the SDK, I have used it for scanning through our error reports to find specific ones, and it's been very helpful.
Brandon / comments
Jessica,
Thanks for the tip about the SDK, I have used it for scanning through our error reports to find specific ones, and it's been very helpful.
Brandon
Another thought might be to provide a way to select a range of dates to view error reports (based on received/generated date). / comments
Another thought might be to provide a way to select a range of dates to view error reports (based on received/generated date).
Jessica,
If possible, I would also like a way to configure the number of reports that are shown (including the option to view all error reports), not just the most recently sent or recently inserted. In our case, after we fix a reported issue, we sometimes additional error reports with the same exception, message and stack trace, but from a different underlying cause. Viewing the error reports by category allows us to find earlier reports and see if they are the same issue, or a different one. But if SmartAssembly only shows up to 500 reports, this view won't always show us those older reports.
Thanks,
Brandon / comments
Jessica,
If possible, I would also like a way to configure the number of reports that are shown (including the option to view all error reports), not just the most recently sent or recently inserte...
Bug - error reports with old dates not visible in UI
Hello,
We have a customer whose PC clock is wrong, and some of the error reports that have been emailed to us have a "Received on" date of 2007, even though our application was build in 2014. We h...