Error: Access is denied.

S

Sham

I am having the error when i execute my .net application i got this error.
"Access is denied. (Exception from HRESULT: 0x80070005 (E_ACCESSDENIED)) ".
Can anyone help me to resolve this error.
Thnks in advnz..
 
J

Jon Skeet [C# MVP]

Sham said:
I am having the error when i execute my .net application i got this error.
"Access is denied. (Exception from HRESULT: 0x80070005 (E_ACCESSDENIED)) ".
Can anyone help me to resolve this error.

Well what does your application try to do?

Could you post a short but complete program which demonstrates the
problem?

See http://www.pobox.com/~skeet/csharp/complete.html for details of
what I mean by that.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top