Problem after Indigo CTP install with devenv and SOAP...
i tried to open up my Whidbey solution after installing the Indigo and Avalon CTPs, and my SourceGear Vault client started giving me “Object reference not found“ errors when trying to login to my Vault server.
i uninstalled and reinstalled Vault, but it didn't help.
i then played around with the settings of Vault, and attempted to download the current repository list. at that point, i got a .NET exception popup referencing something about Microsoft.Tools.Indigo.SoapImporter, and devenv.exe.config.
so i found that .config file, and commented out this chunk of XML below:
<system.web>
<webServices>
<soapExtensionImporterTypes>
<add type="Microsoft.Tools.Indigo.SoapImporter.IndigoSoapImporter,TemplateInstaller, Version=5.0.0.0, Culture=neutral, PublicKeyToken=8a6b4c2a8d4d0b53" />
</soapExtensionImporterTypes>
</webServices>
</system.web>
problem solved!
i guess it was having some problem loading that SOAP extension when it was accessing my Vault server.