The type or namespace 'Target' could not be found. Why??

Use code tags:

What’s “Target”? Is that one of your classes? Something from a library you’re using? Is it in a different namespace? Having you included the using line for said namespace? Does it even exist?