Re: [IronPython] IronPython for ASP.net CTP is now [EMAIL PROTECTED]/ironpython

2006-11-03 Thread David Ebbo
1.0.61005.1977 is actually 1.0.1, while 1.0.60816.1877 is 1.0. But you're right, we should have included the latest in the ASP.NET CTP. We'll fix that in a later release. For now, feel free to just copy the newer one over into the app's 'bin' folder. David -Original Message- From: [

[IronPython] Singles not comparing properly

2006-11-03 Thread Christian Muirhead
Hi guys - We encountered a strange bug today, which we eventually worked out was being caused by the fact that a number we thought was a float (a Double) was actually a Single. The problem was this: >>> from System import Double, Single >>> d = Double(8.0) >>> d 8.0 >>> 5 <= d <= 500 True

Re: [IronPython] clr.GetString, clr.GetBytes

2006-11-03 Thread Sanghyeon Seo
2006/10/24, Sanghyeon Seo <[EMAIL PROTECTED]>: > 2006/10/24, Dino Viehland <[EMAIL PROTECTED]>: > > Or are these helper methods to go from string -> byte array and back again > > (presumably w/ some encoding as a parameter?). > > If that's the case I'm not sure how this differs from > > System.Tex

Re: [IronPython] IronPython for ASP.net CTP is now live @ www.asp.net/ironpython

2006-11-03 Thread Mark Rees
The CTP installer will download the hotfix and offer to install it if your system needs it.MarkOn 11/3/06, Sanghyeon Seo < [EMAIL PROTECTED]> wrote:2006/11/3, Mahesh Prakriya < [EMAIL PROTECTED]>:> We just went live with our Community Technology Preview of IronPython for> ASP.net.The download page

Re: [IronPython] IronPython for ASP.net CTP is now live @ www.asp.net/ironpython

2006-11-03 Thread Sanghyeon Seo
2006/11/3, Mahesh Prakriya <[EMAIL PROTECTED]>: > We just went live with our Community Technology Preview of IronPython for > ASP.net. The download page mentions ".NET Framework 2.0 hotfix (KB927128)" but I can't locate this KB in http://support.microsoft.com/ -- where can I find it? -- Seo Sang