473,657 Members | 2,434 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Visual C++ Debug Library Conflict with AOL

5 New Member
I have a conflict with AOL. They have tried everything to remove the problem and can not solve the problem. I am computer literate.

I want to remove MS visual studio 8 and the debug library..the conflicting problem. It keeps giving me a splash screen and makes signing on to AOL very difficult.

I have searched the registry...etc. I have run out of things to do...I just want to get rid of this visual studio 8...it is not in my add/remove programs, either. Any Suggestions are greatly appreciated.... it is driving me crazy!!

Many thanks in advance for your help!!

Fred

Here is the screen:

Microsoft Visual C++ Debug Library

Program C:\Program Files\Common Files\AOL\ACS\A OLAscd.exe

File: c:\program files\microsoft visual studio 8\vc\include\li st

Line: 776

Expression: list erase iterator out of range

For information on how your program can cause an asseertion failure, see the Visual C++ documentation on asserts.

(Press Retry to debug the application)


ABORT RETRY IGNORE
Jul 21 '07 #1
7 1949
pbmods
5,821 Recognized Expert Expert
Heya, Fred. Welcome to TSDN!

Have you tried uninstalling and reinstalling AOL?
Jul 21 '07 #2
bartonc
6,596 Recognized Expert Expert
I have a conflict with AOL. They have tried everything to remove the problem and can not solve the problem. I am computer literate.

I want to remove MS visual studio 8 and the debug library..the conflicting problem. It keeps giving me a splash screen and makes signing on to AOL very difficult.

I have searched the registry...etc. I have run out of things to do...I just want to get rid of this visual studio 8...it is not in my add/remove programs, either. Any Suggestions are greatly appreciated.... it is driving me crazy!!

Many thanks in advance for your help!!

Fred

Here is the screen:

Microsoft Visual C++ Debug Library

Program C:\Program Files\Common Files\AOL\ACS\A OLAscd.exe

File: c:\program files\microsoft visual studio 8\vc\include\li st

Line: 776

Expression: list erase iterator out of range

For information on how your program can cause an asseertion failure, see the Visual C++ documentation on asserts.

(Press Retry to debug the application)


