I had to repair my VS2010 Ultimate install, and now Ironpython does not work.

I get this error message on startup of VS2010:
The 'Microsoft.IronpythonTools.IronpythonToolsPackage,
IronpythonTools, Version 1.0.0.0 .....' package did not load
correctly.

The Activity Log gives me the following lines with IronPython in them.

Line 459:     <description>Begin package load
[Microsoft.IronPythonTools.IronPythonToolsPackage, IronPythonTools,
Version=1.0.0.0, Culture=neutral,
PublicKeyToken=31bf3856ad364e35]</description>
        Line 636:     <path>C:\Program Files\Microsoft Visual Studio
10.0\Common7\IDE\Extensions\Microsoft\IronPython Tools for Visual
Studio\0.4\</path>
        Line 1411:     <description>SetSite failed for package
[Microsoft.IronPythonTools.IronPythonToolsPackage, IronPythonTools,
Version=1.0.0.0, Culture=neutral,
PublicKeyToken=31bf3856ad364e35]</description>
        Line 1414:     <errorinfo>No valid exports were found that match the
constraint '((exportDefinition.ContractName ==
"Microsoft.IronPythonTools.IPythonRuntimeHost") AndAlso
(exportDefinition.Metadata.ContainsKey("ExportTypeIdentity") AndAlso
"Microsoft.IronPythonTools.IPythonRuntimeHost".Equals(exportDefinition.Metadata.get_Item("ExportTypeIdentity"))))',
invalid exports may have been rejected.</errorinfo>
                Line 1421:     <description>End package load
[Microsoft.IronPythonTools.IronPythonToolsPackage, IronPythonTools,
Version=1.0.0.0, Culture=neutral,
PublicKeyToken=31bf3856ad364e35]</description>
        Line 1424:     <errorinfo>No valid exports were found that match the
constraint '((exportDefinition.ContractName ==
"Microsoft.IronPythonTools.IPythonRuntimeHost") AndAlso
(exportDefinition.Metadata.ContainsKey("ExportTypeIdentity") AndAlso
"Microsoft.IronPythonTools.IPythonRuntimeHost".Equals(exportDefinition.Metadata.get_Item("ExportTypeIdentity"))))',
invalid exports may have been rejected.</errorinfo>
        Line 1439:     <description>Begin package load
[Microsoft.IronStudio.IronStudioPackage, IronStudio, Version=1.0.0.0,
Culture=neutral, PublicKeyToken=31bf3856ad364e35]</description>
        Line 1447:     <description>End package load
[Microsoft.IronStudio.IronStudioPackage, IronStudio, Version=1.0.0.0,
Culture=neutral, PublicKeyToken=31bf3856ad364e35]</description>


I've tried uninstalling/reinstalling IronPython 2.7 with no change.  Any ideas?



Bruce
_______________________________________________
Users mailing list
Users@lists.ironpython.com
http://lists.ironpython.com/listinfo.cgi/users-ironpython.com

Reply via email to