Posts
Sort by recent activity
Server ran out of space
Our desktop app report errors to SmartAssembly server and are currently getting error uploading the report.
Error submitting error report using Proxy
I added the following code to the SmartAssemblyUI project:
if (ProxyAddress != "")
{
var proxy = new WebProxy(ProxyAddress);
proxy.UseDefaultCredentials = true;
this.unhandledExceptionHandler.SetPr...
Using WebProxy with Smart Assembly
We use a webproxy to access the internet from our LAN and Smart Assembly is not able to report errors to the server using the proxy serer. The error we got is: (ERR 2001L The request failed with ...
Error report notification
Is there any way to generate some kind of notification after a user submitted an error report? Unless a programmer starts SmartAssembly on our build machine and check, we have no idea that there a...
Identify the user from the error report
Is there any way to identify the user who reported the error other than the email address they entered? Can we also ask for the user's name and/or phone number when asking for user's email address?