Menu

#3 Login problem

open
nobody
None
5
2007-03-14
2007-03-14
Anonymous
No

The only thing I can get to come up is the login screen. When I click the "Open" button nothing happens. It doesn't even appear to submit.

Discussion

  • Nobody/Anonymous

    Logged In: NO

    PS - I am trying to use this with SourceSafe 2005

     
  • jeanmarcf

    jeanmarcf - 2007-03-14

    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

     
  • Nobody/Anonymous

    Logged In: NO

    I have the same problem. Advise doesn't seem to produce any logging.

     
  • hung714

    hung714 - 2007-10-02

    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>

     
  • Nobody/Anonymous

    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

     
  • adolfomq

    adolfomq - 2009-05-25

    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.

     

Log in to post a comment.