I have a text file within my dll. Whenever I try to access it from my .exe program, it fails because it tries to find the file from within my .exe program. Please is there anyway I can go about this.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You need to load the assembly and using resourcemanager you can retrieve the text file as below
For more information, please visit
http://msdn.microsoft.com/en-us/library/aa984408%28VS.71%29.aspx