Charlie
Charlie

Reputation: 1332

Error when trying to open C# Interactive window

I just installed the Roslyn CTP, but when I try to open the C# Interactive Window I got a popup error message:

No valid exports were found that match the constraint '((exportDefinition.ContractName == "Microsoft.VisualStudio.Repl.IInteractiveWindowProvider") AndAlso (exportDefinition.Metadata.ContainsKey("ExportTypeIdentity") AndAlso "Microsoft.VisualStudio.Repl.IInteractiveWindowProvider".Equals(exportDefinition.Metadata.get_Item("ExportTypeIdentity"))))', invalid exports may have been rejected.

I am using visual studio 2010. I have reinstalled the Roslyn CTP, it still don't work.

Upvotes: 0

Views: 252

Answers (1)

Charlie
Charlie

Reputation: 1332

Fixed by install the Roslyn Oct 2011 CTP first.

Upvotes: 1

Related Questions