Matt Hintzke
Matt Hintzke

Reputation: 7994

Cannot save file in WebStorm 9

I have been using the same workflow for months to add a new page in my ASP .NET site, but all of a sudden I am getting problems with trying to save a .ascx file inside of WebStorm.

I created the .ascx page in VS and then saved it. I then go over to WebStorm to start developing and I cannot save any of these new files. I get this error:

Following errors occurred on attepmt to save files:

C:\...\Management\Management.ascx___jb_bak___ (Access is denied)

I don't get what this file is and why it can't be saved... The jb makes it seem like a JetBrains file, but this file doesn't actually exist in the filesystem. All the other files I have had work just fine. Its just this new file all of a sudden.

What does this error even mean.. there is no valuable information

Upvotes: 6

Views: 6192

Answers (3)

Vahid Montazer
Vahid Montazer

Reputation: 1301

You need to change your security options for user in Windows: Right Click

The Folder > Properties > Security Tab

Click on

Edit to change Permissions > Select User

Upvotes: -1

Hamed Navvabian
Hamed Navvabian

Reputation: 792

Hello to Developers using Jetbrains products! I had this problem today and I think it was for the webstorm but I check my E: drive that I was developing on. The problem was with my hard drive that changed to read-only.

I changed my drive to C and it solved.

Check your drive that you are using. That might be the problem.

Upvotes: 1

Andre Pena
Andre Pena

Reputation: 59336

This error happened to me everytime I used Nodemon to start Webpack on a separate process. The problem was fixed by disabling "Safe write" in "Settings", as VyvIT suggested.

https://i.sstatic.net/x9r0D.png

Upvotes: 8

Related Questions