Firstly,
I had an issue where I was Analysing ConsoleTraceListener, if I clicked
"Used By"
"Exposed By"
"Instantiated By"
in quick succession that would cause the program to crash.
This seems to be a bug on most parts of the system I have checked.
Also, when I tried to send a bug report, it couldn't get passed the proxy used at work, I remedied this using.
<system.net>
<defaultProxy enabled="true" useDefaultCredentials="true">
<proxy/>
<bypasslist/>
<module/>
</defaultProxy>
</system.net>
In the App.config.
Cheers, Sarkie
I had an issue where I was Analysing ConsoleTraceListener, if I clicked
"Used By"
"Exposed By"
"Instantiated By"
in quick succession that would cause the program to crash.
This seems to be a bug on most parts of the system I have checked.
Also, when I tried to send a bug report, it couldn't get passed the proxy used at work, I remedied this using.
<system.net>
<defaultProxy enabled="true" useDefaultCredentials="true">
<proxy/>
<bypasslist/>
<module/>
</defaultProxy>
</system.net>
In the App.config.
Cheers, Sarkie