Hibernate version: nhibernate-1.0.2.0
I downloaded the release nhibernate-1.0.2.0 and opened the solution file \src\NHibernate.Examples-1.1.sln. There are four project under it -- NHibernate-1.1, NHibernate.Eg-1.1, NHibernate.Examples-1.1, and NHibernate.Examples.VB-1.1. While trying to compile NHibernate.Eg-1.1 and NHibernate.Examples-1.1, it always complains that the AssemblyInfo.cs is not found.
I manually copied the AssemblyInfo.cs from project NHibernate-1.1 to NHibernate.Eg-1.1 and the the error is gone. However, when running the the project, it generates the error as the following:
An unhandled exception of type 'NHibernate.MappingException' occurred in nhibernate.dll
Additional information: Error reading resource: NHibernate.Eg.Vertex.hbm.xml
Just wonder whether it is because of the missing AssemblyInfo.cs? Any suggestions will be welcomed!
|