Assertion Failed exception
Moderator: SourceGear
Assertion Failed exception
When attempting to add a new website solution to the Vault, we are getting the following message;
SourceGearLLC.VaultVsipClient.VsipUtility+AssertionFailedException
This happens immediately you right-mouse on the solution and select 'Add Solution to Vault' and then log into the Vault.
We are currently using Vault 4.0.4, with the VS2005 Client.
We have a number of solutions this is happening with, does anybody have any ideas what this might be caused by?
Cheers
Tom
SourceGearLLC.VaultVsipClient.VsipUtility+AssertionFailedException
This happens immediately you right-mouse on the solution and select 'Add Solution to Vault' and then log into the Vault.
We are currently using Vault 4.0.4, with the VS2005 Client.
We have a number of solutions this is happening with, does anybody have any ideas what this might be caused by?
Cheers
Tom
Tommy,
This is a known issue when a solution contains a web site and the solution file is in the web site's folder on disk. The reason this happens is that Visual Studio writes a strange path for the web site in this scenario, using three dots in the path. The only workaround at this time is to not have the solution organized this way or to use the MSSCCI (VS2003-compatible) client for these solutions.
This is a known issue when a solution contains a web site and the solution file is in the web site's folder on disk. The reason this happens is that Visual Studio writes a strange path for the web site in this scenario, using three dots in the path. The only workaround at this time is to not have the solution organized this way or to use the MSSCCI (VS2003-compatible) client for these solutions.
Ian Olsen
SourceGear
SourceGear
I don't think the three dots causes the issue, as even when the solution is stored in another folder the 3 dots are still in the solution, yet there is no issue adding the solution to the vault.
in fact the only change to the .sln file is the path to the project changes from . to PROJ\
Could the issue be that the '\' is not being added to this when it is being parsed?
Regards
Tom
in fact the only change to the .sln file is the path to the project changes from . to PROJ\
Could the issue be that the '\' is not being added to this when it is being parsed?
Regards
Tom