|
-
May 3rd, 2005, 08:53 AM
#1
Unable to write to output file.
I get the above message in my task list when I try to compile my solution.
The file is called interface.dll
Here's the steps I take.
run iisreset from cmd.
then manually start and stop IIS. reboot PC.
I then delete ALL instances on this DLL off my PC.
I then toast all temp .NET files.
I then load solution A, which is the main solution that uses interface.dll
I then build all of solution A's projects.
I then close down .NET.
I then open solution B in .net
Try to compile and straight away I get the error in the task list.
What on earth is locking it???!!!
I haven't run any apps that use this DLL 
Woka
-
May 3rd, 2005, 08:56 AM
#2
Re: Unable to write to output file.
Here is a screen shot.
Woka
-
May 4th, 2005, 01:04 PM
#3
Re: Unable to write to output file.
http://www.sysinternals.com/ntw2k/fr.../procexp.shtml - can be used to find which process has loaded & locked the assembly.
Shot in the dark - perhaps the devenv.exe process for Solution A is still alive
-
May 4th, 2005, 03:26 PM
#4
I wonder how many charact
Re: Unable to write to output file.
This may or may not help, its hard to tell from a screenshot lacking your Solution Explorer...
Try CTL_ALT_DEL, and kill aspnet_wp.exe (it should prompty recycle)...
This happens occasionally to me when working on web apps...
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
|