R
Roy V
I have succesfully been able to use ILDASM.exe to disassemble a dll
into MSIL instructions. I would like to store this MSIL in a text
field in SQL Server and then call it up in a .NET application for
execution. How is this done? I have looked at Reflection.Emit, but
it seems that you have to generate IL code and then run it, I already
have the MSIL code, I just want to run it.
Thanks for any help,
Roy
into MSIL instructions. I would like to store this MSIL in a text
field in SQL Server and then call it up in a .NET application for
execution. How is this done? I have looked at Reflection.Emit, but
it seems that you have to generate IL code and then run it, I already
have the MSIL code, I just want to run it.
Thanks for any help,
Roy