3

What can be the problem here?

1 Answers1

2

Click on the file and open its properties (F4), then change its Build Action to "Content". This will cause it to be included whenever "Content" files are deployed. In this case, you may also want to consider enabling the Copy to Output Directory option (see below), which will copy the chosen files to the output folder. When copied, directory structure (if applicable) will be maintained, too.

alt text

Community
  • 1
  • 1
Michael Haren
  • 105,752
  • 40
  • 168
  • 205