Feature/Exc Reporting SA dlls to be included in installer?
smuda
Posts: 24
Hi!
To be able to use Feature and/or Exception reporting the SA dlls seems to be required to redistribute, is that correct?
If they aren't included the SA unhandled exception handler shows up with "Could not load file or assembly 'SmartAssembly.ReportException, Version=6.0.0.0...' or one of its dependecies. The system cannot find the file specified.
The exception itself seems to be coming from one assemby that is only embedded, not merged. (and this i because a problem with de-serialization, which I'll post in a different thread)
Best Regards,
John
To be able to use Feature and/or Exception reporting the SA dlls seems to be required to redistribute, is that correct?
If they aren't included the SA unhandled exception handler shows up with "Could not load file or assembly 'SmartAssembly.ReportException, Version=6.0.0.0...' or one of its dependecies. The system cannot find the file specified.
The exception itself seems to be coming from one assemby that is only embedded, not merged. (and this i because a problem with de-serialization, which I'll post in a different thread)
Best Regards,
John
Comments
Please see: http://www.red-gate.com/supportcenter/c ... rrors_DLLs
When the ReportException get called from the embedded assembly, it failes with
"Could not load file or assembly 'SmartAssembly.ReportException, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7f465a1c156d4d57' or one of its dependencies. The system cannot find the file specified."
Best regards,
John
If you follow this procedure, the Report method should work without having to include the ReportException DLL.
If I had to guess, I'd say you forgot to enable error reporting when you processed the DLL.
http://www.red-gate.com/messageboard/vi ... hp?t=14511
which means I can now merge the deseralization issue into the main assembly and this problem goes away.
Thanks for your help!
Best Regards,
John