|
-
May 20th, 2004, 03:38 AM
#1
Thread Starter
Retired VBF Adm1nistrator
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]
-
Dec 7th, 2007, 01:46 AM
#2
Lively Member
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...)
-
Dec 7th, 2007, 04:04 AM
#3
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
-
Dec 12th, 2007, 11:07 PM
#4
Lively Member
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...
-
Dec 17th, 2007, 11:26 AM
#5
Re: BC30138: Unable to create temp file in path ...
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
|