Search found 56 matches

by jsiegmund
Sat Jul 12, 2008 6:01 am
Forum: Gold Support (Vault) -- Read-only
Topic: Library in .NET 2.0 and 3.5: how?
Replies: 5
Views: 30498

Yeah, but multitargeting only supports loading 2.0 projects in VS2008, not mixing 2.0 and 3.5 projects within one solution. Your option of creating a second project file in VS2008 is a nice one which I didn't think of yet. Though I would like a source control solution even more, that does seem to be...
by jsiegmund
Thu Jul 10, 2008 9:07 am
Forum: Gold Support (Vault) -- Read-only
Topic: Library in .NET 2.0 and 3.5: how?
Replies: 5
Views: 30498

Library in .NET 2.0 and 3.5: how?

Hi, I would like to ask some advice on setting up a source control structure. We've got an internal library project which is made in .NET 2.0. This library is used in many different projects (most of them 2.0) so it's very important to us. Now with VS2008, we're starting to create new projects in .N...
by jsiegmund
Tue Oct 23, 2007 2:50 am
Forum: Support (Fortress)
Topic: Package Load Failure (urgent!)
Replies: 1
Views: 3168

Solved... unbelievable how misguiding an error message can be. Turned out it had nothing to do with the source gear plugin, but with a configuration error in machine.config. For some reason, that error made it impossible to load the plugin and therefore the VS IDE was complaining about it... Sorry t...
by jsiegmund
Tue Oct 23, 2007 1:45 am
Forum: Support (Fortress)
Topic: Package Load Failure (urgent!)
Replies: 1
Views: 3168

Package Load Failure (urgent!)

This morning I started up my machine as usual, but when opening the proejct I was working on I received the error "Package Load Failure". The error states it cannot load SourceGearLLC.VaultVsipClient.VaultVsipClient, VaultVsipClient Version=1.0.4.15848 due to possible environment corruptio...
by jsiegmund
Fri Sep 14, 2007 8:07 am
Forum: Support (Fortress)
Topic: Get latest -> read only
Replies: 3
Views: 5148

Okay, thanks. Any E.T.A. of 1.0.5.?
by jsiegmund
Fri Sep 14, 2007 3:28 am
Forum: Support (Fortress)
Topic: Get latest -> read only
Replies: 3
Views: 5148

Get latest -> read only

Why is, when getting the latest files from the Visual Studio 2005 plugin, the option to make files writable always greyed out and set to read-only by default? I tried altering the settings of the plugin, but that doesn't seem to have any affect. The resulting behaviour is that all new files are auto...
by jsiegmund
Mon Jul 23, 2007 8:35 am
Forum: Support (Fortress)
Topic: Problem when adding new project/file to source control
Replies: 10
Views: 10173

One last question: is it normal for the "recursive" option to be grayed out when I want to perform a "Get Lastest" operation on a solution or project? I kinda liked that option in Vault, but I can't get it to work in Fortress. Is this somekind of setting, or is it just not possib...
by jsiegmund
Mon Jul 23, 2007 8:12 am
Forum: Support (Fortress)
Topic: Problem when adding new project/file to source control
Replies: 10
Views: 10173

That's weird, because VS is telling me it is bound (it gives me the option to unbind, so I assume it's bound). But your solution appears to be working; unbinding everything and rebinding fixes the problem. It also changes functionality; new projects are now automatically added to the pending changes...
by jsiegmund
Mon Jul 23, 2007 7:53 am
Forum: Support (Fortress)
Topic: Problem when adding new project/file to source control
Replies: 10
Views: 10173

Mail sent, have fun ;)
by jsiegmund
Mon Jul 23, 2007 3:27 am
Forum: Support (Fortress)
Topic: Problem when adding new project/file to source control
Replies: 10
Views: 10173

Any news on this one? It's very annoying :)
by jsiegmund
Thu Jul 12, 2007 7:56 am
Forum: Support (Fortress)
Topic: Problem when adding new project/file to source control
Replies: 10
Views: 10173

I'd like to know more about the Assertion that is failing. Can you turn on Vault client logging and reproduce the error? Also, are you using the latest 1.0.2 client? I will and I am :) 12-7-2007 16:06:45 <generic>: [<No Name>:2724] [SourceGearLLC.VaultVsipClient.VsipUtility+AssertionFailedException...
by jsiegmund
Thu Jul 12, 2007 3:32 am
Forum: Support (Fortress)
Topic: Problem when adding new project/file to source control
Replies: 10
Views: 10173

It seems to have everything to do with the concurrent development style. When I switch to VSS Style new files are added automatically. Is this a setting I'm overlooking or something like that? What I want is for new files, renames and deletes to automatically result in a pending change. But for deve...
by jsiegmund
Thu Jul 12, 2007 3:09 am
Forum: Support (Fortress)
Topic: Problem when adding new project/file to source control
Replies: 10
Views: 10173

Problem when adding new project/file to source control

When adding a new file/project from Visual Studio to source control I receive the following error message: "SourceGearLLC.VaultVsipClient.VsipUtility+AssertionFailedException" I don't think it even gets to the server at this point since this happens immediately after clicking. I seem to be...
by jsiegmund
Fri Jun 29, 2007 9:17 am
Forum: Gold Support (Vault) -- Read-only
Topic: Exclusive lock on build
Replies: 11
Views: 11276

It's a regular C# project. I noticed .proj are always checked out exclusively and that's kind of understandable. But it shouldn't do that on adding a file or an action like that; unless it does an automated checkin after that (but that would be tricky too I guess).
by jsiegmund
Fri Jun 29, 2007 8:57 am
Forum: Gold Support (Vault) -- Read-only
Topic: Exclusive lock on build
Replies: 11
Views: 11276

We've been looking into this and found the following problem: When a change is made to the project, for instance when a file is added, the solution file is automatically checked out exclusively. The Visual Studio IDE doens't always alert the user about this (sometimes it does). The exclusive checkou...