How to get Visual Studio to create a .resource from a .resx
Posted: Fri Feb 13, 2009 5:54 am
I'm working on the letter merge wizard feature and I cannot figure out how to get the build process to create the .resource for the .resx I have for the form. It's in the project, just when I build it does not create the corresponding .resource in the obj\Debug or obj\Release folders. I did find the file names in the Open Dental.csproj and even tried manually adding an entry for an Embedded Resource, matching the ones already in there, but it's not working. Am I doing something wrong?