I got an error while a try to save a script in Iron Pyton.
The error is: Failed to load language 'IronPython 2.6' Could not load file or assembly 'Microsoft.Scripting.ExtensionAttribute, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified. --->
I checked the bin folder and there is the IronPython.dll and IronPython.Modules.dll libraries
umbraco v 4.5.2 - IronPyton error
Hi,
I got an error while a try to save a script in Iron Pyton.
The error is: Failed to load language 'IronPython 2.6' Could not load file or assembly 'Microsoft.Scripting.ExtensionAttribute, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified. --->
I checked the bin folder and there is the IronPython.dll and IronPython.Modules.dll libraries
How Can I fix the error?
.NET 4.0 or .NET 3.5?
Do you have Microsoft.Scripting.* in your bin folder?
Also have a read through the other questions that have been asked about it: http://our.umbraco.org/search?q=Microsoft.Scripting.ExtensionAttribute&content=wiki,forumTopics,forumCategory,project,
I don't remember the .net framework umbraco version I have installed.
The bin folder contains:
Microsoft.Scripting.dll
Microsoft.Scripting.Core.dll
Microsoft.Scripting.Debugging.dll
Reading the other forum posts it seems is missing the Microsoft.Scripting.ExtensionAttribute.dll file.
Where I can find that file??
Thanks.
I found the dll and now the error doesn't appear.
Thanks
is working on a reply...