Compile error when trying to _debug_ a Visual Stuio integration project
Posted
by Rune FS
on Stack Overflow
See other posts from Stack Overflow
or by Rune FS
Published on 2010-05-07T05:27:26Z
Indexed on
2010/06/02
20:54 UTC
Read the original article
Hit count: 436
I'm currently working on a Visual Studio integration project for VS2010 (a custom highlighter) I'm using Irony and the LanguageServiceTemplate from this Code project article. However that template is build for 2008 and the changes made in VS2010 when it comes to integrating breaks the template.
When I try to compile I get the following error:
Source.extension.vsixmanifest file not found in project. If a file with this name is present in the project, make sure the build action is set to "None".
Any ides of what I can do to fix it?
© Stack Overflow or respective owner