We purchased Source Vault today and upgraded to 2.0.1.
Everything works well except for my client box.
Remeber the article here**:
http://support.sourcegear.com/viewtopic.php?t=135
I haven't changed my machine.config since the upgrade.
It still says <proxy usesystemdefault="true"/>
However, I get the same "unable to connect error" with 2.0.1.
If I unload the adsubtract app, it works.
Is there something similar I can do for 2.0.1?
**
Since AdSubtract is probably not mandated by your network, you could try telling the .Net framework to not go through the system default proxy. Look in you machine.config under the <defaultProxy> section and change
<proxy usesystemdefault="true"/>
to
<proxy usesystemdefault="false"/>
Restart your vault client, and you should be good.