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
Giovanni Bejarasco
NA
34
0
Help on using Resources....
Oct 27 2004 10:39 AM
I always get MissingAssemblyResourceException with this code snippet: ResourceManager rm = new ResourceManager ("Resources",Assembly.GetExecutingAssembly()); string conStr = rm.GetString("conStr"); The detailed message is Could not find any resources appropriate for the specified culture (or the neutral culture). Make sure \"Resources.resources\" was correctly embedded or linked into assembly \"ResGen\" at compile time. Where ResGen is the name of my app and Resources is the default resource file that comes with every new WindowsApplication. I just defined a string "conStr" which is supposed to contain the connection string. What's happening here?
Reply
Answers (
0
)
Problem about code generation
Create logins in SQL server 2000 with C#