T
Thomas Hansen
Hello, I've got this control library (ImageButton) which needs to load
resources from the entry assembly.
Basically I submit a resource string to the ImageButton which in turn
is being used to load a bitmap from the resources of the main exe
assembly...
So I've got this exe file (lets call it a.exe) and this control
library(c.dll) and the c.dll needs to load from the resources of the
a.exe which it can't since I can't get to the assembly??
I've tried GetCallingAssembly and GetExecutingAssembly, but both
returns the assembly of the c.dll!
I suspect it has to do with the point I am invoking the
GetCallingAssembly from, but anyway I desperately need to get to the
"outer most" assembly! (a.exe)
All help seriously appreciated!
..t
resources from the entry assembly.
Basically I submit a resource string to the ImageButton which in turn
is being used to load a bitmap from the resources of the main exe
assembly...
So I've got this exe file (lets call it a.exe) and this control
library(c.dll) and the c.dll needs to load from the resources of the
a.exe which it can't since I can't get to the assembly??
I've tried GetCallingAssembly and GetExecutingAssembly, but both
returns the assembly of the c.dll!
I suspect it has to do with the point I am invoking the
GetCallingAssembly from, but anyway I desperately need to get to the
"outer most" assembly! (a.exe)
All help seriously appreciated!
..t