Thread: .txt Viewer
View Single Post
Old 05-29-2008, 10:15 AM   #6 (permalink)
SimReality
Jr. Member
 
SimReality's Avatar
 
Join Date: May 2008
Posts: 410
Reputation: 60
Default

Just click on the .txt file in your project (in Visual Studio). Now look at the Properties window. You will find a property called Build Action. Switch that to None. Now you won't get that error. Then find the property called Copy to Output Directory and switch that to Copy If Newer. Now your project will copy that file to the Zune anytime you update it. That's it. No need for all the weird XML workarounds or junk like that.



SimReality is offline   Reply With Quote