Visual studio 2010 first chance exception KernelBase.dll : 0x000006BA: Win32 exception

0

I am getting this on a build right after the line that says this: Loaded 'c:\Windows\SysWOW64\msimg32.dll', Symbols loaded (source information striped).

That is the last thing I see when the program DOES NOT open in debug.

When it DOES open in debug I get the following after that line: First-chance exception at 0x75f0c42d (KernelBase.dll) in xxx.exe: 0x000006BA: The RPC server is unavailable.

Most of the time I get the first case so I have to keep stopping the debug and starting it until the program comes up with the 2 case.

I have tried setting a break point for that exception from info I found on here already but even if i comment it out, i still get the first case with no program opening for debug.

I have tried using Microsoft Symbol Servers and without.

I am not sure what else to try as I am only getting the program running about 1 tries in 6.

visual-studio-2010
asked on Stack Overflow Jan 15, 2015 by user2568374

0 Answers

Nobody has answered this question yet.


User contributions licensed under CC BY-SA 3.0