Click here to Skip to main content
15,912,400 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
we found following error :
- Error	94	Unable to write to output file '\~obj\Debug\abc.UI.pdb': System Error &H80004005&


Solution :
- i solved this error with following way but due to this i am not able to debug my solution ????

way :
- Right click on Project => property => Compile => Advanced Compile option => General Debug Info => select None.

Please suggest me ????
Posted
Updated 24-Jun-13 0:21am
v4

Hi,
This error occured due to insufficient permission to "c:\windows\temp\"
and "C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files". Right click the above folders and go to security tab, add the users like network service, IUSR_username
set full permission to the above two users. After that run the application it will work perfectly.
Kindly give me the valuable feedback if it helps you.


With regards,
J.Prabu
 
Share this answer
 
v2
Comments
Atul Kumar Singh From Pune 24-Jun-13 2:06am    
Hello Prabu..i did according to your suggestion but error is remain same.
My work :- i create Everyone username and provided full permissions to both.
if you have any other suggestion ,PLEASE suggest me..
Hi Atul,

Obj folder delete karine project farithi build karine run karavathi uparni error nahi aave.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900