Search for:
Sign in
Register
Menu
Articles
Questions & Answers
Download
Documentation
Support
Marketplace
Old Forums
Search:
Search text
Technical support
This forum is closed.
Version 1.x
>
Technical support
>
Project GUID Mismatch
View modes:
View mode
Threaded
Flat - newest to oldest
Flat - oldest to newest
Member
davidmohara
-
1/20/2006 10:35:45 PM
Project GUID Mismatch
I just got the latest version (1.8a) of the 2003 C# source code and there is a mismatch with the project and solution GUIDs. To repair this, open the solution and remove all projects. Then readd the projects one by one. It's not fun but it fixes the problem.
Guest
admin
-
1/23/2006 8:31:55 PM
Re: Project GUID Mismatch
Hello,
Thank you for your post. Unfortunately, we were not able to reproduce this, but hopefully it may help someone else if he/she encounters the same issue.
Best Regards,
Member
davidmohara
-
1/23/2006 10:41:42 PM
Re: Project GUID Mismatch
If you compare the GUID in the sln file and and the GUID in the project file, they are not the same.
For example the project CMSControls_CS has a GUID of {E96CA78F-CAAE-4272-89B5-20601C03B516} in the project file but the solution file has {68AF54B9-B6B4-4119-9590-E120F5605775} instead. Apparently, VS does not see this as an issue (I'm not quite sure why) but our CI system that does automated builds refuses to build with this NAnt. I've looked at the VB version and they all match in there but not in the C# version so I'm not sure why the issue exists.
Guest
admin
-
1/24/2006 8:56:48 AM
Re: Project GUID Mismatch
Thank you for the details. We will make the same in our source code version which should fix the problem. I think it's caused by our conversion to C#.
Best Regards,
Top