J
John Rivers
Hi
I am calling the same static method but getting different results
if I use Assembly.LoadFile() and then reflection to call the method it
returns 0 (wrong result)
if instead I add a reference to the same DLL and call the method it
returns 12 (correct result)
Can anybody give me some ideas as to what might be different between
the two approaches
I have used FileMon and RegMon to confirm that the file and registry
accesses are identical between the two
Is there some Security, Evidence or Environment differences between
the two approaches I need to resolve?
I am calling the same static method but getting different results
if I use Assembly.LoadFile() and then reflection to call the method it
returns 0 (wrong result)
if instead I add a reference to the same DLL and call the method it
returns 12 (correct result)
Can anybody give me some ideas as to what might be different between
the two approaches
I have used FileMon and RegMon to confirm that the file and registry
accesses are identical between the two
Is there some Security, Evidence or Environment differences between
the two approaches I need to resolve?