visual studio - Strange problem with VSS: VSS doesn't work after 5 p.m -


i have strange problem visual source safe. use vss add-on vs 2008 in corporate intranet 5 other colleagues. vs stops working after 5 p.m. of days complaining can not connect source safe. i'm running vs 2008 , vss 2005 on vista , no other 1 in corporate have such problem.

what think cause? there log vss?

you have logon restrictions on domain account.

vss file based source control system , works via access net work share. account logon restrictions prevent gaining access share @ times.

to test theory try this:

  1. get share vss lives in. should in form \\server\share.
  2. open command prompt
  3. type net use show connections
  4. if connected share type net use z: /delete (with z: being assigned drive letter share)
  5. type net use * \\server\share

if theory correct, before 5 command completed sucessfully, after 5 access denied


Comments

Popular posts from this blog

c++ - Convert big endian to little endian when reading from a binary file -

C#: Application without a window or taskbar item (background app) that can still use Console.WriteLine() -

unicode - Are email addresses allowed to contain non-alphanumeric characters? -