Activity overview
Latest activity by saint168
Thank you / comments
Thank you
Server ran out of space
Our desktop app report errors to SmartAssembly server and are currently getting error uploading the report.
I was skeptical about this fix but it worked! Thank you. / comments
I was skeptical about this fix but it worked! Thank you.
I tested both ways and neither worked. / comments
I tested both ways and neither worked.
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...
One more question, is there a recommended way to let the user set their proxy server address and port in the field? In standard .NET apps, we usually let the user edit the .config file and enter their proxy server address and port but the error reporter is compiled into our main app and it does not have a .config file. / comments
One more question, is there a recommended way to let the user set their proxy server address and port in the field? In standard .NET apps, we usually let the user edit the .config file and enter t...
Thank you, that's what I was looking for. / comments
Thank you, that's what I was looking for.
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 ...
I am working on a custom error reporting UI that will send an email to us after the user click send report. However, it is very difficult to test my work because the error reporting UI can only be called in a obfuscated build. Is there a tester project I can download so I can trace the code? / comments
I am working on a custom error reporting UI that will send an email to us after the user click send report. However, it is very difficult to test my work because the error reporting UI can only be...
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...