Click here to Skip to main content
15,887,485 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hi all,

Currently i m using asp.net with c# 2008 (SQL Server 2008). i m uploading an excel file to server and loading the same data to gridview. past few months everything working fine. suddenly the error No error message available, result code: E_ACCESSDENIED(0x80070005) is occuring. That too while i m uploading from localmachine it works fine. from server its getting this error.

currently i started to work in SSRS (newbie). will those settings impact this. or plz help me on the route cause

- Karan
Posted

The clue is probably in the error message "E_ACCESSDENIED"

You have presumably been denied access to a file, folder or share on the server, and this is the result. Check y=with your server admin to find out why, or check your access manually before you run the app.
 
Share this answer
 
Thanks Griff,

Server access also with me. can u plz guide me what to do. Also i checked on the folder access. its having full rights for admin,system,users
 
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