Can you enabled log file by changing system.diagnostics section in web.config :
1) change switches in VSSState to value 0 to value 4
2) change listeners in initializeData for valid path (please verify your web site has right to write in this file)
After this can you post log file for analyse.
Best regards
Jean-Marc F
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I had the same problem. I set VSSState to 4 and below is what i found on the log file VSSWebXtra.log.
I have VSS 6.0. I'm trying to create an web page so any developer with a MAC OS can access to it. is it possible? Any advices would be appreciated. Thanks in advance.
01/10/2007 19:08:16 VSSWebXtra.VSSState::FirstLoad : Start
01/10/2007 19:08:17 VSSWebXtra.VSSState::AddDatabase : Start on VSS (C:\Program Files\Microsoft Visual Studio\VSS\srcsafe.ini)
01/10/2007 19:08:17 VSSWebXtra.VSSState::set_TemporaryFolder : Start
01/10/2007 19:08:17 VSSWebXtra.VSSState::get_XmlState : Start
01/10/2007 19:08:17 VSSWebXtra.VSSState::get_XmlState : Get=<?xml version="1.0" encoding="UTF-8"?><VSSState xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="VSSState.xsd" Version="1"><Databases><Database Name="VSS" SrcSafeIni="C:\Program Files\Microsoft Visual Studio\VSS\srcsafe.ini" /></Databases><Tree><Root Id="0" Name="$" /></Tree><Actions><Action Name="AddDatabase" Date="2007-10-01T19:08:17.0468750-07:00" Result=""><Parameters /></Action><Action Name="set_TemporaryFolder" Date="2007-10-01T19:08:17.0625000-07:00" Result=""><Parameters /></Action><Action Name="get_XmlState" Date="2007-10-01T19:08:17.0625000-07:00" Result=""><Parameters /></Action></Actions><Options><Named><Option Name="IncludeDeleted" Value="false" /><!-- Comment="Inclut les fichiers et les projets supprimés dans l'arborescence" --><Option Name="IncludeContentWhenIsViewing" Value="true" /><!-- Comment="Positionne le contenu des fichiers dans la balise Content pour les actions ViewFileLatestVersion et ViewFileVersion" --><!--Option Name="DefaultDatabase" Value="true"/--><!-- Comment="Nom de la base VSS par défaut" --><!--Option Name="DefaultUser" Value="true"/--><!-- Comment="Utilisateur par défaut pour le login" --><!--Option Name="DefaultPassword" Value="true"/--><!-- Comment="Mot de passe de l'utilisateur par défaut" --></Named><Skin /></Options></VSSState>
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I have the same behavior, the open button does nothing.
I traced the javascript event associated to the button and I fount that it create an action string an finally call a function named SendActionToPostBack wich is empty (there is just a semicolon inside it).
I downloaded source code I converted to VS 2005 with .net 2.0 I have hanged references to SourceSateTypeLib to Microsoft.VisualStudio.SourceSafe.Interop wich is equivalent, and the code was compiled successfully, but the result is exactly the same when running in debug mode.
Looking at the code in DefaultXtraGreen.xslt , I found that a line with:
Logged In: NO
PS - I am trying to use this with SourceSafe 2005
Logged In: YES
user_id=1212861
Originator: NO
Hello,
Can you enabled log file by changing system.diagnostics section in web.config :
1) change switches in VSSState to value 0 to value 4
2) change listeners in initializeData for valid path (please verify your web site has right to write in this file)
After this can you post log file for analyse.
Best regards
Jean-Marc F
Logged In: NO
I have the same problem. Advise doesn't seem to produce any logging.
Logged In: YES
user_id=1903419
Originator: NO
I had the same problem. I set VSSState to 4 and below is what i found on the log file VSSWebXtra.log.
I have VSS 6.0. I'm trying to create an web page so any developer with a MAC OS can access to it. is it possible? Any advices would be appreciated. Thanks in advance.
01/10/2007 19:08:16 VSSWebXtra.VSSState::FirstLoad : Start
01/10/2007 19:08:17 VSSWebXtra.VSSState::AddDatabase : Start on VSS (C:\Program Files\Microsoft Visual Studio\VSS\srcsafe.ini)
01/10/2007 19:08:17 VSSWebXtra.VSSState::set_TemporaryFolder : Start
01/10/2007 19:08:17 VSSWebXtra.VSSState::get_XmlState : Start
01/10/2007 19:08:17 VSSWebXtra.VSSState::get_XmlState : Get=<?xml version="1.0" encoding="UTF-8"?><VSSState xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="VSSState.xsd" Version="1"><Databases><Database Name="VSS" SrcSafeIni="C:\Program Files\Microsoft Visual Studio\VSS\srcsafe.ini" /></Databases><Tree><Root Id="0" Name="$" /></Tree><Actions><Action Name="AddDatabase" Date="2007-10-01T19:08:17.0468750-07:00" Result=""><Parameters /></Action><Action Name="set_TemporaryFolder" Date="2007-10-01T19:08:17.0625000-07:00" Result=""><Parameters /></Action><Action Name="get_XmlState" Date="2007-10-01T19:08:17.0625000-07:00" Result=""><Parameters /></Action></Actions><Options><Named><Option Name="IncludeDeleted" Value="false" /><!-- Comment="Inclut les fichiers et les projets supprimés dans l'arborescence" --><Option Name="IncludeContentWhenIsViewing" Value="true" /><!-- Comment="Positionne le contenu des fichiers dans la balise Content pour les actions ViewFileLatestVersion et ViewFileVersion" --><!--Option Name="DefaultDatabase" Value="true"/--><!-- Comment="Nom de la base VSS par défaut" --><!--Option Name="DefaultUser" Value="true"/--><!-- Comment="Utilisateur par défaut pour le login" --><!--Option Name="DefaultPassword" Value="true"/--><!-- Comment="Mot de passe de l'utilisateur par défaut" --></Named><Skin /></Options></VSSState>
Logged In: NO
Hi,
Please can you verify right on C:\Program Files\Microsoft Visual Studio\VSS, you must include Read And Write access for account of your web site.
Best Regards
Jean-Marc
I have the same behavior, the open button does nothing.
I traced the javascript event associated to the button and I fount that it create an action string an finally call a function named SendActionToPostBack wich is empty (there is just a semicolon inside it).
I downloaded source code I converted to VS 2005 with .net 2.0 I have hanged references to SourceSateTypeLib to Microsoft.VisualStudio.SourceSafe.Interop wich is equivalent, and the code was compiled successfully, but the result is exactly the same when running in debug mode.
Looking at the code in DefaultXtraGreen.xslt , I found that a line with:
<xsl:value-of select="$postbackfunction"></xsl:value-of>;
produce the empty function mentioned above, due to $postbackfunction seems to be undefined.
I didn't look it deeper but It could help to findout wath's the problem.
Thanks for any help with this.