Re: [IronPython] vs integration

2006-11-16 Thread Bill64bits
That works. Thanks much! - Original Message - From: Dino Viehland To: Discussion of IronPython Sent: Wednesday, November 15, 2006 3:32 PM Subject: Re: [IronPython] vs integration I didn't know it off the top of my head, but it looks like this is devenv.exe /rootsuffi

Re: [IronPython] vs integration

2006-11-15 Thread Dino Viehland
PM To: Discussion of IronPython Subject: Re: [IronPython] vs integration That works. Thanks! Do you remember what "command IronPython.sln runs when you hit F5." ? - Original Message - From: Dino Viehland<mailto:[EMAIL PROTECTED]> To: Discussion of IronPython<mailto:users@li

Re: [IronPython] vs integration

2006-11-14 Thread Bill64bits
That works. Thanks! Do you remember what "command IronPython.sln runs when you hit F5." ? - Original Message - From: Dino Viehland To: Discussion of IronPython Sent: Tuesday, November 14, 2006 3:44 PM Subject: Re: [IronPython] vs integration

Re: [IronPython] vs integration

2006-11-14 Thread Dino Viehland
Subject: Re: [IronPython] vs integration   File->New Web Site was used in an example I looked at.   But I tried it your way, and File->New Project does not show anything about IronPython.   - Original Message - From: Dino Viehland To: Discuss

Re: [IronPython] vs integration

2006-11-14 Thread Bill64bits
ubject: Re: [IronPython] vs integration Are you doing File->New Web Site?  I think you need to do File->New Project   Then choose IronPython->Web from the tree view and then there are options for ASP.NET Web Application.   From: [EMAIL PROTECTED]

Re: [IronPython] vs integration

2006-11-14 Thread Dino Viehland
November 14, 2006 11:47 AM To: users@lists.ironpython.com Subject: [IronPython] vs integration   I installed the Visual Studio 2005 SDK “v3” on my box (win2000 server) but when I create a new web_site, IronPython is not given as a choice under "language". Do I have to d

[IronPython] vs integration

2006-11-14 Thread Bill64bits
I installed the Visual Studio 2005 SDK “v3” on my box (win2000 server) but when I create a new web_site, IronPython is not given as a choice under "language". Do I have to do something else to make it work?   (yes, IronPython-1.0.1 is installed) _