Tech
Forums
Jobs
Books
Events
Videos
Live
More
Interviews
Certification
Training
Career
Members
News
Blogs
Contribute
An Article
A Blog
A Video
An Ebook
An Interview Question
Register
Login
2
Answers
Resource file are not creating properly
Gnanavel Sekar
7y
247
1
Reply
Hi friends,
i have created resourcefile(.resx) from code behind, it's created and values are added into resource file in code behind, but while am opening created resource file, it's not well formated and it doesn't contain the designer file as well..
ResourceWriter resourceWriter = new ResourceWriter(@"D:\myResxFile.resx");
resourceWriter.AddResource(keys, values);---> values are added
resourceWriter.Close();
Refer below image
Post
Reset
Cancel
Answers (
2
)
Next Recommended Forum
How to save username & password locally in .Net application?
Call Webapi From WPF C# Application