R
Ron M. Newman
No project compile time reference is needed to my dynamic assembly DLL...
I load an assembly DLL dynamically with a complex path. the assembly DLL is
NOT in the exutable folder.
I submit the fully qualified name to to the property grid (custom editor
etc.) and it FAILS.
How do I fix that? I simplu copy the dynamic assembly DLL to the executable
folder and it seems to
WORK ! (and yes, no compile time references required).
My question is:
although I have loaded the assembly DLL successfully from the other path.
how can I make sure it gets used correctly when things like the property
grid need to use it? it seems very strange to me that loading is successful
from a "foreign" path, type instantiation works fine for all intents and
purposes, but only the damn property grid needs to have a copy of the
assembly DLL in the executable folder.
Any ideas?
Ron
I load an assembly DLL dynamically with a complex path. the assembly DLL is
NOT in the exutable folder.
I submit the fully qualified name to to the property grid (custom editor
etc.) and it FAILS.
How do I fix that? I simplu copy the dynamic assembly DLL to the executable
folder and it seems to
WORK ! (and yes, no compile time references required).
My question is:
although I have loaded the assembly DLL successfully from the other path.
how can I make sure it gets used correctly when things like the property
grid need to use it? it seems very strange to me that loading is successful
from a "foreign" path, type instantiation works fine for all intents and
purposes, but only the damn property grid needs to have a copy of the
assembly DLL in the executable folder.
Any ideas?
Ron