Custom Tool Error
Posted: Wed 10 Jun 2015 20:54
Toolset:
VS2013 (Update 4)
C# MVC 5 Project (with other supporting Assembly Projects)
Entity Developer 5.7.619
I have added a new nHibernate Schema to my "Models" assembly (pure Class Project) and then added an nHibernate Template using ONLY the default configuration (I have not changed any settings).
It doesn't matter if I select Model First or Database First - as soon as the tool needs to re-generate I get the following error:
Error 1 Custom tool error: Object reference not set to an instance of an object.
This happens if I take a clean Model First schema and then add a single Entity with a single Primary key column.
It also happens if I take a clean Database First schema and read in a single table from the Database.
I've previously used Entity Developer for the last couple of years on another project using nHibernate 3 without experiencing this issue, is it something todo with nHibernate 4 or is it simply a bug in the latest version of the software?
Any help would be appreciated as I need to get on and get my schema designed.
VS2013 (Update 4)
C# MVC 5 Project (with other supporting Assembly Projects)
Entity Developer 5.7.619
I have added a new nHibernate Schema to my "Models" assembly (pure Class Project) and then added an nHibernate Template using ONLY the default configuration (I have not changed any settings).
It doesn't matter if I select Model First or Database First - as soon as the tool needs to re-generate I get the following error:
Error 1 Custom tool error: Object reference not set to an instance of an object.
This happens if I take a clean Model First schema and then add a single Entity with a single Primary key column.
It also happens if I take a clean Database First schema and read in a single table from the Database.
I've previously used Entity Developer for the last couple of years on another project using nHibernate 3 without experiencing this issue, is it something todo with nHibernate 4 or is it simply a bug in the latest version of the software?
Any help would be appreciated as I need to get on and get my schema designed.