Ok, I have never had this problem with Visual Studio until now. Somehow, the Visual Studio debugger is confllicting with my web browser (firefox).
Here’s the problem:
I am currently using Firefox 1.5, & everytime I try to download a picture or movie, I get this Just-In-Time Debugging error asking me what debugger I want to use. I removed Visual Studio 2005, but it didn’t seem to fix the problem. Instead I get a similiar error message saying:
“A unhandled win32 exception occured in firefox.exe[3052], Just-In-Time debugging this exception failed with the following error: No installed debugger has Just-In-Time debugging enabled. In Visual Studio debugging can be enabled from Tools/Options/Debugging/Just-In-Time.
Check the documentation index for ‘Just-in-time debugging, errors’ for more information”
I went to check if I had enabled Just-In-Time debugging, & so far IT IS. I don’t understand why is Visual Studio acting this way. All I want to do is download a few pics & movies to my hard drive, but this bug is not letting me >_< Can someone please help fix this problem?
Posts Tagged ‘Visual’
Visual Studio 2005 Bug: An Unhandled Win32 Exception Error With Firefox.exe?
Monday, March 1st, 2010Some Error And Displays Visual Library Error..restarts Explorer.exe?
Friday, January 22nd, 2010i am using windows vista premium when looking around explorer it shows an some error and displays visual library error..
and restarts explorer.exe
Microsoft Visual Basic C++ Debug Library Error Iexplore.exe Abnormal Program Termination?cant Find Sol. Anywhe
Wednesday, January 13th, 2010I work in IT and one of the ladies computers im working on keeps getting a microsoft visual basic c++ debug library error for c:\prgram files\internet explorer\iexplore.exe abnormal program termination and gives the option to hit abort, retry, or ignore i clicked all of the buttons and tried a reboot nothing happens it dosent close out internet explorere either so I figured there wasnt any problem there so I disabled the debugger in ie and it still pops up, it even pops up when she’s not even on the internet also checked for spyware none found, cant find a solution for it anywere does anyone have any ideas??? I’ve looked everywere
Missing References In Visual Basic, But Dll Is Present In The Mentioned Location?
Saturday, November 28th, 2009I have written a macro to query access from excel. The macro gives error – Cant find project or library. When I go to Tools–>References, there are two libraries showing missing reference. However, the files are present in the mentioned folder location. What should i do now?
How Do You Create A .dll In Visual Studio 2008?
Wednesday, October 28th, 2009Language is C#.
I have an object that I woudl like to turn into a .dll. How?
How Do I Use A Third Party Dll In My Visual C# .net Project?
Friday, October 23rd, 2009I am new to Visual C# .NET. I bought a DLL to use in my program. How do I add it to the project and make sure it gets distributed with the final release?
How To Create Setup File In Visual Basic ?
Thursday, October 15th, 2009We doing application project in visual basic? I want to create the setup file for my project?
I want to know what are the .dll file and Ocx file need, to run my project on differenct system without install visual basic 6.0?
Visual Basic 6.0 Servo Speed Control Question!?
Tuesday, October 13th, 2009Has anyone out there been able to control speed of a servo with Visual Basic 6.0. My program consists of three position servo controls (have working) and video OCX video control (have working). But with a servo speed control, the synbyte is not working with my Vertical scroll(using two timers–one on each axis). I did some thinking and became aware synbyte of 255 is only for position of the servo–not speed. Does anyone have code for servo speed control (servos have been converted to speed control)? Or is able to use experience?
Thanks,
Jim A
How To Obtain Correct Words From The Entered Text In Visual Basic Program?
Monday, October 12th, 2009I have created one Visual Basic application. In this application, I want the following option. Whenever I enter certain words in text box and click command button, it shold return correctly spelled words. For introducing this option in my program, I want any dll file or ocx control. Please suggest me.
Visual C++ Programmers, I Really, Really Need Your Help… Please…?
Sunday, September 27th, 2009In my current program development, I am currently assigned to fix a bug where when user closes an application (Window), it will display a messagebox with 3 buttons namely debug, Send Error Report and Don’t Send. In my previous solutions, I used TerminateProcess, TerminateThread and Navigate2(“about:blank”). TerminateProcess works well but the activeX control inside the application is not closed properly, though I have terminated the application (e.g. application is no longer available in task manager) but in my test page, OCX is still running… ![]()
What makes the problem worst is that the application does not have an OCX embedded (Microsoft Internet Browser), therefore I cannot create an object to it. But what contains my application are running OCX embedded from a dll and javascript programs that are separated from the application I am working… So in other words, I open the application using browser, it will terminate OCX and application properly but if application, OCX is not …