PDA

View Full Version : Unable to find configuration when building VS.NET Solution


rob_manger
06-15-2004, 10:01 PM
Hi there,

I am getting the error: "Solution Configuration 'Release(English)' not found" when building my VC++.NET Project.

This configuration does exists and builds withing the IDE. This step also worked with Visual Build Pro version 5.3.

What can I do?

Cheers

Rob
robm@devtest.com

rob_manger
06-15-2004, 10:38 PM
OK, figured it out.

For anyone else who is interested, VBP 5.4 is using regular expressions in the Solution Configuration (as explained in the release notes).

My problem was that brackets, '(', are secial characters in regular expression world. Therefore, using an escape character , '\', in front of any special characters like brackets fixes the problem.

Cheers

Rob.

kinook
06-15-2004, 10:55 PM
Yep, that one slipped past us (we didn't encounter any of these during testing).