I have a few RDLC files in my WPF application. When I publish the project, the report files don\'t get published, and when I try to access them with the client I get an erro
Sorry guys this has nothing to do with "Copy Always" or "Copy if Newer". In fact I set it to "Never Copy".
This issue is resolved by changing the Build Action from "Embedded Resource" to "Content". Then when you build and publish RLDC files will get copied to the right place.