Rebindng Solution in VS2003.Net
Moderator: SourceGear
Rebindng Solution in VS2003.Net
After upgrade from Vault 4.1 to Fortress 1.1, I can't rebind the solution. It gives me "Object Reference not set" error. I can select the Repository but after the dialog closes, nothing happen. Then when i click Bind again, it ask me to choose Repository again. the error happens & shows a blank project list.
Last edited by jkp*74 on Fri Nov 14, 2008 10:55 pm, edited 2 times in total.
Re: Rebindng Solution in VS2003.Net
Here is the detail of the exception.
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
----------------------------------------
8fxt3qzr
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.
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
----------------------------------------
8fxt3qzr
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.
Re: Rebindng Solution in VS2003.Net
After uninstall & reinstall Fortress Client, it works !!!!
Another step i have performed is copying the Cache folders from Vault to Fortress.
Another step i have performed is copying the Cache folders from Vault to Fortress.
Re: Rebindng Solution in VS2003.Net
Apparently the same problem happen to one of the software developer. He can open other repositories but there is one repository which he can't & faced with the same error message. He has copied the cache folders.
BTW, i tried to attach the screen shot but can't any attachment buttons.
BTW, i tried to attach the screen shot but can't any attachment buttons.
Re: Rebindng Solution in VS2003.Net
I wish i could post more screen shots but can't find the attachment button. I really need help on this as it starts to interrupt my developer's work.
Re: Rebindng Solution in VS2003.Net
That looks like it could be related to a bug we fixed for Fortress 1.1.4. That release should be out soon. If you need a fix today, then send an email to support at sourcegear.com (attn: Beth) with a link to this forum thread.
Beth Kieler
SourceGear Technical Support
SourceGear Technical Support
Re: Rebindng Solution in VS2003.Net
I have just sent you the email. Thanks.
Re: Rebindng Solution in VS2003.Net
Thanks. It's been received and replied to. If you need further assistance, just let me know.
HS: 214311
HS: 214311
Beth Kieler
SourceGear Technical Support
SourceGear Technical Support
Re: Rebindng Solution in VS2003.Net
Great. It works !!!! The developers are back to business.
I will wait for the official release to perform a mass upgrade.
Thanks for the support.
I will wait for the official release to perform a mass upgrade.
Thanks for the support.