A
Arthur Roodenburg
Hello,
I have an Assembly containing the resource "MyResource.xml" in folder
"MyFolder".
I compiled my Assembly and, according to ILDASM and
GetManifestResourceNames(), the assembly contains
"MyNameSpace.MyFolder.MyResource.xml"
When I call
GetManifestResourceStream("MyNameSpace.MyFolder.MyResource.xml"), the
function returns NULL. What am I to do?
Greets,
Arthur
I have an Assembly containing the resource "MyResource.xml" in folder
"MyFolder".
I compiled my Assembly and, according to ILDASM and
GetManifestResourceNames(), the assembly contains
"MyNameSpace.MyFolder.MyResource.xml"
When I call
GetManifestResourceStream("MyNameSpace.MyFolder.MyResource.xml"), the
function returns NULL. What am I to do?
Greets,
Arthur