[IronPython] clr.CompileModules(.) "couldn't find member CompileModules"
Jimmy Schementi
Jimmy.Schementi at microsoft.com
Fri Mar 26 05:33:01 CET 2010
Pablo,
Try opening the examples provided in the download I gave previously, and let me know if those work for you. Then, can you send me a small repro of what is going wrong in your app?
~Jimmy
From: users-bounces at lists.ironpython.com [mailto:users-bounces at lists.ironpython.com] On Behalf Of Pablo Dalmazzo
Sent: Friday, February 26, 2010 5:19 AM
To: IronPython Mailing list
Subject: Re: [IronPython] clr.CompileModules(.) "couldn't find member CompileModules"
Thanks Jimmy,
the problem is, there is no "Open Website" option in IronPython Studio, and to be honest, I have no clue how to open it without it :) .
Now I've found your blog and I've seen you explain how to do it in Visual Studio, and it seems to me you arent involved in the developing of IronPython Studio, but just in the case you know how to enable that, or opening the website without it, or to point me in some direction, please let me know :)
Greetings, Pablo
________________________________
From: Jimmy.Schementi at microsoft.com
To: dinov at microsoft.com; users at lists.ironpython.com
Date: Thu, 25 Feb 2010 19:32:10 +0000
Subject: Re: [IronPython] clr.CompileModules(.) "couldn't find member CompileModules"
Pablo, to write ASP.NET apps in IronPython, download this:
http://ironpython.net/download/aspnet-201001
It should be open-able from within IronPython Studio, since the binaries are in the project.
Note: the IronPython binaries are 2.6 RTM; if you want to use 2.6.1 RC, just try replacing them in the above download. It will probably require some tweaking of version numbers in the web.config, but there weren't any breaking changes in the hosting APIs between versions, so the Microsoft.Web.Scripting.dll binary should still be good.
Dino, that mail was about open-sourcing the ASP.NET integration, which has seen very little progress. But, it's something I've resumed pushing on, as I've taken over Harry's lawyer-interaction roles.
~js
From: Dino Viehland
Sent: Thursday, February 25, 2010 11:09 AM
To: Discussion of IronPython; Jimmy Schementi
Subject: RE: [IronPython] clr.CompileModules(.) "couldn't find member CompileModules"
Oh, sorry, I was apparently confused. It looks like we still need to update the binaries for ASP.NET (see http://lists.ironpython.com/pipermail/users-ironpython.com/2010-February/012149.html).
Jimmy, any idea on how this is progressing?
From: users-bounces at lists.ironpython.com [mailto:users-bounces at lists.ironpython.com] On Behalf Of Pablo Dalmazzo
Sent: Thursday, February 25, 2010 10:53 AM
To: IronPython Mailing list
Subject: Re: [IronPython] clr.CompileModules(.) "couldn't find member CompileModules"
Thank you Dino,
did you mean IronPython Studio or Visual Studio? I'm using Visual Studio.
I'm not sure, but I thought it wasnt possible to create an asp.net website in IronPython Studio (I think I've read that) and I've seen only Window applications and WPF projects in IronPython Studio
________________________________
From: dinov at microsoft.com
To: users at lists.ironpython.com
Date: Thu, 25 Feb 2010 18:03:35 +0000
Subject: Re: [IronPython] clr.CompileModules(.) "couldn't find member CompileModules"
I think this is just because it's an old version of IronPython - that's the same issue with your later issue as well. It might be possible to replace the older binaries w/ newer 2.6 binaries but my guess is that it'd break things in IronPython Studio it's self. This is one of the mail problems w/ IronPython Studio: it's not kept up to date :(
From: users-bounces at lists.ironpython.com [mailto:users-bounces at lists.ironpython.com] On Behalf Of Pablo Dalmazzo
Sent: Thursday, February 25, 2010 7:40 AM
To: IronPython Mailing list
Subject: [IronPython] clr.CompileModules(...) "couldn't find member CompileModules"
Hi there,
Im getting the following error
Visual Studio 2008 Professional SP1 installed, asp.net ironpython website
import clr #ok
clr.AddReference('System') #ok
but
clr.CompileModules(...)
"couldn't find member CompileModules"
Anyone got this once?
________________________________
Windows Live Hotmail es más seguro con el control de suplantación de identidad. Más info aquí
________________________________
Internet Explorer 8 es más seguro -¡Probalo gratis! Hacé clic aquí
________________________________
Internet Explorer 8 es más seguro -¡Probalo gratis! Hacé clic aquí <http://www.ie8.msn.com/microsoft/internet-explorer-8/es-ar/ie8.aspx>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/ironpython-users/attachments/20100326/ddd183e0/attachment.html>
More information about the Ironpython-users
mailing list