**Note: This does not apply to the Designer which was shipped in VS2012 -- only to the codebase we are preparing for open source.**
Repro steps:
1. Add new EDMX from existing database.
2. Go to mapping details for entity mapped to an existing table.
3. Click "<Add a Condition>" and attempt to add a condition.
Error:
"Specified argument was out of the range of valid values. Parameter name: row"
Comments: FinallyFixed - fixing incorrect finally blocks When moving the code from the old branch I did semi automatic sweep for asserts and some exceptions. I must have done something wrong and converted some exception handlers to finally blocks. This resulted in errors and weird behavior in popup window. Compared code in the current branch with the code in the old branch for all finally blocks and reverted incorrect ones. Fixed in 5f063be9 in the designer repo
Repro steps:
1. Add new EDMX from existing database.
2. Go to mapping details for entity mapped to an existing table.
3. Click "<Add a Condition>" and attempt to add a condition.
Error:
"Specified argument was out of the range of valid values. Parameter name: row"
Comments: FinallyFixed - fixing incorrect finally blocks When moving the code from the old branch I did semi automatic sweep for asserts and some exceptions. I must have done something wrong and converted some exception handlers to finally blocks. This resulted in errors and weird behavior in popup window. Compared code in the current branch with the code in the old branch for all finally blocks and reverted incorrect ones. Fixed in 5f063be9 in the designer repo