nhibernate has invalid child element 'add' #618
Unanswered
listentomyblues
asked this question in
Q&A
Replies: 1 comment
-
I manage to fix the issue. I changed the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm having issues running my application where it uses nhibernate. the runtime issue I'm getting is:
The element 'session-factory' in namespace 'urn:nhibernate-configuration-2.2' has invalid child element 'add' in namespace 'urn:nhibernate-configuration-2.2'. List of possible elements expected: 'property, mapping, class-cache, collection-cache, event, listener' in namespace 'urn:nhibernate-configuration-2.2'.
My code is:
filename contents:
I already installed Full-Text and Semantic Extractions for Search but it still didn't fix my issue
Beta Was this translation helpful? Give feedback.
All reactions