My C# and DLL Data Woes
Posted
by Lynn
on Stack Overflow
See other posts from Stack Overflow
or by Lynn
Published on 2010-04-15T16:03:07Z
Indexed on
2010/04/15
23:03 UTC
Read the original article
Hit count: 519
Hey guys,
I'm a very beginner C# coder. So, if I get some of the terms incorrect, please be easy on me.
I'm trying to see if it is possible to pull data from a DLL. I did some research and found that you can store application resources within a DLL. What I couldn't find, was the information to tell me how to do that. There is a MS article that explains how to access resources within a satellite DLL, but I honestly don't know if that is what I'm looking for. http://msdn.microsoft.com/en-us/library/ms165653.aspx I did try some of the codes involved, but there are some "FileNotFoundExceptions" going on.
The rest of the DLL information is showing up: classes, objects, etc. I just added the DLL as a resource in my Visual Studio Project and added it with "using". I just don't know how to get at the meat of it, if it is possible.
Thanks, Lynn
© Stack Overflow or respective owner