How to get Visual Studio to create a .resource from a .resx

This forum is for programmers who have questions about the source code.
Post Reply
richardwaite
Posts: 57
Joined: Thu Nov 15, 2007 6:51 am

How to get Visual Studio to create a .resource from a .resx

Post by richardwaite » 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?

User avatar
jordansparks
Site Admin
Posts: 5742
Joined: Sun Jun 17, 2007 3:59 pm
Location: Salem, Oregon
Contact:

Re: How to get Visual Studio to create a .resource from a .resx

Post by jordansparks » Mon Feb 16, 2009 2:28 pm

Not a clue. That does not look like a problem that I've ever butted heads with.
Jordan Sparks, DMD
http://www.opendental.com

Post Reply