Howdy,
I get this error when I try to create a Visual Studio Add-In, in Visual Studio 2008, on the release (NOT release candidate) of Windows 7, from the MSDN-AA.
Any solution? I've tried using elevated priveleges, but it just yields a project which is incorrectly set up, and the files contain lots of ASP-style blocks, such as:
<%BEGIN VSCommand%>public class Connect : IDTExtensibility2, IDTCommandTarget<%END VSCommand%><%BEGIN NOT VSCommand%>public class Connect : IDTExtensibility2<%END NOT VSCommand%>
Thanks,
Ricky