Anybody knows about this? Its just a simple problem of adding a new reference of a dll file and then compiling it through NAnt. Am I going wrong somewhere? Please guide me..
On Mar 25, 11:37 am, Sushant <[email protected]> wrote: > I have it my friend.. And its compiling perfectly if I don't refer to > the new assemblyreferencein one of my files.. my concern is the > error: > [csc] d:\Dev\OSS\NH\nhibernate\src\NHibernate\Dialect > \Schema\MsSqlCeMetaData.cs(4,19): error CS0234: The type or namespace > name 'SqlServerCe' does not exist in the namespace 'System.Data' (are > you missing an assemblyreference?) > > inspite of me referning it in the nhibernate.csproj file and including > it in nhibernate.build : > > <include name="System.Data.SqlServerCe" /> > > (see above) > > Regards > Sushant
