Re: [Ironpython-users] Microsoft.VisualStudio.Project namespace

2011-07-14 Thread Dino Viehland
Cameron wrote: > Is there a technical reason why the Microsoft.VisualStudio.Project > namespace isn't compiled into its own assembly? Looking at the source code, > I noticed there is a > Tools\IronStudio\IronStudio\VisualStudio\Project\Microsoft.VisualStudio.Pr > oject.csproj, > but instead of gett

[Ironpython-users] Microsoft.VisualStudio.Project namespace

2011-07-14 Thread Cameron Taggart
Is there a technical reason why the Microsoft.VisualStudio.Project namespace isn't compiled into its own assembly? Looking at the source code, I noticed there is a Tools\IronStudio\IronStudio\VisualStudio\Project\Microsoft.VisualStudio.Project.csproj, but instead of getting compiled into Microsoft.

Re: [Ironpython-users] Announcing Python Tools for Visual Studio RC1

2011-07-14 Thread Dino Viehland
It works fine w/ 2.7.1 - that's what I've been running it against recently. From: Chris [mailto:phatf...@gmail.com] Sent: Thursday, July 14, 2011 12:03 PM To: Dino Viehland Cc: ironpython-users@python.org Subject: Re: [Ironpython-users] Announcing Python Tools for Visual Studio RC1 Looks great, i

Re: [Ironpython-users] Announcing Python Tools for Visual Studio RC1

2011-07-14 Thread Chris
Looks great, i will test this out. Is there anything that would stop this working with the IronPython 2.7.1 Beta releases. I guess not... Thanks, Chris On 12 July 2011 00:51, Dino Viehland wrote: > Hello, > > We’re pleased to announce the release of Python Tools for Visual Studio – > RC 1

Re: [Ironpython-users] Assembly references: file does not exist?

2011-07-14 Thread Jimmy Schementi
On Jul 14, 2011, at 7:59 AM, Dave Peterson wrote: > Turns out that I can put an ipy.exe.config in the install location of > IronPython and get my assembly to load. > > Does anyone know if there's an equivalent programmatic way to do this? For > example, can I import the clr module, call some

[Ironpython-users] pyc.py and codecs

2011-07-14 Thread rox
Hey, a little background: i am trying here to make sort of compiler helper. idea is to build dependency tree of project and then just pass all standard library py files to pyc.py so they would be compiled into application. Result would be independent from ironpython .NET executable. the problem:

Re: [Ironpython-users] Assembly references: file does not exist?

2011-07-14 Thread Dave Peterson
Hi Doug, Thanks for trying to help but please see the archives for the background on this issue as I've already done what you suggest and it doesn't work for my mixed-mode, .NET 2.0 generated DLL. -- Dave -Original Message- From: Doug Blank [mailto:doug.bl...@gmail.com] Sent: Thursda

Re: [Ironpython-users] Assembly references: file does not exist?

2011-07-14 Thread Doug Blank
On Thu, Jul 14, 2011 at 7:59 AM, Dave Peterson wrote: > Turns out that I can put an ipy.exe.config in the install location of > IronPython and get my assembly to load. > > Does anyone know if there's an equivalent programmatic way to do this?  For > example, can I import the clr module, call som

Re: [Ironpython-users] Assembly references: file does not exist?

2011-07-14 Thread Dave Peterson
Turns out that I can put an ipy.exe.config in the install location of IronPython and get my assembly to load. Does anyone know if there's an equivalent programmatic way to do this? For example, can I import the clr module, call some .NET methods, and then try my assembly loading? I'm a .NET

Re: [Ironpython-users] Assembly references: file does not exist?

2011-07-14 Thread Dave Peterson
Hi Markus, Just got time to try this out. When using Assembly.LoadFile(...) I get the following error: IOError: System.IO.FileLoadException: Mixed mode assembly is built against version 'v2.0.50727' of the runtime and cannot be loaded in the 4.0 runtime without additional configuration inform