Code protected

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I am using VS .Net 2003 for a asp.net project. Somehow the code modules within the project are locked and I cannot edit the code. I am not using Source Safe, I am the only developer. Does anyone know how to unlock the code? Thanks
 
Normally if the files are locked by the Read-only attribute, then VS.NET
will ask if you want to overwrite the file. Does it ask this? What errors
do you get? Can you just set the Read-only flag on the files to false?

Pinky said:
I am using VS .Net 2003 for a asp.net project. Somehow the code modules
within the project are locked and I cannot edit the code. I am not using
Source Safe, I am the only developer. Does anyone know how to unlock the
code? Thanks
 
Back
Top