« Previous Next »

Thread: BC31019: Unable to write to output file....

Last post 12-29-2008 11:07 PM by sapkumar. 6 replies.

Average Rating Rate It (5)

RSS

Page 1 of 1 (7 items)

Sort Posts:

  • 12-09-2008, 11:32 PM

    • akaasp
    • Not Ranked
    • Joined on 12-10-2008, 4:26 AM
    • Posts 4

    BC31019: Unable to write to output file....

     Hi everyone,

    I am new in VS 2008, I have created a ASP.NET application and tried to run in my local computer, but I got the following error:

     

    Compilation Error

    Description: An error occurred during the compilation of a resource required to service this request. Please review the following specific error details and modify your source code appropriately.

    Compiler Error Message: BC31019: Unable to write to output file 'C:\Windows\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\test1\6e457dbc\e1499f62\App_Web_masterpage.master.cdcab7d2.j9u6prz3.dll': System Error &H80070005&

    Source Error:


    [No relevant source lines]

    Source File: vbc :    Line: 0


    function OnToggleTOCLevel1(level2ID) { var elemLevel2 = document.getElementById(level2ID); if (elemLevel2.style.display == 'none') { elemLevel2.style.display = ''; } else { elemLevel2.style.display = 'none'; } }


    Version Information: Microsoft .NET Framework Version:2.0.50727.1434; ASP.NET Version:2.0.50727.1434

    I did research and I couldn't find the answer. I am running the application in IIS 7. Can anyone help me please?

    Thanks

  • 12-09-2008, 11:37 PM In reply to

    Re: BC31019: Unable to write to output file....

    Looks like network service or IUSR doesn't have the correct permissions to the folder listed in the error.  Try granting the permissions and retry your test.

    Steve Schofield
    Windows Server MVP - IIS
    http://weblogs.asp.net/steveschofield


    http://www.IISLogs.com
    Log archival solution
    Install, Configure, Forget
  • 12-09-2008, 11:41 PM In reply to

    • akaasp
    • Not Ranked
    • Joined on 12-10-2008, 4:26 AM
    • Posts 4

    Re: BC31019: Unable to write to output file....

     Thanks for your reply, how to grant the permissions, I am really new with IIS 7.

     

  • 12-10-2008, 12:03 AM In reply to

    • akaasp
    • Not Ranked
    • Joined on 12-10-2008, 4:26 AM
    • Posts 4

    Re: BC31019: Unable to write to output file....

     I granted the permissions for IUSER, but it is still having same problem.

  • 12-10-2008, 2:22 AM In reply to

    Re: BC31019: Unable to write to output file....

    Hi,

    You need to grant permission to the application pool identity, which is usually the Network Service account unless you modified it.

    Regards,

     

    Paul Lynch | www.iisadmin.co.uk
  • 12-10-2008, 2:38 AM In reply to

    • akaasp
    • Not Ranked
    • Joined on 12-10-2008, 4:26 AM
    • Posts 4

    Re: BC31019: Unable to write to output file....

     Thanks a lot, it solved the problem.

  • 12-29-2008, 11:07 PM In reply to

    • sapkumar
    • Not Ranked
    • Joined on 12-29-2008, 11:03 PM
    • Posts 1

    Re: BC31019: Unable to write to output file....

    How is it sloved, I have same problem.

     I am running .ASPX file which has CSS include file.

    Compiler Error Message: BC31019: Unable to write to output file 'C:\Windows\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\ab\86b9cda3\a91d7541\App_Web_default.aspx.cdcab7d2.iuqrxbnc.dll': Access is denied.

     

     

Page 1 of 1 (7 items)