[IronPython] Beta3: System.StackOverflowException
Anthony Tarlano
mailinglist.account at gmail.com
Sat Feb 18 12:04:14 CET 2006
Hi all,
I after installing Beta 3, I tried to add a reference to System.Xml
and received a System.StackOverflowException, any thoughts?
Anthony
IronPython 1.0.2237 (Beta) on .NET 2.0.50727.42
Copyright (c) Microsoft Corporation. All rights reserved.
>>> import clr
>>> import System
>>> clr.AddReference("System.Xml")
And the Visual Studio Just-In-Time debugger popped up with the
exception "An unhandled exception ('<System.StackOverflowException>')
occurred in IronPythonConsole.exe[488].
More information about the Ironpython-users
mailing list