I'm having some serious issues with Fluent Nhibernate in my ASP.NET WebForms app when trying to modify a child object and then saving the parent object.My solution is currently made of 2 projects :
- Core : A class library where all entities & repositories classes are located
- Website : The ASP.NET 4.5 WebForms application