G
Guest
Hi,
If my xml resource file is directly under my project file, I have no problem
to load that xml file via Assembly.GetManifestResourceStream. However, after
I create a folder under the project and move my xml file under that folder, I
cannot load that xml file via Assembly.GetManifestResourceStream. Every time
it returns null. Any idea?
Thanks in advance!!!
Cindy
If my xml resource file is directly under my project file, I have no problem
to load that xml file via Assembly.GetManifestResourceStream. However, after
I create a folder under the project and move my xml file under that folder, I
cannot load that xml file via Assembly.GetManifestResourceStream. Every time
it returns null. Any idea?
Thanks in advance!!!
Cindy