Hi,
I'm using the asp.net futures (july2007) with VWD 2008 Express and Visual Studio 2008. I also have the VS2008 SDK installed with IronPython integration.
When i create and run a web site project with IronPython (VWD or VS2008) I get this error : "Could not load File or Assembly 'IronPython, Version=1.1.0.0, ..."
Yet in the web config file the project references IronPython 2.0.0.0 and copies the IronPython.dll (version 2.0) to the bin folder of the website project.
How do i solve this ? I can't copy the IronPython.dll (version 1.1) to the bin folder since it deletes the IronPython.dll (version 2.0).
Is there a way to remove the reference to IronPython 1.1 ? Or is it possible to add the IronPython.dll (1.1) in another directory than bin ?
I must add that when i run VS2008 from the experimental hive i'm able to create and run a website project (no reference to IronPython 2.0 here).
I'm obviously missing something about assemblies and references to assemblies.
Any help and tips greatly appreciated.