Results 1 to 5 of 5

Thread: BC30138: Unable to create temp file in path ...

  1. #1

    Thread Starter
    Retired VBF Adm1nistrator plenderj's Avatar
    Join Date
    Jan 2001
    Location
    Dublin, Ireland
    Posts
    10,359

    BC30138: Unable to create temp file in path ...



    Server Error in '/' Application.
    --------------------------------------------------------------------------------

    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: BC30138: Unable to create temp file in path 'C:\DOCUME~1\NEWDEVEL\ASPNET\LOCALS~1\Temp\': System Error &H80070005&

    Source Error:



    [No relevant source lines]


    Source File: vbc : Line: 0

    Microsoft MVP : Visual Developer - Visual Basic [2004-2005]

  2. #2
    Lively Member
    Join Date
    Dec 2004
    Posts
    65

    Re: BC30138: Unable to create temp file in path ...

    I have to same problem.
    I created an asp.net 2005 project. Works fine on the development server. But as soon as I try use it on another PC, I get the same error message.

    A couple of people have said to try :

    1. deleting the obj\debug folder and then rebuild the project. I tried this, but it didnt help.

    2. Make sure that your virtual directories are setup properly. IMPORTANT: Make sure that the asp.net version is the correct version. For me, I developed the web project using asp.net 2.0. It's very easy to forget to change the version. (Still didnt solve it for me.)

    3. Restart IIS. (Gonna try this one later tonight...)

  3. #3
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,170

    Re: BC30138: Unable to create temp file in path ...

    Go to the folder indicated there in your error message. Right click, properties, security... add the ASP.NET account and give it full permissions. The ASP.NET account will be either ASPNET or NETWORK SERVICE

  4. #4
    Lively Member
    Join Date
    Dec 2004
    Posts
    65

    Re: BC30138: Unable to create temp file in path ...

    Thankx mendhak,
    It worked for me...
    Followed the path and changed the permissions...
    Working fine now...
    Thankx again...

  5. #5
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,170

    Re: BC30138: Unable to create temp file in path ...

    No prob, add [Resolved]

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