PDA

View Full Version : Build errors...


rolandz
03-10-2007, 08:54 AM
Hi,

I get following error when building Spring.Core in Visual C# Express:

...\Spring.Net\src\Spring\Spring.Core\Expressions\ Expression.cs(59,48): error CS0246: The type or namespace name 'ExpressionParser' could not be found (are you missing a using directive or an assembly reference?)


Where the file has gone? I see in fisheye that the cleanup has been performed...

Erich Eichinger
03-10-2007, 01:49 PM
Hi,

you need to build spring with nant the first time after a clean checkup. nant fires an antlr task, which in turn generates the ExpressionParser.cs file from Expression.g.

cheers,
Erich