What can be the problem here?
views:
33answers:
1
+2
A:
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.
Michael Haren
2010-04-12 02:28:22
That isn't working. :( Can this be because I'm using a Virtual machine with Windows XP (guest OS)? I haven't set any special configuration on ANYTHING so I would assume it would work as normal. :\
Serg
2010-04-12 02:32:13
Did you `Rebuild Solution` after changing it?
Michael Haren
2010-04-12 02:33:01
You could also try toggling `Copy to Output Directory`...that one sounds very promising ;)
Michael Haren
2010-04-12 02:33:28
Make sure to switch "Copy to Output Directory" to "Always" or "Only when newer"
Michael Petrotta
2010-04-12 02:34:20
The Copy to Output did the trick. :)
Serg
2010-04-12 02:35:39