|
-
Nov 9th, 2003, 12:11 PM
#1
Thread Starter
Addicted Member
this is killing me,hellppppppppppp
in win 2k server, i open and and edit an asp application, the problem is that the the second time i want to build it i get this error below, and build fails , i have to finish this program fast, now i just keep reseting the computer after each build, whats the problem?????????
could not copy temporary files to the output directory
the file 'bin/league.dll cannot be copied to the run directory. the process cannot access the file because it is being used by another process.
the fille bin/league.pdb cannot be copied to the run directory. the process cannot access the file because it is being used by another process.
-
Nov 9th, 2003, 02:44 PM
#2
Thread Starter
Addicted Member
-
Nov 9th, 2003, 05:14 PM
#3
well for some reason it cant write on those files it's either that the files are in use somehow, or that they get locked for no reason... I guess you can try deleting the files, but maybe you are doing something that locks the files up
rate my posts if they help ya!
Extract thumbnail without reading the whole image file: (C# - VB)
Apply texture to bitmaps: (C# - VB)
Extended console library: (VB)
Save JPEG with a certain quality (image compression): (C# - VB )
VB.NET to C# conversion tips!!
-
Nov 9th, 2003, 05:22 PM
#4
Thread Starter
Addicted Member
all i do is bulid the program, run it, then when trying to bulid again i get the error, i tried with static aspx files to, still having the same problem , i guess it has to do with iis or something, anyone knows whats going on?
-
Nov 9th, 2003, 11:47 PM
#5
Lively Member
Hi,
It seem that you are working on multiple projects at same time. If it does, then the best solution is to add the library directly to your references.
If not, i hope you are working with VS 2003. You have to stop and restart the IIS service at the target server. This is the problems in IIS 5. Sometime it will happen in IIS 6 either.
I hope this will help.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|