A failure occurred writing to the resources file. Access is denied. -- RESX file is locked? -- WHY?

  • Thread starter Thread starter Mark Kamoski
  • Start date Start date
M

Mark Kamoski

Hi.

This is an error that comes up fairly regularly when trying to run the
"Rebuild All" command in a Solution that contains more than one project.

C:\VSS\WebAppDev\INVOICING\web\site\detail_grid.ascx.resx A failure
occurred writing to the resources file. Access is denied.

The offending file or files are always RESX files.

Why does this happen?

Note-- These files are NOT checked out from SourceSafe, but they should NOT
have to be. That is-- sometimes this works and the Rebuild works fine.
Othertimes it does not work. At the very least, it should consitent-- but,
it's not.

Note-- The context here is: .NET Framework 1.1, VS.NET 2002 + SP2, VB.NET,
ASP.NET, SourceSafe 6.0c.

What do you think?

Please advise.

Thank you.

--Mark.
 
since u r using VSS .. i think the problem is that u're not getting the
correct files .. as soon as some one checks out the project and adds a new
file .. he has to check in the project file along with the new file. then he
can chk out the new file again .. and then when u do get latest of ur
project .. all the correct files will be there in ur system ..
even we had faced some similar issues ..
pls chk if this kind of approach solves ur problem ..
i hope it helps ..
Soni
 
Back
Top