Hi all
Need help in a very strange questions (at least it seems strange to me). I have a solution with one Windows Forms project and a few class libraries. There is a Service Reference added to the Windows Forms project.
When launching Visual Studio, I get the following error message:
Could not load type 'Microsoft.VisualStudio.Web.ToolboxItemConfiguration' from assembly 'Microsoft.VisualStudio.Web, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'.
It is titles "Microsoft Visual Studio" and has an Error icon. First thing that seems strange to me is that a Windows Forms only project is in trouble with some Web stuff. Moreover, I cannot find any reference to the assembly which is mentioned, not even when doing a full text search over the entire solution.
I'm not sure what the exact effect is. One thing is that I cannot see my own User Controls in the tool box. Maybe there are other problems that I haven't noticed yet. But in general it does not completely prevent me from working with the solution.
Doing a Google search for the error message returns zero results, searching for parts of it did not help me. Does anybody have an idea, maybe just a little hint for a direction to go? I'd greatly appreciate.
I'm working on .NET 3.5 SP1, using the C# language, Visual Studio 2008 and Windows Vista.
Cheers Matthias