[IronPython] problems to migrate from Ipy 1.1 to 2.6rc1

2009-10-14 Thread Ernesto Cullen
hi all, I am trying to update an app which uses IronPython 1.1 to latest Ipy 2.6rc1. I need the assemblies signed, so I have to build the sources. I had following problems: - The projects are saved with ToolsVersion=4.0, and VS2008sp1 refuses to open them. I had to change manually all

Re: [IronPython] problems to migrate from Ipy 1.1 to 2.6rc1

2009-10-14 Thread Jimmy Schementi
Ernesto Cullen wrote: I need the assemblies signed, so I have to build the sources With any key, or your own key? The IronPython 2.6 RC1 contains signed assemblies with the key we always sign releases with, so if you just need them to be signed those are the ones I'd suggest using; you do not

Re: [IronPython] problems to migrate from Ipy 1.1 to 2.6rc1

2009-10-14 Thread Tomas Matousek
: Wednesday, October 14, 2009 7:39 PM To: Discussion of IronPython Cc: Tomas Matousek Subject: RE: [IronPython] problems to migrate from Ipy 1.1 to 2.6rc1 Ernesto Cullen wrote: I need the assemblies signed, so I have to build the sources With any key, or your own key? The IronPython 2.6 RC1 contains