Fixed
Details
Details
Assignee
Unassigned
UnassignedReporter
Jason Chartrand
Jason ChartrandComponents
Fix versions
Affects versions
Priority
Who's Looking?
Open Who's Looking?
Created May 12, 2008 at 10:51 AM
Updated June 16, 2008 at 9:14 AM
Resolved June 16, 2008 at 9:14 AM
I have patched ForeignGenerator.cs on line 90 to use parm.TryGetValue for the property name. If the mapping file doesn't contain the property inside the generator tag, a vague KeyNotFound exception is thrown by Dictionary<string, string>.
The exception will also provide the table name, which should make it easier for the end use to locate the offending mapping file.