B
Boot2TheHead
http://msdn2.microsoft.com/en-us/library/system.reflection.assembly.reflectiononlyloadfrom.aspx
When I open an assembly using Assembly.ReflectionOnlyLoadFrom it loads
fine, but when I try to build that assembly (I'm using a winforms prog
to look at the assembly, VS to build it) I get an IO error on the
build. This seems a little counterintuitive. If I'm only reading it,
not executing code, why does it get locked down? And is there a way to
unlock it when I'm done looking at it? This seems to be a no-no but...
When I open an assembly using Assembly.ReflectionOnlyLoadFrom it loads
fine, but when I try to build that assembly (I'm using a winforms prog
to look at the assembly, VS to build it) I get an IO error on the
build. This seems a little counterintuitive. If I'm only reading it,
not executing code, why does it get locked down? And is there a way to
unlock it when I'm done looking at it? This seems to be a no-no but...