VS 2003 Integration Problems

If you are having a problem using Fortress, post a message here.

Moderator: SourceGear

Post Reply
PeteM
Posts: 12
Joined: Wed Oct 22, 2008 7:10 pm

VS 2003 Integration Problems

Post by PeteM » Mon Jan 19, 2009 7:43 pm

Hi,

We are having problems integrating Fortress Client version 1.1.3.18336. The Make Default SCC Provider is set in the client. Whenever we try 'open from source control' nothing happens at all. We try again and get the error below. If we choose continue on the error, the vault dialog opens but is empty. The Project we are trying to open has previously been under sourcesafe control. This also happens from a clean working folder & a clean get from Vault/Fortress.

The Visual Studio 2003 is at SP1.

Any help gratefully accepted!

PeteM

=================================================================================================================
See the end of this message for details on invoking
just-in-time (JIT) debugging instead of this dialog box.

************** Exception Text **************
System.NullReferenceException: Object reference not set to an instance of an object.
at VaultClientPresentationLib.FormIDEViewRepository.FormIDEViewRepository_Load(Object sender, EventArgs e)
at System.Windows.Forms.Form.OnLoad(EventArgs e)
at System.Windows.Forms.Form.OnCreateControl()
at System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible)
at System.Windows.Forms.Control.CreateControl()
at System.Windows.Forms.Control.WmShowWindow(Message& m)
at System.Windows.Forms.Control.WndProc(Message& m)
at System.Windows.Forms.ScrollableControl.WndProc(Message& m)
at System.Windows.Forms.ContainerControl.WndProc(Message& m)
at System.Windows.Forms.Form.WmShowWindow(Message& m)
at System.Windows.Forms.Form.WndProc(Message& m)
at System.Windows.Forms.ControlNativeWindow.OnMessage(Message& m)
at System.Windows.Forms.ControlNativeWindow.WndProc(Message& m)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)


************** Loaded Assemblies **************
mscorlib
Assembly Version: 1.0.5000.0
Win32 Version: 1.1.4322.2407
CodeBase: file:///c:/windows/microsoft.net/framework/v1.1.4322/mscorlib.dll
----------------------------------------
VaultPresentationLib
Assembly Version: 1.1.3.18336
Win32 Version: 1.1.3.18336
CodeBase: file:///C:/Program%20Files/SourceGear/Fortress%20Client/VS2003_Client/VaultPresentationLib.DLL
----------------------------------------
System
Assembly Version: 1.0.5000.0
Win32 Version: 1.1.4322.2407
CodeBase: file:///c:/windows/assembly/gac/system/1.0.5000.0__b77a5c561934e089/system.dll
----------------------------------------
VaultLib
Assembly Version: 1.1.3.18336
Win32 Version: 1.1.3.18336
CodeBase: file:///C:/Program%20Files/SourceGear/Fortress%20Client/VS2003_Client/VaultLib.DLL
----------------------------------------
VaultClientOperationsLib
Assembly Version: 1.1.3.18336
Win32 Version: 1.1.3.18336
CodeBase: file:///C:/Program%20Files/SourceGear/Fortress%20Client/VS2003_Client/VaultClientOperationsLib.DLL
----------------------------------------
VaultClientNetLib
Assembly Version: 1.1.3.18336
Win32 Version: 1.1.3.18336
CodeBase: file:///C:/Program%20Files/SourceGear/Fortress%20Client/VS2003_Client/VaultClientNetLib.DLL
----------------------------------------
System.Windows.Forms
Assembly Version: 1.0.5000.0
Win32 Version: 1.1.4322.2032
CodeBase: file:///c:/windows/assembly/gac/system.windows.forms/1.0.5000.0__b77a5c561934e089/system.windows.forms.dll
----------------------------------------
System.Drawing
Assembly Version: 1.0.5000.0
Win32 Version: 1.1.4322.2032
CodeBase: file:///c:/windows/assembly/gac/system.drawing/1.0.5000.0__b03f5f7f11d50a3a/system.drawing.dll
----------------------------------------
System.Web.Services
Assembly Version: 1.0.5000.0
Win32 Version: 1.1.4322.2032
CodeBase: file:///c:/windows/assembly/gac/system.web.services/1.0.5000.0__b03f5f7f11d50a3a/system.web.services.dll
----------------------------------------
System.Xml
Assembly Version: 1.0.5000.0
Win32 Version: 1.1.4322.2032
CodeBase: file:///c:/windows/assembly/gac/system.xml/1.0.5000.0__b77a5c561934e089/system.xml.dll
----------------------------------------
System.Web
Assembly Version: 1.0.5000.0
Win32 Version: 1.1.4322.2407
CodeBase: file:///c:/windows/assembly/gac/system.web/1.0.5000.0__b03f5f7f11d50a3a/system.web.dll
----------------------------------------
asvqckzi
Assembly Version: 0.0.0.0
Win32 Version: 1.1.4322.2407
CodeBase: file:///c:/windows/assembly/gac/system/1.0.5000.0__b77a5c561934e089/system.dll
----------------------------------------
Accessibility
Assembly Version: 1.0.5000.0
Win32 Version: 1.1.4322.573
CodeBase: file:///c:/windows/assembly/gac/accessibility/1.0.5000.0__b03f5f7f11d50a3a/accessibility.dll
----------------------------------------
System.Management
Assembly Version: 1.0.5000.0
Win32 Version: 1.1.4322.2032
CodeBase: file:///c:/windows/assembly/gac/system.management/1.0.5000.0__b03f5f7f11d50a3a/system.management.dll
----------------------------------------
VaultClientUILib
Assembly Version: 1.1.3.18336
Win32 Version: 1.1.3.18336
CodeBase: file:///C:/Program%20Files/SourceGear/Fortress%20Client/VS2003_Client/VaultClientUILib.DLL
----------------------------------------

