Fortress Closes/crashes VS 2008
Moderator: SourceGear
-
- Posts: 17
- Joined: Tue Dec 11, 2007 1:53 pm
Fortress Closes/crashes VS 2008
Hello, I am using VS 2008. I am working with 2 other Devs on a web project. every once in a while we click the solution or click retrieve from fortress it will bring up the Get latest version Screen with attempt automatic merge selected. we click ok and VS disapears. no error or anything.
If you need i can provide the sln file if that helps solve the problem. the way we have to fix this error is to delete our project files and reget them from the server.
Any Ideas are appreciated.
If you need i can provide the sln file if that helps solve the problem. the way we have to fix this error is to delete our project files and reget them from the server.
Any Ideas are appreciated.
Re: Fortress Closes/crashes VS 2008
It sounds like your proj files are attempting to merge. By default, those are set as non-mergeable files. You can change that in the Fortress admin web page and make them mergeable, but often that's not recommended. You absolutely don't ever want to do that to your solution file. Some users do set their proj files as mergeable anyway, while others will only exclusively check out proj files so that there is never a case where something needs to be merged. Another option would be to perform your Gets on your proj files as overwrites instead of merging.
Beth Kieler
SourceGear Technical Support
SourceGear Technical Support
Re: Fortress Closes/crashes VS 2008
I'm not sure merging of project files has anything to do with this. Obviously a Get Latest should never crash the IDE.
What version of Fortress are you running? Do all the developers occasionally experience the crash, or just one? Is it observed strictly on one particular solution, or several?
If you turn on diagnostic logging (Tools|Options|Source Control|Integration Options) and send us a log after a crash, we can dig deeper. (The log file will be at %TEMP%\VaultVsipClient2008.txt. You can email it to ian at sourcegear dot com.)
What version of Fortress are you running? Do all the developers occasionally experience the crash, or just one? Is it observed strictly on one particular solution, or several?
If you turn on diagnostic logging (Tools|Options|Source Control|Integration Options) and send us a log after a crash, we can dig deeper. (The log file will be at %TEMP%\VaultVsipClient2008.txt. You can email it to ian at sourcegear dot com.)
Ian Olsen
SourceGear
SourceGear
-
- Posts: 17
- Joined: Tue Dec 11, 2007 1:53 pm
Re: Fortress Closes/crashes VS 2008
I realize i posted this a while back but as you know if its not broke ... anyways it just happened again the default radio button selection is merge. i tried it 2 times and it crashed both times. then i came to the site and read what you guys wrote and selected the do not merge option and it gave me a message saying there was an error last time i ran it and it will attempt to skip the problem file. and now it works...
-
- Posts: 17
- Joined: Tue Dec 11, 2007 1:53 pm
Re: Fortress Closes/crashes VS 2008
ok that did work one time but the next time i opened the source of another project it broke. I deleted the log file and duplicated the error. The following link will take you to the error log.
http://beta.netoutcomes.net/VaultVsipClient2008.txt
http://beta.netoutcomes.net/VaultVsipClient2008.txt
Re: Fortress Closes/crashes VS 2008
Unfortunately the log doesn't have anything particularly revealing. Can you reproduce this every time now, just by doing a get latest?
Would you mind posting a screenshot of your Local Files options? In Visual Studio, you can get there via Tools->Options->Source Control->Fortress Options->Advanced Options->Local Files. I've attached a screenshot from my machine.
Would you mind posting a screenshot of your Local Files options? In Visual Studio, you can get there via Tools->Options->Source Control->Fortress Options->Advanced Options->Local Files. I've attached a screenshot from my machine.
- Attachments
-
- LocalFilesOptionsFortress113.png (24.08 KiB) Viewed 13402 times
-
- Posts: 17
- Joined: Tue Dec 11, 2007 1:53 pm
Re: Fortress Closes/crashes VS 2008
Sorry for the delay I forgot all about posting this untill it happened again lol. also if it helps sometimes i can change the combo box on the initial fortress screen when it starts retrieveing from overwrite to auto merge and that makes it load.
-
- Posts: 17
- Joined: Tue Dec 11, 2007 1:53 pm
Re: Fortress Closes/crashes VS 2008
happening again. it only happens on my web apps. I have a layered solution and it will get all the files if i delete the contents of the web directory and let it get them again.
-
- Posts: 17
- Joined: Tue Dec 11, 2007 1:53 pm
Re: Fortress Closes/crashes VS 2008
once in a while ill get an error from fortress that says. "An error was encountered while opening associated documents the last time this solution was loaded. document load is being skipped during this solution load in order to avoid that error." but might take me 5-6 trys to open and fail before i get that error.
-
- Posts: 17
- Joined: Tue Dec 11, 2007 1:53 pm
Re: Fortress Closes/crashes VS 2008
2/12/2009 7:23:11 AM <generic>: Trying to refresh Solution Folder Project Solution Items:4294967294 [System.Runtime.InteropServices.COMException (0x80040100): Trying to revoke a drop target that has not been registered (Exception from HRESULT: 0x80040100 (DRAGDROP_E_NOTREGISTERED))]Trying to revoke a drop target that has not been registered (Exception from HRESULT: 0x80040100 (DRAGDROP_E_NOTREGISTERED))
Stack Trace:
at SourceGearLLC.VaultVsipClient.VsipUtility.LogErrorIfFailed(Int32 hresult, String logContextInfo)
at SourceGearLLC.VaultVsipClient.Project.Refresh(UInt32 itemid)
at SourceGearLLC.VaultVsipClient.VaultCommandGetLatest.GetLatestVersion(Boolean forceDialogShow)
at SourceGearLLC.VaultVsipClient.SccProviderService.OnAfterOpenSolution_Implementation(Object pUnkReserved, Int32 fNewSolution)
at SourceGearLLC.VaultVsipClient.SccProviderService.OnAfterOpenSolution(Object pUnkReserved, Int32 fNewSolution)
Stack Trace:
at SourceGearLLC.VaultVsipClient.VsipUtility.LogErrorIfFailed(Int32 hresult, String logContextInfo)
at SourceGearLLC.VaultVsipClient.Project.Refresh(UInt32 itemid)
at SourceGearLLC.VaultVsipClient.VaultCommandGetLatest.GetLatestVersion(Boolean forceDialogShow)
at SourceGearLLC.VaultVsipClient.SccProviderService.OnAfterOpenSolution_Implementation(Object pUnkReserved, Int32 fNewSolution)
at SourceGearLLC.VaultVsipClient.SccProviderService.OnAfterOpenSolution(Object pUnkReserved, Int32 fNewSolution)
Re: Fortress Closes/crashes VS 2008
I think I found the bug that causes this. I'll follow up when I know more.
Ian Olsen
SourceGear
SourceGear
-
- Posts: 17
- Joined: Tue Dec 11, 2007 1:53 pm
Re: Fortress Closes/crashes VS 2008
If you have any further questions, just let us know.
Beth Kieler
SourceGear Technical Support
SourceGear Technical Support