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: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] 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 <[EMAIL PROTECTED]> 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 [email protected] http://lists.ironpython.com/listinfo.cgi/users-ironpython.com _______________________________________________ users mailing list [email protected] http://lists.ironpython.com/listinfo.cgi/users-ironpython.com
