Fortress Window not available in VS 2005 - vista 64
Moderator: SourceGear
-
- Posts: 2
- Joined: Tue Dec 18, 2007 12:13 pm
Fortress Window not available in VS 2005 - vista 64
I have set Fortress as the source control client in the VS settings and can manipulate the advanced options but Fortress does not appear in the list of Other Windows. I am running Windows Vista 64 Ultimate but all the other members of the development team are running eith Windows XP or Vista 32.
How do I get the Fortress windows and the integrated environment to work in Visual Studio 2005?
I have tried uninstall/install the client
thanks in advance
How do I get the Fortress windows and the integrated environment to work in Visual Studio 2005?
I have tried uninstall/install the client
thanks in advance
-
- Posts: 2
- Joined: Tue Dec 18, 2007 12:13 pm
I loaded a projec in and out of control and don't see a pending checkin area in either case. If I right-click the files in the solution explorer I have the Fortress options in the context menu that offer check in/out etc. From the non-controlled project I have the option of adding the project to Fortress.
-
- Posts: 112
- Joined: Mon May 01, 2006 10:50 pm
- Location: Birmingham, AL
-
- Posts: 112
- Joined: Mon May 01, 2006 10:50 pm
- Location: Birmingham, AL
Yes, all of my windows are docked, but I'm not seeing how that would affect my ability to select the Fortress Toolbar from the toolbar window or make the Fortress window selectable from the list of available windows in visual studio.
Are you saying that if I undock all of my windows and move them around that it may make these options become available?
Are you saying that if I undock all of my windows and move them around that it may make these options become available?
<a href="http://www.vertagen.com">Vertagen Solutions</a>
-
- Posts: 112
- Joined: Mon May 01, 2006 10:50 pm
- Location: Birmingham, AL
There was an issue installing Fortress on windows 64 that has been addressed in the upcoming 1.1 release. Another symptom of this issue is that there is no Fortress Window option under the View menu.
Go to your registry and look for the following key:
HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\VisualStudio\8.0\Packages\{bf3a1c52-1b02-421b-b8db-2700bc98e85f}
See if the value "CodeBase" is there. If not add it.
The string value should be the path to FortressVsipClient.dll (by default it
is C:\Program Files (x86)\SourceGear\Fortress Client\FortressVsipClient.dll)
Then run devenv.exe /setup from a command line.
That should fix the problem. You do not need to have the window docked anywhere to have access to the Fortress toolbar or Fortress window.
Go to your registry and look for the following key:
HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\VisualStudio\8.0\Packages\{bf3a1c52-1b02-421b-b8db-2700bc98e85f}
See if the value "CodeBase" is there. If not add it.
The string value should be the path to FortressVsipClient.dll (by default it
is C:\Program Files (x86)\SourceGear\Fortress Client\FortressVsipClient.dll)
Then run devenv.exe /setup from a command line.
That should fix the problem. You do not need to have the window docked anywhere to have access to the Fortress toolbar or Fortress window.
Mary Jo Skrobul
SourceGear
SourceGear
-
- Posts: 112
- Joined: Mon May 01, 2006 10:50 pm
- Location: Birmingham, AL