Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Exception: Access is denied #25

Open
Alehanbdro opened this issue Dec 12, 2013 · 4 comments
Open

Exception: Access is denied #25

Alehanbdro opened this issue Dec 12, 2013 · 4 comments

Comments

@Alehanbdro
Copy link

Sometimes I get this error message:

************** Exception Text **************
System.UnauthorizedAccessException: Access is denied. (Exception from HRESULT: 0x80070005 (E_ACCESSDENIED))
at System.Windows.Forms.UnsafeNativeMethods.IHTMLLocation.GetHref()
at System.Windows.Forms.WebBrowser.get_Document()
at System.Windows.Forms.WebBrowser.get_ReadyState()
at WinGrooves.FrmMain.currentSongTimer_Tick(Object sender, EventArgs e)
at System.Windows.Forms.Timer.OnTick(EventArgs e)
at System.Windows.Forms.Timer.TimerNativeWindow.WndProc(Message& m)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)

@SamPlusPlus
Copy link
Contributor

Do you do any specific action that reproduces this?

It looks like we might be trying to parse the page as it is loading?

@Alehanbdro
Copy link
Author

i am going to observe the program and let you know the results

@SamPlusPlus
Copy link
Contributor

@Alehanbdro please keep me posted. If we can reproduce it, I am happy to look into this for you.

@Alehanbdro
Copy link
Author

i am using 1.0.8 version now... unfortunatelly, there is no specific scenario.... this error may appear at any time....

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants