building issues
i get server errors when trying to build a app and i cant figure out how here are the codes
fatal error LNK1104: cannot open file '..\..\lib\debug\login.lib'
Could not delete temporary file. Make sure that you do not have it open and that the file is not protected
how can i fix theses
I don't want to sound all too much like tech-support, but have you tried closing VS, and perhaps given the box a good reboot? Some process may be hogging the .lib-file.
If you feel like finding the root of the problem, go get handle.exe off http://www.microsoft.com/technet/sysinternals/default.mspx, and pass the name of the lib-file to that.
One problem that I have seen that causes a similar error is due to antivirus checkers.
Often build processes build a file and then rather quickly try to consume it in a subsequent build step. If an antivirus checker locks the file in order to scan it the build can fail with this message. In large builds the build can produce so many things for the antivirus tool to check that the antivirus tool can get quite far (minutes) behind. And to be safe, at least one antivirus tool I know of will lock new files from the moment they are created until it can check them.