Rebindng Solution in VS2003.Net

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

Moderator: SourceGear

Post Reply
jkp*74
Posts: 147
Joined: Wed Dec 15, 2004 9:42 pm
Contact:

Rebindng Solution in VS2003.Net

Post by jkp*74 » Fri Nov 14, 2008 8:07 pm

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.
Joel
Micro Modular System
http://www.mmsis.com

jkp*74
Posts: 147
Joined: Wed Dec 15, 2004 9:42 pm
Contact:

Re: Rebindng Solution in VS2003.Net

Post by jkp*74 » Fri Nov 14, 2008 10:50 pm

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.
Joel
Micro Modular System
http://www.mmsis.com

jkp*74
Posts: 147
Joined: Wed Dec 15, 2004 9:42 pm
Contact:

Re: Rebindng Solution in VS2003.Net

Post by jkp*74 » Fri Nov 14, 2008 11:35 pm

After uninstall & reinstall Fortress Client, it works !!!! :lol: :?
Another step i have performed is copying the Cache folders from Vault to Fortress.
Joel
Micro Modular System
http://www.mmsis.com

jkp*74
Posts: 147
Joined: Wed Dec 15, 2004 9:42 pm
Contact:

Re: Rebindng Solution in VS2003.Net

Post by jkp*74 » Tue Nov 18, 2008 3:31 am

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.
Joel
Micro Modular System
http://www.mmsis.com

jkp*74
Posts: 147
Joined: Wed Dec 15, 2004 9:42 pm
Contact:

Re: Rebindng Solution in VS2003.Net

Post by jkp*74 » Tue Nov 18, 2008 6:26 pm

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.
Joel
Micro Modular System
http://www.mmsis.com

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

Re: Rebindng Solution in VS2003.Net

Post by Beth » Wed Nov 19, 2008 11:46 am

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

jkp*74
Posts: 147
Joined: Wed Dec 15, 2004 9:42 pm
Contact:

Re: Rebindng Solution in VS2003.Net

Post by jkp*74 » Wed Nov 19, 2008 6:51 pm

I have just sent you the email. Thanks.
Joel
Micro Modular System
http://www.mmsis.com

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

Re: Rebindng Solution in VS2003.Net

Post by Beth » Thu Nov 20, 2008 9:26 am

Thanks. It's been received and replied to. If you need further assistance, just let me know.

HS: 214311
Beth Kieler
SourceGear Technical Support

jkp*74
Posts: 147
Joined: Wed Dec 15, 2004 9:42 pm
Contact:

Re: Rebindng Solution in VS2003.Net

Post by jkp*74 » Thu Nov 20, 2008 6:33 pm

Great. It works !!!! :D The developers are back to business.
I will wait for the official release to perform a mass upgrade.
Thanks for the support.
Joel
Micro Modular System
http://www.mmsis.com

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

Re: Rebindng Solution in VS2003.Net

Post by Beth » Fri Nov 21, 2008 3:50 pm

Thanks for the update.
Beth Kieler
SourceGear Technical Support

Post Reply