Base solution for your next web application
Open Closed

Instructions to switch new AbpZero template to NHibernate #2160


User avatar
0
aaraya created

Hello,

We purchased ASP.NET Zero with the hopes of using it as the foundation for our customer portal, but ran into an issue with using EF and SQL 2000 (our billing engine runs off this version of SQL and the app db MUST reside on the same server or another server running SQL 2000 in order for some background cross-database processes to work properly).

Can you provide either 1) a version of the ASP.NET Zero template built using NHibernate, or 2) provide explicit instructions on how to switch ASP.NET Zero to use NHibernate?

If so, we need to switch from EntityFramework to NHibernate on a fresh template. We attempted to use the instructions for installing Module Zero manually on ASP.NET Boilerplate (<a class="postlink" href="http://www.aspnetboilerplate.com/Pages/Documents/Zero/Installation">http://www.aspnetboilerplate.com/Pages/ ... stallation</a>), and while the instructions were for EntityFramework they provided enough instruction to infer steps for NHibernate. However, this solution did not work as expected (some build errors, and then errors connecting to database, no tables created, etc).

Using a fresh template of ASP.NET Boilerplate I'm able to connect to SQL 2000 using NHibernate. But when I attempt a similar goal using ASP.NET Zero we have no success.

Please let me know if it will be possible to provide a version of the ASP.NET Zero template built using NHibernate or to provide explicit instructions on how to switch ASP.NET Zero to use NHibernate.

We greatly appreciate your help.


1 Answer(s)
  • User Avatar
    0
    ismcagdas created
    Support Team

    Hi,

    Lets continue here <a class="postlink" href="https://github.com/aspnetboilerplate/module-zero/issues/143">https://github.com/aspnetboilerplate/mo ... issues/143</a>.