************** JIT Debugging **************
To enable just in time (JIT) debugging, the config file for this
application or machine (machine.config) must have the
jitDebugging value set in the system.windows.forms section.
The application must also be compiled with debugging
enabled.

For example:

<configuration>
<system.windows.forms jitDebugging="true" />
</configuration>

When JIT debugging is enabled, any unhandled exception
will be sent to the JIT debugger registered on the machine
rather than being handled by this dialog.

Beth
Posts: 8550
Joined: Wed Jun 21, 2006 8:24 pm
Location: SourceGear
Contact:

Re: VS 2003 Integration Problems

Post by Beth » Tue Jan 20, 2009 9:39 am

What OS is on your machine?
Beth Kieler
SourceGear Technical Support

PeteM
Posts: 12
Joined: Wed Oct 22, 2008 7:10 pm

Re: VS 2003 Integration Problems

Post by PeteM » Tue Jan 20, 2009 5:32 pm

The OS Running XP SP3.

Thanks.

Beth
Posts: 8550
Joined: Wed Jun 21, 2006 8:24 pm
Location: SourceGear
Contact:

Re: VS 2003 Integration Problems

Post by Beth » Wed Jan 21, 2009 8:31 am

It looks like that was fixed in Fortress 1.1.4. Could you upgrade?

I'm going to move this over to the Fortress forum while you are doing that.
Beth Kieler
SourceGear Technical Support

PeteM
Posts: 12
Joined: Wed Oct 22, 2008 7:10 pm

Re: VS 2003 Integration Problems

Post by PeteM » Mon Jan 26, 2009 7:30 pm

Beth,

Many thanks for your help, the upgrade has worked splendidly!

Pete. :D

Beth
Posts: 8550
Joined: Wed Jun 21, 2006 8:24 pm
Location: SourceGear
Contact:

Re: VS 2003 Integration Problems

Post by Beth » Tue Jan 27, 2009 1:46 pm

Thanks for the update. Happy to hear you're working again. :D
Beth Kieler
SourceGear Technical Support

Post Reply