MVVM-Light: The target "RunCodeAnalysis" does not exist in the project when i do build??
Posted
by mark smith
on Stack Overflow
See other posts from Stack Overflow
or by mark smith
Published on 2010-05-27T11:11:29Z
Indexed on
2010/05/29
13:12 UTC
Read the original article
Hit count: 366
Hi there,
Just built myself a mvvmlight app and if i press f5 TO COMPILE and run all works ok, it displays the wpf window
but if i do a BUILD i get an error
Error 1 The target "RunCodeAnalysis" does not exist in the project.
I am using the visual studio 2010 professional version RTM
The only thing i see strange is the target framework which is set to .NET framework 4 client profile
Anybody know why this happens??
© Stack Overflow or respective owner