Error loading project(s)

If you are having a problem using Vault, post a message here.

Moderator: SourceGear

Post Reply
willowtechie
Posts: 6
Joined: Thu Jan 10, 2008 12:09 pm

Error loading project(s)

Post by willowtechie » Tue Jan 20, 2009 11:18 am

I was doing some house cleaning of my solutions. I had everything checked in in the entire repository, and removed all of the the SG client temp files. In VS 2008 (using enhanced client on 4.1.4), I open a csproj from Vault without an issue. If I close VS and reopen (doubleclick the csproj or the sln), I get a few errors:

"The project WillowCore.Concierge is under source control. An error occured registering this project with source control. It is recommened that you do not make any changes to this project." Click OK / then "Operation could not be compelted. The param is incorrect."

I tried to enable logging in the enhanced client, but I dont have that option (as shown here http://support.sourcegear.com/viewtopic.php?t=1534).

I've also reinstalled the client. Now that I am examining my csproj file, I notice the references to the 2005 client:

<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProductVersion>9.0.30729</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>{FBBF021F-F5A4-42B7-9D63-4E0ECE124E54}</ProjectGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>WillowCore.GEM</RootNamespace>
<AssemblyName>WillowCore.GEM</AssemblyName>
<SccProjectName>WillowCore.Concierge</SccProjectName>
<SccLocalPath>2~1f920d99-4426-469c-9119-afd5ca6b7baa</SccLocalPath>
<SccAuxPath>http://localhost/VaultService</SccAuxPath>
<SccProvider>SourceGear Vault Visual Studio 2005 Client:{1EA47954-8515-402d-82D9-B5C332120A8D}</SccProvider>
<FileUpgradeFlags>
</FileUpgradeFlags>
<OldToolsVersion>2.0</OldToolsVersion>
<UpgradeBackupLocation>
</UpgradeBackupLocation>
<PublishUrl>publish\</PublishUrl>
<Install>true</Install>
<InstallFrom>Disk</InstallFrom>
<UpdateEnabled>false</UpdateEnabled>
<UpdateMode>Foreground</UpdateMode>
<UpdateInterval>7</UpdateInterval>
<UpdateIntervalUnits>Days</UpdateIntervalUnits>
<UpdatePeriodically>false</UpdatePeriodically>
<UpdateRequired>false</UpdateRequired>
<MapFileExtensions>true</MapFileExtensions>
<ApplicationRevision>0</ApplicationRevision>
<ApplicationVersion>1.0.0.%2a</ApplicationVersion>
<IsWebBootstrapper>false</IsWebBootstrapper>
<UseApplicationTrust>false</UseApplicationTrust>
<BootstrapperEnabled>true</BootstrapperEnabled>
<TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
</PropertyGroup>


I recently removed VS 2005 from my machine, which these projects were originally created under. I've been using them in VS 2008 without an issue for months.

any ideas?

Beth
Posts: 8550
Joined: Wed Jun 21, 2006 8:24 pm
Location: SourceGear
Contact:

Re: Error loading project(s)

Post by Beth » Tue Jan 20, 2009 5:07 pm

The uninstall of VS 2005 may have removed some registry keys where SCC data is kept. I think those who installed VS 2008 and didn't remove VS 2005 until after the 2008 install see this sometimes. You could try a repair install of VS 2008 to see if it would put the keys in place that are needed.
Beth Kieler
SourceGear Technical Support

willowtechie
Posts: 6
Joined: Thu Jan 10, 2008 12:09 pm

Re: Error loading project(s)

Post by willowtechie » Wed Jan 21, 2009 11:12 am

That was it. problem solved. thanks!

Beth
Posts: 8550
Joined: Wed Jun 21, 2006 8:24 pm
Location: SourceGear
Contact:

Re: Error loading project(s)

Post by Beth » Thu Jan 22, 2009 2:06 pm

Thanks for the update. Happy to hear you're working again.
Beth Kieler
SourceGear Technical Support

Post Reply