TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Gnanavel Sekar
NA
8.4k
7.3m
Resource file are not creating properly
May 31 2017 3:36 AM
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
Reply
Answers (
2
)
How to save username & password locally in .Net application?
Call Webapi From WPF C# Application