[IronPython] VS2005 Iron Python

Dino Viehland dinov at exchange.microsoft.com
Fri Aug 25 17:58:31 CEST 2006


Are you running w/ all the bits that came w/ the VS SDK, or are you mixing & matching w/ the latest IronPython?  There may be some issues w/ the latter case but once you get it compiling it usually works.

0xc0000005 is the status code for an access violation so it would look like there's a crash in unmanaged code somewhere.  Can you enable native debugging & break on 1st chance AVs?  given that most of the SDK sample code is managed code a crash like this is a little strange, but hopefully w/ a stack trace hopefully someone from our team or the VS SDK team can figure it out.

-----Original Message-----
From: users-bounces at lists.ironpython.com [mailto:users-bounces at lists.ironpython.com] On Behalf Of Charlie Moad
Sent: Friday, August 25, 2006 8:29 AM
To: Discussion of IronPython
Subject: Re: [IronPython] VS2005 Iron Python

On 8/16/06, Jeff Collett <jcollett at oshtruck.com> wrote:
>
> Hi,
> A question for anyone using the VS2005 IronPython IDE.
> I start a python console app, but when I attempt to run it within
> VS2005 it just shows an empty console window.
> I can run the py program fine if I use the command line IronPython.
> I am wondering if/how one can run the program within the IDE.

Out of curiosity, does the VS Integration really work for anyone?  I would love to be able to just have syntax highlighting, but every time I create a project VS crashes with no apparent error.  I am able to create and work with C# projects fine.  Any insight would be appreciated. The output looks like this from the debugged launch:

..........
'devenv.exe' (Managed): Loaded
'C:\WINDOWS\assembly\GAC\Microsoft.VisualStudio.TextManager.Interop.8.0\8.0.0.0__b03f5f7f11d50a3a\Microsoft.VisualStudio.TextManager.Interop.8.0.dll',
No symbols loaded.
'devenv.exe' (Managed): Loaded
'C:\WINDOWS\assembly\GAC_MSIL\Microsoft.MSXML\8.0.0.0__b03f5f7f11d50a3a\Microsoft.MSXML.dll',
No symbols loaded.
'devenv.exe' (Managed): Loaded 'snippets1', No symbols loaded.
'devenv.exe' (Managed): Loaded 'snippets1.dll', No symbols loaded.
The program '[9648] devenv.exe: Managed' has exited with code
-1073741819 (0xc0000005).

Thanks,
     Charlie
_______________________________________________
users mailing list
users at lists.ironpython.com
http://lists.ironpython.com/listinfo.cgi/users-ironpython.com



More information about the Ironpython-users mailing list