I just downloaded the latest CVS source and was having trouble getting it to work with my VB.NET projects. I have traced the problem to a recent check-in.

Solution.cs Revision 1.4 added the following lines:

string commonProjectId = "{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}";
string enterproseProjectId = "{FE3BBBB6-72D5-11D2-9ACE-00C04F79A2A4}";

this is fine for C# projects but the commonProjectID for VB projects is different, it is {F184B08F-C81C-45F6-A57F-5ABD9991F28F}. This is easily verifiable by creating a solution with a VB project and a C# project, then open the SLN file.

I am very new to this project (and source forge in general), and I am unsure how to submit the fix.

brant
...









_________________________________________________________________
STOP MORE SPAM with the new MSN 8 and get 2 months FREE* http://join.msn.com/?page=features/junkmail



-------------------------------------------------------
This SF.NET email is sponsored by: A Thawte Code Signing Certificate is essential in establishing user confidence by providing assurance of authenticity and code integrity. Download our Free Code Signing guide:
http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0028en
_______________________________________________
NAntContrib-Developer mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/nantcontrib-developer

Reply via email to