c# - release Assembly.LoadFrom file handle -


I am trying to get an assembly version of XE in the C # with the following code

  assembly ASMM = assembly.loadfom (address); Return asm.GetName (). Edition;  

This works right, but if I try to delete the exe after using this function, then it says "login is denied" because exe is used by other process Is being done by!

Is there a phone or something else that handles the file or releases any other solution?

This problem was dealt with here


Comments