Just upgraded to NHibernate-1.2.0.Alpha1-debug
and running the same small test project as on previous version of NHibernate, which worked fine, I'm now getting.
Code:
ERROR 1508 NHibernate.Util.ReflectHelper Could not load type Npgsql.NpgsqlConnection, Npgsql.
System.IO.FileNotFoundException: Could not load file or assembly 'Npgsql' or one of its dependencies. The system cannot find the file specified.
File name: 'Npgsql'
at System.Reflection.Assembly.nLoad(AssemblyName fileName, String codeBase, Evidence assemblySecurity, Assembly locationHint, StackCrawlMark& stackMark, Boolean throwOnFileNotFound, Boolean forIntrospection)
at System.Reflection.Assembly.InternalLoad(AssemblyName assemblyRef, Evidence assemblySecurity, StackCrawlMark& stackMark, Boolean forIntrospection)
at System.Reflection.Assembly.InternalLoad(String assemblyString, Evidence assemblySecurity, StackCrawlMark& stackMark, Boolean forIntrospection)
at System.Reflection.Assembly.Load(String assemblyString)
at NHibernate.Util.ReflectHelper.TypeFromAssembly(AssemblyQualifiedTypeName name) in
I've changed nothing in my code.
What have I done wrong ?
Many thanks