ABORT RETRY IGNORE
A couple of things, Fred:
(Note that I am using VS 2005 express and wouldn't let AOL anywhere near my machine). I notice that in the Start menu VS 2005 comes up as "Visual Studio...", but in Add/Remove it's listed and "Microsoft Vi...". Also, in my VS command prompt it says Visual Studio 8. So this may apply to you as well. And this page has an "Run autouninstall tool now" button, but I'm afraid to click on it.

Hope that helps,
Barton
Jul 21 '07 #3
bartonc
6,596 Recognized Expert Expert
A couple of things, Fred:
(Note that I am using VS 2005 express and wouldn't let AOL anywhere near my machine). I notice that in the Start menu VS 2005 comes up as "Visual Studio...", but in Add/Remove it's listed and "Microsoft Vi...". Also, in my VS command prompt it says Visual Studio 8. So this may apply to you as well. And this page has an "Run autouninstall tool now" button, but I'm afraid to click on it.

Hope that helps,
Barton
On my system, there is also a separate listing in Add/Remove for "Debugging tools for Windows". You may want to install and un-install that package to see if that will clean up your registry.
Jul 21 '07 #4
FredSchall
5 New Member
A couple of things, Fred:
(Note that I am using VS 2005 express and wouldn't let AOL anywhere near my machine). I notice that in the Start menu VS 2005 comes up as "Visual Studio...", but in Add/Remove it's listed and "Microsoft Vi...". Also, in my VS command prompt it says Visual Studio 8. So this may apply to you as well. And this page has an "Run autouninstall tool now" button, but I'm afraid to click on it.

Hope that helps,
Barton

Thanks Barton....I have looked at it and tried the auto uninstal tool....it could find nothing!!!
Jul 21 '07 #5
FredSchall
5 New Member
On my system, there is also a separate listing in Add/Remove for "Debugging tools for Windows". You may want to install and un-install that package to see if that will clean up your registry.

Will look for it....
Thanks!!!!
Jul 21 '07 #6
FredSchall
5 New Member
Heya, Fred. Welcome to TSDN!

Have you tried uninstalling and reinstalling AOL?

Yes....tried... ..even before I called AOL.....this is maddening!!
Thanks!!!!
Jul 21 '07 #7
FredSchall
5 New Member
Yes....tried... ..even before I called AOL.....this is maddening!!
Thanks!!!!
Nothing so far has worked.

Anyone have anymore suggestions?

Thank you in advance....
Fred
Aug 2 '07 #8

Sign in to post your reply or Sign up for a free account.

Similar topics

2
12430
by: JustSomeGuy | last post by:
I'm writing a socket class using unix flavor sockets. I'm developing on win2k with M$ visual studio 6.0. I have cygwin installed and would like to use its socket header files: #ifdef UNIX #include <sys/types.h> #include <sys/socket.h> #include <netinet/in.h> #else // Windows. #include </cygwin/usr/include/sys/types.h>
7
10622
by: Forecast | last post by:
I run the following code in UNIX compiled by g++ 3.3.2 successfully. : // proj2.cc: returns a dynamic vector and prints out at main~~ : // : #include <iostream> : #include <vector> : : using namespace std; : : vector<string>* getTyphoon()
15
2420
by: Ken Allen | last post by:
I have been developing a suite of assemblies over the past couple of weeks, and this afternoon somethign started misbehaving. If I do not run the IDE and compiler the code from the command line, the compilation seems to work properly almost all of the time. More on this later. If I launch one copy of the IDE, then I can usually compile the project at least once. At some point, the build fails reporting "Could not copy temporary files...
2
274
by: Arne | last post by:
Is there a way to know if a project runs inside Visual Studio. I have a file based web site. The project name is added to the url, which messed up my menu.
54
6421
by: m.roello | last post by:
In the book: "Working with Microsoft Visual Studio 2005" Craig Skibo wrote: "The power of Visual Studio 2005 lies in its ability to empower users to build, test, and debug powerful applications quickly and easly." I don't agree on what concernes ASP .NET Web Sites in VS2005. All what involves Namespaces in Web sites has been disappeared. I know you can still MANUALLY manage them, but not QUICKLY and EASLY. In a
6
1186
by: yaron.guez | last post by:
Whenever I create a new windows application from Visual Studio .NET 2003 in either C# or VB.NET upon running the compiled code (debugging or not) I receive a System.NullReferenceException immediately after the application.run command. I'm not changing any of the code created by the IDE, I'm simply building the default code. File -> New Project -> Windows Application Debug Changing the color of the form averts the problem, but the same
10
8194
by: Steve | last post by:
I am trying to create a DLL in Visual Studio 2005-Visual Basic that contains custom functions. I believe I need to use COM interop to allow VBA code in Excel 2002 to access it. I've studied everything I can find on COM Interop and .NET. I've also tried many of the 'Walkthroughs' on the MSDN site relating to COM add-ins, .NET and Office XP but am unable to get even these working in Excel 2002 or Word 2002. I've installed the Office XP...
0
6696
by: JCD | last post by:
I am using Office XP Professional on Windows XP Home. When I try to open a Word document, I get a Microsoft Visual C++ Debug Library window stating Debug Error! Program:C\Program Files\Microsoft Office\Office10\WINWORD.EXE abnormal program termination Clicking on Abort or Retry returns me to the Word document icon I was trying to open. Clicking on Ignore generates a Microsoft Visual C++ Runtime Library stating Runtime Error!...
4
6531
by: kurt.kurtsmith | last post by:
I am trying to import a tlb from a COM server(exe) I wrote with the following statement: #import "C:\\em2\\EM\\src\\core\\UMOSEFax\\Debug\\UMOSEFax.tlb" no_namespace auto_search the tlh and tli are generated in the debug directory but I get the following error: Error 1 error LNK2019: unresolved external symbol "long __cdecl
0
8310
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
8826
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
8732
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
8503
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
8605
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
7330
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
0
5632
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
2
1955
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
2
1615
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.