I opened a website in Visual Web Developer 2010 and at the top of the page there is an error squiggle on the master page declaration:
<%@ Master Language="C#" AutoEventWireup="true" etc...
The error is "Could not load file or assembly 'CppCodeProvider, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference."
The strange thing is that I'm not using C++ in the website at all. The code-behind is C#.
Can anyone tell me where this assembly is being referenced?