
While trying to insert parent child composite key linked into a database I received this error: Ungültiger Index N für SqlParameterCollection mit Count=8 Invalid Index N For This SqlParameterCollection with count=8 When I added the: insert=”false” attribute to the 8th property in my mapping file, the issue was resolved. Start with the ID at 0 […]
Read More →


