I'm having some difficulties after upgrading to 2.2 RC1 with my XML mapping file. I'm sure it's just changes to naming, but could you please post a sample XML file for reference until the docs get updated?
Thanks,
Adam
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
The new XML mappings are documented in the user guide (which I released today). The guide itself is still very much a work in progress, but the XML stuff is now in place.
Look in the files section to download it.
- Richard
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I'm having some difficulties after upgrading to 2.2 RC1 with my XML mapping file. I'm sure it's just changes to naming, but could you please post a sample XML file for reference until the docs get updated?
Thanks,
Adam
IT appears my problem (for the most part) was needed to change "class=MSSQL" to:
provider="path to provider.dll"
Is this the only breaking change in mapping file?
Adam
Yes, that's the only breaking change.
The new XML mappings are documented in the user guide (which I released today). The guide itself is still very much a work in progress, but the XML stuff is now in place.
Look in the files section to download it.
- Richard
Thanks Richard.
I've been using the framework since 0.1.0 and I've been very happy the whole way through.
Keep up the good work!