A way to unlock the custom dlls loaded in a previous c# script execution #429
Replies: 1 comment 2 replies
-
Ok this is bizarre I've closed and open Tabular Editor 3 (no process should be kept running right?) before running any script I was able to build the dll again from Visual Studio I copied the dll into a folder on my desktop folder `#r "C:\Users\ESAgulloBe\Desktop\dll\1\ExtendedTOMWrapper.dll" using ExtendedTOMWrapper; string myName; after that I tried to build again the dll from visual studio , and I get this error error in the output window
I don't know how this can happen, so if a workaround can be found other than closing and opening tabular editor 3 I would be very happy Regards! |
Beta Was this translation helpful? Give feedback.
-
Hi,
I'm trying to keep developing my custom dll and there's something that slows the development process
I build the dll, and I copy the path of the created file to tabular editor and do a test
if I need to change my dll, however, I can't do it as Tabular Editor is locking the file
I guess I could copy the file to a different folder each time and put the link to each new folder, but it would be creat if I could use some command telling Tabular Editor to unlock a dll file so I can edit it.
It would be great if at the end of any execution it would unlock the files used, but if I need to run some command it's still better than closing and opening tabular editor
Beta Was this translation helpful? Give feedback.
All reactions