Fixed
Details
Details
Assignee
Unassigned
UnassignedReporter
Derek Steinmoeller
Derek SteinmoellerLabels
Components
Affects versions
Priority
Who's Looking?
Open Who's Looking?
Created June 2, 2015 at 8:13 PM
Updated August 9, 2022 at 8:12 PM
Resolved August 9, 2022 at 8:12 PM
I'm trying to port an ASP.NET 4/WebAPI2/NHibernate C# application to mono. I'm able to provision sessions properly but am hitting the following error on cfg.Addmapping (mappings) affter the mappings are successfully generated from source:
System.MissingMethodException
Default constructor not found for type NHibernate.Type.StringType
My implementation of GetSessionFactory is as follows:
Let me know if there's anything else you will need, or any way I can help troubleshoot this.