Huge WPF executable with many referenced assemblies Automated Error Reporting
mrmiagi0101
Posts: 20 Bronze 1
Hello,
we are validating several different "Crash Report" systems at the moment.
We have one WPF exe project which references many assembly projects (~30, all are our projects). It looks like we have to create for the executable and all assemblies seperate saprojects to enable crash reporting everywhere?
I created a test WPF project and referenced an additional class library. In this class library I throw an exception. But for this method we get no additional informations like passed params? Only for the methods of the exe.
I was only able to get informations when I made a seperate saproject for the library also. But this will add all the smartassembly stuff to all assemblies. Is this really necassary?
And we don't want to merge or embed the class libraries in the main exe! This is an requirement.
Tagged:
Best Answer
-
Russell D Posts: 1,324 Diamond 5Yes this is currently the case I'm afraid - we're looking at improving this but I have no eta on when this might get done.Have you visited our Help Centre?
Answers