I'm compiling my first csharp project, and am having problems with the following compile statement:
cd "C:\Documents and Settings\Tester1\My Documents\LLBLGen Pro Projects\mlc"
C:\WINDOWS\Microsoft.NET\Framework\v2.0.50215\csc /out:mlcdal.dll /t:library /recurse:*.cs /o /r:"C:\Program Files\Solutions Design\LLBLGen Pro\RuntimeLibraries\DotNet11\SD.LLBLGen.Pro.ORMSupportClasses.NET11.dll","C:\Program Files\Solutions Design\LLBLGen Pro\RuntimeLibraries\DotNet11\SD.LLBLGen.Pro.DQE.SqlServer.NET11.dll"
The errors are all of the type: can't find aggregate function, are you missing a reference?
Help!
(I'll compile with project until I can get the statement fixed)