|
-
June 18th, 2005, 06:21 PM
#1
Help: change the 'Resource File Name' property
I changed the Form1 class name using the Property dialog box, because I thought this would properly rename the resources also as it is mention in the header file:
/// WARNING: If you change the name of this class, you will need to change the
/// 'Resource File Name' property for the managed resource compiler tool
/// associated with all .resx files this class depends on. Otherwise,
/// the designers will not be able to interact properly with localized
/// resources associated with this form.
...but it didn't. This is the exception I get when I try to run it in the debugger:
An unhandled exception of type 'System.Resource.MissingManifestResource' occured in mscorlib.dll
Additional information: Could not find any resources appropriate for the specified culture (or the neutral culture) in the assembly. Make sure "FormName.resources" was correctly embedded or linked into assembly "MdiApp".
...so how do I make these changes?
-
July 16th, 2005, 03:18 AM
#2
Re: Help: change the 'Resource File Name' property
-
December 18th, 2006, 10:05 PM
#3
Re: Help: change the 'Resource File Name' property
What kind of answer is that?!!?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|