Thank you very much for your support.  Oddly, my computer was swapped out 
yesterday for a better model, forcing me to re-install everything anyway.  It 
all works like a dream now - no problems whatsoever.

Thanks again for your time and effort.  I hope I can build a core of internal 
web apps that will, thanks to IronPython, be much more fun to write and 
maintain.

-- Best Regards,
    Matt Funke

P.S.  Could you point me at instructions for building new IronPython 
implementations when there are checkins of new code?

From: users-boun...@lists.ironpython.com 
[mailto:users-boun...@lists.ironpython.com] On Behalf Of Jimmy Schementi
Sent: Thursday, July 22, 2010 12:53 PM
To: Discussion of IronPython
Subject: Re: [IronPython] Trying to Create a New Silverlight Project

Matt,

Just make sure the world isn't really broken; 
http://gestalt.ironpython.net/dlr-latest.js works with Silverlight installed 
from http://go.microsoft.com/fwlink/?LinkID=188039 (Silverlight 4.0.50524.0 
developer runtime). Also, the VS project works as well; both launching the page 
and attaching to the browser Let's try to get this working outside of VS first, 
as it sounds like something else is busted with your IronPython tools 
installation, as it won't even launch the web-page on F5. More-so, when you 
create a new IronPython Silverlight project, it uses the binaries from 
gestalt.ironpython.net<http://gestalt.ironpython.net> rather than anything 
locally. Anyway, can you re-install Silverlight from that link, restart IE, and 
then try http://ironpython.net/browser/examples/mushroom/.

~Jimmy

On Wed, Jul 21, 2010 at 8:36 AM, Funke, Matt 
<matt.fu...@vishaypg.com<mailto:matt.fu...@vishaypg.com>> wrote:
I wonder if there's something more fundamentally wrong with my setup.

I tried downloading and opening some examples from the documented website 
(http://www.silverlight.net/learn/dynamic-languages/ -- I forgot to include it 
before), and none of them opened well.  The "talking mushroom", for example, 
only showed the textbox, button, and a blank square (where the mushroom 
presumably went).  I'd appreciate any advice you could offer for rectifying my 
setup so that these will work properly.

