0

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.

2
  • Fixed by install the Roslyn" Oct 2011 CTP first. Commented Aug 6, 2012 at 7:01
  • You should post that as a answer, when you can. Commented Aug 6, 2012 at 17:00

1 Answer 1

1

Fixed by install the Roslyn Oct 2011 CTP first.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.