Entitas icon indicating copy to clipboard operation
Entitas copied to clipboard

Could not delete file 'Library/ScriptAssemblies/Assembly-CSharp.dll.bak'

Open aammfe opened this issue 6 years ago • 4 comments

Hello!! If jenny server is running in and I edit any thing in my code. Unity will prompt.

Could not delete file 'Library/ScriptAssemblies/Assembly-CSharp.dll.bak' Copying assembly from directory Temp to Library/ScriptAssemblies failed

you can not delete 'Library/ScriptAssemblies/Assembly-CSharp.dll.bak' unless you close jenny server. seems jenny server lock this file.

and I think second error is caused by first one.

each time I have to restart unity.

aammfe avatar Jun 25 '18 07:06 aammfe

I m using unity 2018.1.0f2

aammfe avatar Jun 25 '18 07:06 aammfe

Hi,

I'm not aware of jenny locking any files, especially .bak files. Windows is known for locking files. DI you use custom generators? If not, check your properties file and try removingLibrary/ScriptAssemblies from the search paths or Assembly-CSharp.dll from your plugins if it's set

sschmid avatar Jun 26 '18 06:06 sschmid

The only solution seems to be right-clicking on the script folder and then left clicking on the Reimport menu item.

syedhasan1964 avatar Nov 19 '18 17:11 syedhasan1964

reimport works! Thanks!

Angelica-0804 avatar Apr 13 '20 08:04 Angelica-0804