I'm using NHibernate in a small project in VS2005. Until yesterday all works right. Today, i noticed that when the Configurator class is creating, in which i have a custom Accessor that inherits the BasicPropertyAccessor and the IPropertyAccessor, i get an error. The error message say that Nhibernate can't find log4net.dll. Than i add a reference to this file. Another erro tell me that Nhibernate can't find Iesi.Collection.dll and than a last again force me to add a reference to Castle.DynamicProxy.dll.
At the end of this all works fine, but i'm asking why until yesterday all was OK but not today. First the referenceds file was not necesasry.
What happen ??????
|