I have it my friend.. And its compiling perfectly if I don't refer to
the new assembly reference in 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 assembly reference?)

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

Reply via email to