Re: [IronPython] IP2B4 and MDbg support?

2008-08-07 Thread mbarnett
Thanks Curt, I should referenced the following link: http://forums.msdn.microsoft.com/en-US/netfxtoolsdev/thread/34b32f85-13cf-4613- 86a5-3d2464661530/ Mike Stall mentions that there may be a MDbg parser problem with dynamic languages and hints that there might be an updated release of MDbg that

[IronPython] IP2B4 and MDbg support?

2008-08-06 Thread mbarnett
Congratulations on the release of IP2B4! I have a quick question with respect to IP2 and MDbg - will MDbg be updated to work with the DLR? I know there are a few issues using a debugger with dynamic languages, but not insurmountable as MDbg is a great base to work from (thanks to Mike Stall!)

Re: [IronPython] Embedded IronPython in .NET C# WinForm app error

2008-07-14 Thread mbarnett
Thank you Curt, that was it! Cheers, Mitch Quoting Curt Hagenlocher <[EMAIL PROTECTED]>: > 80004002 is an HRESULT that's E_NOINTERFACE. It's coming from the COM > component itself and not from IronPython. One possible explanation is that > the component isn't compatible with the apartment mod