Title: Re: [IronPython] How to update visual studio for Ironpython beta 7 & Infinite loop on package import

Hi Aude,

Yes, there are some breaking changes between some of the classes we used in the VS Integration code and IronPython between the time we shipped the April SDK and IP Beta 7. Our next CTP of the VSSDK (July 2006) will include changes at least up through Beta 7. This will be released in late June / early July.

 

Till then, you can try to tweak the sample to get it all working, and get rid of all the build errors, but you’re on your own for this as it’s unsupported J.

 

Hope that helps!

Aaron Marten

 

From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Aude Espesset
Sent: Friday, June 02, 2006 2:53 PM
To: Discussion of IronPython
Subject: RE: [IronPython] How to update visual studio for Ironpython beta 7 & Infinite loop on package import

 

1)The update didn't go too well. I get the following error:

 

Error 1 The type or namespace name 'SimpleAstWalker' could not be found (are you missing a using directive or an assembly reference?) C:\Program Files\Visual Studio 2005 SDK\2006.04\VisualStudioIntegration\Samples\IronPythonIntegration\LanguageService\Engine\Locator.cs 18 28 LanguageService

2) For the infinite loop I don't think it is the same case as in the early message. I need to look at it more carefully.. well..on monday.

 

Have a good week-end,

Aude

 


From: [EMAIL PROTECTED] on behalf of Dino Viehland
Sent: Fri 6/2/2006 2:14 PM
To: Discussion of IronPython
Subject: Re: [IronPython] How to update visual studio for Ironpython beta 7 & Infinite loop on package import

We're actually not aware of any issues w/ importing...  do you have a simple repro, or does it repro w/ the same steps as the previous one for you?



To update to beta 7 you should be able to replace the IronPython binaries that ship w/ VSIP.  Those typically get deployed to:

%ProgramFiles\Visual Studio 2005 SDK\(some date)\VisualStudioIntegration\Common\Assemblies

Just replace those, then re-build the IronPython integration sample (%ProgramFiles%\Visual Studio 2005 SDK\(some date)\VisualStudioIntegration\Samples\IronPythonIntegration\) and then the project should be up-to-date and using beta 7.

-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf Of Aude Espesset
Sent: Friday, June 02, 2006 2:00 PM
To: users@lists.ironpython.com
Subject: [IronPython] How to update visual studio for Ironpython beta 7 & Infinite loop on package import

Hi,

I have the april 2006 version of Visual Studio which contains IronPython, but I don't know how to update it to work with beta 7. I'm guessing I should copy the new source code somewhere and rebuild but I don't know where to copy it.

My second question is about infinite loops when importing packages. There is an old message regarding this issue: http://lists.ironpython.com/htdig.cgi/users-ironpython.com/2006-March/001884.html
Is it still an active bug? One package gives me an infinite loop on import. Should I try to trace back where it falls into an infinite loop or are you aware of this bug and still working on it?

Thanks,
Aude

_______________________________________________
users mailing list
users@lists.ironpython.com
http://lists.ironpython.com/listinfo.cgi/users-ironpython.com
_______________________________________________
users mailing list
users@lists.ironpython.com
http://lists.ironpython.com/listinfo.cgi/users-ironpython.com

_______________________________________________
users mailing list
users@lists.ironpython.com
http://lists.ironpython.com/listinfo.cgi/users-ironpython.com

Reply via email to