The first thing you should try is upgrading your IronPython to 2.7.5.
I believe there's a fix for exception handling in one of the newer
versions.
If not there might be something deeper and more annoying at play
(types getting loaded into different contexts that are not
compatible).
- Jeff
On We
Thanks for that suggestion, Jeff.
Unfortunately after upgrading to 2.7.5, the problem remains.
> The first thing you should try is upgrading your IronPython to 2.7.5.
> I believe there's a fix for exception handling in one of the newer
> versions.
>
> If not there might be something deeper and m