I've re-installed VS2010 and upgraded to IPy 2.7A1, but the problem remains.  
(I've been using IE8 and Firefox 3.6.7 to view the results.)

 -- Best Regards,
   Matt Funke

-----Original Message-----
From: 
users-boun...@lists.ironpython.com<mailto:users-boun...@lists.ironpython.com> 
[mailto:users-boun...@lists.ironpython.com<mailto:users-boun...@lists.ironpython.com>]
 On Behalf Of Funke, Matt
Sent: Wednesday, July 21, 2010 11:27 AM
To: Discussion of IronPython
Subject: Re: [IronPython] Trying to Create a New Silverlight Project

Regrettably, upgrading to IPy 2.7A1 didn't fix the problem.

I also noticed this in the Issue Tracker:

http://ironpython.codeplex.com/workitem/26807

I'm tracing down the documented link () to see if I can gain any insight into 
my problem.  In the meantime, if Jimmy knows anything, I'd be glad to learn.

 -- Best Regards,
   Matt Funke

-----Original Message-----
From: 
users-boun...@lists.ironpython.com<mailto:users-boun...@lists.ironpython.com> 
[mailto:users-boun...@lists.ironpython.com<mailto:users-boun...@lists.ironpython.com>]
 On Behalf Of Funke, Matt
Sent: Wednesday, July 21, 2010 9:58 AM
To: Discussion of IronPython
Subject: Re: [IronPython] Trying to Create a New Silverlight Project

I'd appreciate that if he has the time.  Meanwhile, I'll uninstall 2.6.1, 
install 2.7A1, and see if that makes the problem go away.

Thanks for your insight.

 -- Best Regards,
   Matt Funke

-----Original Message-----
From: 
users-boun...@lists.ironpython.com<mailto:users-boun...@lists.ironpython.com> 
[mailto:users-boun...@lists.ironpython.com<mailto:users-boun...@lists.ironpython.com>]
 On Behalf Of Dino Viehland
Sent: Wednesday, July 21, 2010 9:57 AM
To: Discussion of IronPython
Subject: Re: [IronPython] Trying to Create a New Silverlight Project

Yeah, I don't think 2.6.1 works w/ Silverlight 4.  But I'm not sure exactly why 
it doesn't work.  Jimmy would know better and hopefully he can reply whenever 
he gets into work later in the day.

> -----Original Message-----
> From: 
> users-boun...@lists.ironpython.com<mailto:users-boun...@lists.ironpython.com> 
> [mailto:users-<mailto:users->
> boun...@lists.ironpython.com<mailto:boun...@lists.ironpython.com>] On Behalf 
> Of Funke, Matt
> Sent: Wednesday, July 21, 2010 2:46 PM
> To: Discussion of IronPython
> Subject: Re: [IronPython] Trying to Create a New Silverlight Project
>
> It's 2.6.1.  Do I need a later version to use Silverlight 4?
>
> Can you link to some relevant reading material so that I can learn
> what I need to do and what the compatibility issues are?
>
> Thanks for your time and your reply.
>
>  -- Best Regards,
>     Matt Funke
>
> -----Original Message-----
> From: 
> users-boun...@lists.ironpython.com<mailto:users-boun...@lists.ironpython.com> 
> [mailto:users-<mailto:users->
> boun...@lists.ironpython.com<mailto:boun...@lists.ironpython.com>] On Behalf 
> Of Dino Viehland
> Sent: Wednesday, July 21, 2010 9:44 AM
> To: Discussion of IronPython
> Subject: Re: [IronPython] Trying to Create a New Silverlight Project
>
> Is this CTP3 or 2.7A1?  This sounds more like a bug than a noobish
> question but I'd only expect SL4 to work w/ 2.7A1.
>
> > -----Original Message-----
> > From: 
> > users-boun...@lists.ironpython.com<mailto:users-boun...@lists.ironpython.com>
> >  [mailto:users-<mailto:users->
> > boun...@lists.ironpython.com<mailto:boun...@lists.ironpython.com>] On 
> > Behalf Of Funke, Matt
> > Sent: Wednesday, July 21, 2010 1:59 PM
> > To: Discussion of IronPython
> > Subject: [IronPython] Trying to Create a New Silverlight Project
> >
> > All right.  Some attempts to use IronPython and Silverlight have
> > become aborted, so I'm trying the most basic: starting a new
> > Silverlight project in Visual Studio 2010, after installing
> IronPython
> > Tools for Visual Studio 2010.
> >
> > It seems simple enough.  Click on "New Project...".  In the dialog
> box
> > that opens, select "IronPython" in the list of Installed Templates.
> > Select "IronPython Silverlight Web Page" in the list of offered app
> > templates.
> >
> > Simple enough.  But when I try to save the project so that I can see
> > what the webpage looks like, I get an error: "The operation could
> > not be completed.  No such interface supported".
> >
> > Any idea what could be wrong?  (Should I also see a XAML file?  I
> only
> > have an HTML file and a Python script that adds a button method.)
> >
> > Sorry for the noobish questions.  I just want to get an IronPython
> > Silverlight project running in some form on .NET 4.
> >
> >  -- Best Regards,
> >     Matt Funke
> > _______________________________________________
> > Users mailing list
> > Users@lists.ironpython.com<mailto:Users@lists.ironpython.com>
> > http://lists.ironpython.com/listinfo.cgi/users-ironpython.com
> _______________________________________________
> Users mailing list
> Users@lists.ironpython.com<mailto:Users@lists.ironpython.com>
> http://lists.ironpython.com/listinfo.cgi/users-ironpython.com
> _______________________________________________
> Users mailing list
> Users@lists.ironpython.com<mailto:Users@lists.ironpython.com>
> http://lists.ironpython.com/listinfo.cgi/users-ironpython.com
_______________________________________________
Users mailing list
Users@lists.ironpython.com<mailto:Users@lists.ironpython.com>
http://lists.ironpython.com/listinfo.cgi/users-ironpython.com
_______________________________________________
Users mailing list
Users@lists.ironpython.com<mailto:Users@lists.ironpython.com>
http://lists.ironpython.com/listinfo.cgi/users-ironpython.com
_______________________________________________
Users mailing list
Users@lists.ironpython.com<mailto:Users@lists.ironpython.com>
http://lists.ironpython.com/listinfo.cgi/users-ironpython.com
_______________________________________________
Users mailing list
Users@lists.ironpython.com<mailto: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