I have a fresh install of MonoDevelop 2.1 and Mono-Framework 2.7. When I try to create a new project, the following exception:
System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.InvalidOperationException: Add-in
'MonoDevelop.AssemblyBrowser,2.1.0' could not be loaded.
at Mono.Addins.ExtensionNode.get_Addin () [0x00081] in /tmp/monobuild/build/BUILD/mono-addins-0.4/Mono.Addins/Mono.Addins/ExtensionNode.cs:102
at Mono.Addins.TypeExtensionNode.get_Type () [0x00026] in /tmp/monobuild/build/BUILD/mono-addins-0.4/Mono.Addins/Mono.Addins/TypeExtensionNode.cs:62
What should I do?