Problem with using webBrowser control [modified]
-
i am using webbrowser control in one of my projects. After I navigate to a webpage and try to exit the application I get the following error message
No Symbols are loaded for any call stack frame. The source code can not be displayes
If i press "OK" which is the only option i get this message
LoaderLock was detected
Attempting managed execution inside OS Loader lock. Do not attempt to run managed
code inside a DllMain or image initialization function since doing so can cause the application to hang.-- modified at 8:10 Tuesday 30th October, 2007
o O º(`'·.,(`'·., ☆,.·''),.·'')º O o° »·'"`»* *☆ t4ure4n ☆* *«·'"`« °o O º(,.·''(,.·'' ☆`'·.,)`'·.,)º O o°
-
i am using webbrowser control in one of my projects. After I navigate to a webpage and try to exit the application I get the following error message
No Symbols are loaded for any call stack frame. The source code can not be displayes
If i press "OK" which is the only option i get this message
LoaderLock was detected
Attempting managed execution inside OS Loader lock. Do not attempt to run managed
code inside a DllMain or image initialization function since doing so can cause the application to hang.-- modified at 8:10 Tuesday 30th October, 2007
o O º(`'·.,(`'·., ☆,.·''),.·'')º O o° »·'"`»* *☆ t4ure4n ☆* *«·'"`« °o O º(,.·''(,.·'' ☆`'·.,)`'·.,)º O o°
I'm assuming you are running the application through Visual Studio. Check this[^] out, it may help. I have disabled the LoaderLock MDA, because if I tried to create a new folder in a OpenFileDialog (as a user) then I would get loader lock issues.
Take care, Tom ----------------------------------------------- Check out my blog at http://tjoe.wordpress.com
-
I'm assuming you are running the application through Visual Studio. Check this[^] out, it may help. I have disabled the LoaderLock MDA, because if I tried to create a new folder in a OpenFileDialog (as a user) then I would get loader lock issues.
Take care, Tom ----------------------------------------------- Check out my blog at http://tjoe.wordpress.com