Gemini Community Support Site

This Gemini community support site can be used to find solutions to product issues. You can log in using Open Id, Google Profile and even Facebook. Feel free to ask a question or browse FAQs and documentation. Product tour videos are also available along with how-to videos demonstrating key Gemini capabilities.




upgrade 2.05 to 2.1.1 Souresafe problems

web-app

Hi

Been using 2.0.5 with no problems.  Recently upgraded to 2.1.1 and the sourcesafe addin link does not work anymore.

Tried the various fixes in the forum.  Changed registry to correct webservice

we were using sourcesafe 6.0c just applied Servicepack 6 to take it to 6.0d

The Geminivss.dll file that i dowloaded from another post does not work correctly.  Cannot use regsvr32 on it.  Is the one form the download site the correct one now?

ssaddin.ini in the C:\Program Files\Microsoft Visual Studio\VSS\win32 folder contains GeminiVSS.SourceSafe.1=1

the entry of a link via a url works ok.

Any help would be appreciated.

Thanks

 

 

catman
· 1
catman
Replies (8)
helpful
0
not helpful

The DLL does not need to be upgraded. You only need to change the URL in the registry to the new one. Did you do that?


Saar Cohen
· 5000
Saar Cohen
helpful
0
not helpful

Thanks for the response

I've reverted to the correct DLL and when i do a trace on our ISA server log files i see the following URL. 

GET http://192.168.10.2/Gemini/main.aspx?ac=ABC123&fn=dminv_06.p&fp=%24%2fSMV4%2fsources&scr=C%3a%5cProgram+Files%5cMicrosoft+Visual+Studio%5cVSS%5csrcsafe.ini&ii=1232

I know that the registry entries are correct so I would expect to see the webservices\linksourcecontrol.aspx file in the URL.

Is this due to the fact I'm not using windows forms Authentification and it's trying to log me in via the main logon page first.

Cheers

Catman


catman
· 1
catman
helpful
0
not helpful

Can you please check if you have the following entry in the web.config file?

  <location path="webservices/LinkSourceControlFile.aspx">
    <system.web>
      <authorization>
        <allow users="*"></allow>
      </authorization>
    </system.web>
  </location>


Mark Wing
· 9108
Mark Wing
helpful
0
not helpful

Yes that exists

Here some more entries

 <authentication mode="Forms">
      <forms name="Gemini" loginUrl="Default.aspx" timeout="60" path="/">
      </forms>
    </authentication>
    <authorization>
      <deny users="?"></deny>
    </authorization>
   

Cheers


catman
· 1
catman
helpful
0
not helpful

What happens if you close all browsers and then open one and type http://server/Gemini/webservices/LinkSourceControlFile.aspx?

(Change server and gemini )


Saar Cohen
· 5000
Saar Cohen
helpful
0
not helpful

Hi

It says invalid access code

 


catman
· 1
catman
helpful
0
not helpful

Thanks for this. We have managed to find the issue.

It is a BUG in the DLL, please download the latest: http://www.countersoft.com/Downloads/VisualSourceSafeIntegration.zip.

You will have to register the new DLL (GeminiVSS.dll).


Saar Cohen
· 5000
Saar Cohen
helpful
0
not helpful

Hi

That works

Thanks a lot

 


catman
· 1
catman