Search found 109 matches

by tomt84
Wed Jul 12, 2006 7:41 am
Forum: Support (Vault)
Topic: How to open a repository with a windows and a web project?
Replies: 2
Views: 1777

We have a similar situation. Project with a web gui and a windows forms gui that both share code. Depending on your circumstances, you could put the code that's shared between the two projects into a third project in the solution which is a class library. Works fine for us. Just set up your build or...
by tomt84
Wed Jul 12, 2006 6:41 am
Forum: Gold Support (Vault) -- Read-only
Topic: Occasional VS crash on Get Latest Version
Replies: 26
Views: 100805

Nothing in the server event log, incidently. Nothing in the server vault log, only the usual: ----12/07/2006 10:04:23 tf--sbs-server.Edgebyte.local(192.168.16.2)--SSL Disabled Login ----12/07/2006 10:04:26 tf--edgebyte-tflaptop.edgebyte.local(192.168.16.15)--SSL Disabled Login ----12/07/2006 10:08:1...
by tomt84
Wed Jul 12, 2006 6:38 am
Forum: Gold Support (Vault) -- Read-only
Topic: Occasional VS crash on Get Latest Version
Replies: 26
Views: 100805

Just captured a crash on a Get Latest in VS. Windows event log: Event Type: Error Event Source: .NET Runtime Event Category: None Event ID: 1023 Date: 12/07/2006 Time: 13:32:30 User: N/A Computer: EDGEBYTE-TFLAPT Description: .NET Runtime version 2.0.50727.42 - Fatal Execution Engine Error (7A2B45A2...
by tomt84
Tue Jul 11, 2006 2:04 pm
Forum: Gold Support (Vault) -- Read-only
Topic: Occasional VS crash on Get Latest Version
Replies: 26
Views: 100805

Thanks Linda. I'll post back here with any info I find.
by tomt84
Tue Jul 11, 2006 9:22 am
Forum: Gold Support (Vault) -- Read-only
Topic: Occasional VS crash on Get Latest Version
Replies: 26
Views: 100805

Occasional VS crash on Get Latest Version

This *may* turn out to be unrelated to Vault directly, or not your fault, but we have developed an occasional problem where VS2005 "disappears" very suddenly and with no reported error. This happens when right clicking the project or solution and getting the latest version. This has starte...
by tomt84
Tue Jul 11, 2006 8:46 am
Forum: Gold Support (Vault) -- Read-only
Topic: Multiple Projects in VS2003
Replies: 19
Views: 22409

Solution for this seems to be to coordinate changes to the csproj file between developers. Tell everyone you want to move/rename/delete a file, do your changes (checking first that you have got the .csproj file exclusively), then check in your pending changes. Then get everyone else to do a "Ge...
by tomt84
Fri Jun 23, 2006 5:53 am
Forum: Gold Support (Vault) -- Read-only
Topic: Multiple Projects in VS2003
Replies: 19
Views: 22409

Hokay. The exclusive checkout issue has gone, but now VS / Vault thinks that .csproj files are mergeable, it does so. Which causes really dodgy build behaviour - on build VS complains about some files being mentioned twice in the .csproj file. If you manually view it, it's not wrong. Parts of the fi...
by tomt84
Fri Jun 23, 2006 3:17 am
Forum: Gold Support (Vault) -- Read-only
Topic: Multiple Projects in VS2003
Replies: 19
Views: 22409

Is your local user option "Always Request exclusive locks" turned off (in Tools->Options->General)? yes. 2) .csproj is mergable for this repository. 3) "Always request exclusive locks" was checked. oops. 4) Now it's checked out but not exclusively. I'll go do this now on our oth...
by tomt84
Thu Jun 22, 2006 8:23 am
Forum: Gold Support (Vault) -- Read-only
Topic: Multiple Projects in VS2003
Replies: 19
Views: 22409

Can you try a test checkout within the main Vault GUI of a .csproj file? (Hold down the shift key during checkout, if you've checked to bypass the checkout dialog.) Is the exclusive lock option checked? Is the exclusive lock option enabled or disabled ? manual checkout is fine from within main vaul...
by tomt84
Thu Jun 22, 2006 8:10 am
Forum: Gold Support (Vault) -- Read-only
Topic: Multiple Projects in VS2003
Replies: 19
Views: 22409

Did this issue ever get fixed? We're having issues with the same thing where every so often one of the two of us can't lock the .csproj file because it's already exclusively locked. We sometimes have to to a manual "get latest" inside the Vault client forcing an overwrite of those files to...
by tomt84
Wed Mar 22, 2006 10:47 am
Forum: Gold Support (Vault) -- Read-only
Topic: Deleting files from within VS2005
Replies: 4
Views: 2637

Thankyou. Look forward to hearing back from you.
by tomt84
Wed Mar 22, 2006 7:28 am
Forum: Gold Support (Vault) -- Read-only
Topic: Deleting files from within VS2005
Replies: 4
Views: 2637

Thanks for your quick reply.

That's precisely our problem. Let me know if you want us to test anything, or if you want access to our Vault service to play with our specific data.

all the best
Tom
by tomt84
Mon Mar 20, 2006 1:44 pm
Forum: Gold Support (Vault) -- Read-only
Topic: Deleting files from within VS2005
Replies: 4
Views: 2637

Deleting files from within VS2005

Hi there We have two developers working with Vault and VS2005. Let's say dev A deletes a file from source control from with the IDE that dev B has previously worked on, and dev B has a local copy of it. Then when dev B logs on to vault through VS and opens the project, the names of the files that de...
by tomt84
Mon Feb 13, 2006 9:51 am
Forum: Gold Support (Vault) -- Read-only
Topic: Transaction failed error
Replies: 7
Views: 9114

The reported effective permissions for Network Service over c:\windows\temp (the working directory reported by the admin tool) are: ticked: Traverse Folder / Execute File List Folder / Read Data Read Attribs Read Extended Attribs Create Files / Write Data Create Folders / Append Data Write Attribs W...
by tomt84
Mon Feb 13, 2006 9:15 am
Forum: Gold Support (Vault) -- Read-only
Topic: Transaction failed error
Replies: 7
Views: 9114

I don't remember there being a problem during installation. We're not using impersonation - I've set the NETWORK SERVICE account to have r/w permissions on that folder. Was I right to modify the web.config file as I did to include that line? The initial problem has now gone - I just tried again and ...