Results 1 to 4 of 4

Thread: Unable to write to output file.

  1. #1

    Thread Starter
    Super Moderator Wokawidget's Avatar
    Join Date
    Nov 2001
    Location
    Headingly Occupation: Classified
    Posts
    9,632

    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

  2. #2

  3. #3
    Frenzied Member axion_sa's Avatar
    Join Date
    Jan 2002
    Location
    Joburg, RSA
    Posts
    1,724

    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

  4. #4
    I wonder how many charact
    Join Date
    Feb 2001
    Location
    Savage, MN, USA
    Posts
    3,704

    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
  •  



Click Here to Expand Forum to Full Width