Re: parallel VS2005 and 2003

I recall that MS actually recommended installing VS2005 alongside VS2003
including installing different MSDN libraries for each.

I have used both on the same machine for quite a while now. although
actually porting projects to VS2005 doesn’t seem to take long and some
things work better…

Not sure these are supposed to be used for driver dev though? (Oh i guess
some people use the IDE, but not the compiler).

Mike

----- Original Message -----
From: Oleksiy Shatylo
To: Kernel Debugging Interest List
Sent: Friday, July 28, 2006 11:53 AM
Subject: RE: [windbg] 6.6.7.5 - Unable to break execution. The process does
not contain any programs

Hello Jeff,

In my opinion parallel working different versions of Visual Studio must be
supported by Microsoft. Otherwise how developer will be able to support
different versions of software that are using different build environments
from MS Visual Studio on single build computer.

Of course, one solution is to use VMWare or MS Virtual PC on single computer
but consider how slow could be in this case build process on large projects.

Best regards,
Oleksiy Shatylo

-----Original Message-----
From: xxxxx@lists.osr.com
[mailto:xxxxx@lists.osr.com] On Behalf Of
xxxxx@emc.com
Sent: Friday, July 28, 2006 12:32 PM
To: Kernel Debugging Interest List
Subject: RE: [windbg] 6.6.7.5 - Unable to break execution.
The process does not contain any programs

Has installing multiple versions of VS ever been supported?
I know at one point it was a big no no.

-Jeff

-----Original Message-----
From: xxxxx@lists.osr.com
[mailto:xxxxx@lists.osr.com] On Behalf Of Voeller, Dave
Sent: Thursday, July 27, 2006 5:55 PM
To: Kernel Debugging Interest List
Subject: RE: [windbg] 6.6.7.5 - Unable to break execution.
The process does not contain any programs

I uninstalled VS2005 and that fixed the problem. This is
just another reason I’m waiting for the first VS2005 sp1 to
continue converting projects to VS2005.

-Dave

-----Original Message-----
From: xxxxx@lists.osr.com
[mailto:xxxxx@lists.osr.com] On Behalf Of Drew Bliss
Sent: Thursday, July 27, 2006 3:20 PM
To: Kernel Debugging Interest List
Subject: RE: [windbg] 6.6.7.5 - Unable to break execution.
The process does not contain any programs

Ah, OK.

-----Original Message-----
From: xxxxx@lists.osr.com
[mailto:xxxxx@lists.osr.com] On Behalf Of Voeller, Dave
Sent: Thursday, July 27, 2006 1:15 PM
To: Kernel Debugging Interest List
Subject: RE: [windbg] 6.6.7.5 - Unable to break execution.
The process does not contain any programs

No,

I installed VS2005 to convert VS2003 projects to VS2005 projects.
VS2005 could be the culprit.

Dave

-----Original Message-----
From: xxxxx@lists.osr.com
[mailto:xxxxx@lists.osr.com] On Behalf Of Drew Bliss
Sent: Thursday, July 27, 2006 3:12 PM
To: Kernel Debugging Interest List
Subject: RE: [windbg] 6.6.7.5 - Unable to break execution.
The process does not contain any programs

Still, if you didn’t have this problem prior to install
6.6.07 and did have it after it seems like windbg is
implicated somehow. Was the install of windbg the only thing
that changed between working and not working states?

-----Original Message-----
From: xxxxx@lists.osr.com
[mailto:xxxxx@lists.osr.com] On Behalf Of Voeller, Dave
Sent: Thursday, July 27, 2006 1:04 PM
To: Kernel Debugging Interest List
Subject: RE: [windbg] 6.6.7.5 - Unable to break execution.
The process does not contain any programs

Thanks Drew, that at least eliminates WinDbg as a
possibility. I installed it in the default locations.

Dave

-----Original Message-----
From: xxxxx@lists.osr.com
[mailto:xxxxx@lists.osr.com] On Behalf Of Drew Bliss
Sent: Thursday, July 27, 2006 2:53 PM
To: Kernel Debugging Interest List
Subject: RE: [windbg] 6.6.7.5 - Unable to break execution.
The process does not contain any programs

Where did you install 6.6.07.5? Unless you installed it into
system32 I don’t know of a way for windbg to affect Visual
Studio. windbg setup does not modify any system settings nor
system binaries (unless you force it into the system directories).

-----Original Message-----
From: xxxxx@lists.osr.com
[mailto:xxxxx@lists.osr.com] On Behalf Of David Voeller
Sent: Thursday, July 27, 2006 12:41 PM
To: Kernel Debugging Interest List
Subject: [windbg] 6.6.7.5 - Unable to break execution. The
process does not contain any programs

After I installed the latest WinDbg (6.6.7.5) I now get the
message “Unable to break execution. The process does not
contain any programs”
when I try to pause my large C++ program from within Visual
Studio 2003.
To complicate things, on this PC I also have Visual Studio
2005 installed because I was trying to get VS2003 projects
converted to
VS2005 projects and ran into some intellisense bugs (VS2005
is apparently pretty unstable as a whole).

I’ve done some searching and there are a variety of posts
from people running into this same problem, different
circumstances, but no one has ever offered some insight into
the problem and therefore no fix.

I’m guessing my best course of action is to reinstall VS2003
but I don’t really want to do that and loose some of my customization.

Does anyone have any insight into this problem or can offer a
suggestion (a helpful one).

David Voeller


You are currently subscribed to windbg as:
xxxxx@winse.microsoft.com To unsubscribe send a blank email
to xxxxx@lists.osr.com


You are currently subscribed to windbg as: unknown lmsubst
tag argument:
‘’
To unsubscribe send a blank email to xxxxx@lists.osr.com


You are currently subscribed to windbg as: unknown lmsubst
tag argument:
‘’
To unsubscribe send a blank email to xxxxx@lists.osr.com


You are currently subscribed to windbg as: unknown lmsubst
tag argument:
‘’
To unsubscribe send a blank email to xxxxx@lists.osr.com


You are currently subscribed to windbg as: unknown lmsubst
tag argument:
‘’
To unsubscribe send a blank email to xxxxx@lists.osr.com


You are currently subscribed to windbg as: unknown lmsubst
tag argument:
‘’
To unsubscribe send a blank email to xxxxx@lists.osr.com


You are currently subscribed to windbg as: unknown lmsubst
tag argument:
‘’
To unsubscribe send a blank email to xxxxx@lists.osr.com


You are currently subscribed to windbg as: unknown lmsubst
tag argument: ‘’
To unsubscribe send a blank email to xxxxx@lists.osr.com


You are currently subscribed to windbg as: xxxxx@sintefex.com
To unsubscribe send a blank email to xxxxx@lists.osr.com

> I recall that MS actually recommended installing VS2005 alongside VS2003

including installing different MSDN libraries for each.

As buggy as '05 is, that’s kinda funny if it’s true.

I have used both on the same machine for quite a while now. although
actually porting projects to VS2005 doesn’t seem to take long and some
things work better…

True, until you run into one of the numerous header bugs. Just loved that
Vector bug last month (yeah, it’s a well known bug, but I didn’t know about
it till it bite me)…

Not sure these are supposed to be used for driver dev though? (Oh i guess
some people use the IDE, but not the compiler).

I use to use VS for editing code, but for strange reasons now I prefer
SciTe. If you’ve never seen it, it’s like a souped-up notepad. It’s open
source, com compliant, and can parse about 30-40 different langs from c,
c++, vb, delphi, asp, php, perl, ect…

Mike

----- Original Message -----
From: Oleksiy Shatylo
To: Kernel Debugging Interest List
Sent: Friday, July 28, 2006 11:53 AM
Subject: RE: [windbg] 6.6.7.5 - Unable to break execution. The process
does
not contain any programs

Hello Jeff,

In my opinion parallel working different versions of Visual Studio must be
supported by Microsoft. Otherwise how developer will be able to support
different versions of software that are using different build environments
from MS Visual Studio on single build computer.

Of course, one solution is to use VMWare or MS Virtual PC on single
computer
but consider how slow could be in this case build process on large
projects.

Best regards,
Oleksiy Shatylo

> -----Original Message-----
> From: xxxxx@lists.osr.com
> [mailto:xxxxx@lists.osr.com] On Behalf Of
> xxxxx@emc.com
> Sent: Friday, July 28, 2006 12:32 PM
> To: Kernel Debugging Interest List
> Subject: RE: [windbg] 6.6.7.5 - Unable to break execution.
> The process does not contain any programs
>
> Has installing multiple versions of VS ever been supported?
> I know at one point it was a big no no.
>
> -Jeff
>
> -----Original Message-----
> From: xxxxx@lists.osr.com
> [mailto:xxxxx@lists.osr.com] On Behalf Of Voeller, Dave
> Sent: Thursday, July 27, 2006 5:55 PM
> To: Kernel Debugging Interest List
> Subject: RE: [windbg] 6.6.7.5 - Unable to break execution.
> The process does not contain any programs
>
> I uninstalled VS2005 and that fixed the problem. This is
> just another reason I’m waiting for the first VS2005 sp1 to
> continue converting projects to VS2005.
>
> -Dave
>
> -----Original Message-----
> From: xxxxx@lists.osr.com
> [mailto:xxxxx@lists.osr.com] On Behalf Of Drew Bliss
> Sent: Thursday, July 27, 2006 3:20 PM
> To: Kernel Debugging Interest List
> Subject: RE: [windbg] 6.6.7.5 - Unable to break execution.
> The process does not contain any programs
>
> Ah, OK.
>
> -----Original Message-----
> From: xxxxx@lists.osr.com
> [mailto:xxxxx@lists.osr.com] On Behalf Of Voeller, Dave
> Sent: Thursday, July 27, 2006 1:15 PM
> To: Kernel Debugging Interest List
> Subject: RE: [windbg] 6.6.7.5 - Unable to break execution.
> The process does not contain any programs
>
> No,
>
> I installed VS2005 to convert VS2003 projects to VS2005 projects.
> VS2005 could be the culprit.
>
> Dave
>
> -----Original Message-----
> From: xxxxx@lists.osr.com
> [mailto:xxxxx@lists.osr.com] On Behalf Of Drew Bliss
> Sent: Thursday, July 27, 2006 3:12 PM
> To: Kernel Debugging Interest List
> Subject: RE: [windbg] 6.6.7.5 - Unable to break execution.
> The process does not contain any programs
>
> Still, if you didn’t have this problem prior to install
> 6.6.07 and did have it after it seems like windbg is
> implicated somehow. Was the install of windbg the only thing
> that changed between working and not working states?
>
> -----Original Message-----
> From: xxxxx@lists.osr.com
> [mailto:xxxxx@lists.osr.com] On Behalf Of Voeller, Dave
> Sent: Thursday, July 27, 2006 1:04 PM
> To: Kernel Debugging Interest List
> Subject: RE: [windbg] 6.6.7.5 - Unable to break execution.
> The process does not contain any programs
>
> Thanks Drew, that at least eliminates WinDbg as a
> possibility. I installed it in the default locations.
>
> Dave
>
> -----Original Message-----
> From: xxxxx@lists.osr.com
> [mailto:xxxxx@lists.osr.com] On Behalf Of Drew Bliss
> Sent: Thursday, July 27, 2006 2:53 PM
> To: Kernel Debugging Interest List
> Subject: RE: [windbg] 6.6.7.5 - Unable to break execution.
> The process does not contain any programs
>
> Where did you install 6.6.07.5? Unless you installed it into
> system32 I don’t know of a way for windbg to affect Visual
> Studio. windbg setup does not modify any system settings nor
> system binaries (unless you force it into the system directories).
>
> -----Original Message-----
> From: xxxxx@lists.osr.com
> [mailto:xxxxx@lists.osr.com] On Behalf Of David Voeller
> Sent: Thursday, July 27, 2006 12:41 PM
> To: Kernel Debugging Interest List
> Subject: [windbg] 6.6.7.5 - Unable to break execution. The
> process does not contain any programs
>
> After I installed the latest WinDbg (6.6.7.5) I now get the
> message “Unable to break execution. The process does not
> contain any programs”
> when I try to pause my large C++ program from within Visual
> Studio 2003.
> To complicate things, on this PC I also have Visual Studio
> 2005 installed because I was trying to get VS2003 projects
> converted to
> VS2005 projects and ran into some intellisense bugs (VS2005
> is apparently pretty unstable as a whole).
>
> I’ve done some searching and there are a variety of posts
> from people running into this same problem, different
> circumstances, but no one has ever offered some insight into
> the problem and therefore no fix.
>
> I’m guessing my best course of action is to reinstall VS2003
> but I don’t really want to do that and loose some of my customization.
>
> Does anyone have any insight into this problem or can offer a
> suggestion (a helpful one).
>
> David Voeller
>
>
>
> —
> You are currently subscribed to windbg as:
> xxxxx@winse.microsoft.com To unsubscribe send a blank email
> to xxxxx@lists.osr.com
>
>
> —
> You are currently subscribed to windbg as: unknown lmsubst
> tag argument:
> ‘’
> To unsubscribe send a blank email to xxxxx@lists.osr.com
>
> —
> You are currently subscribed to windbg as: unknown lmsubst
> tag argument:
> ‘’
> To unsubscribe send a blank email to xxxxx@lists.osr.com
>
>
> —
> You are currently subscribed to windbg as: unknown lmsubst
> tag argument:
> ‘’
> To unsubscribe send a blank email to xxxxx@lists.osr.com
>
> —
> You are currently subscribed to windbg as: unknown lmsubst
> tag argument:
> ‘’
> To unsubscribe send a blank email to xxxxx@lists.osr.com
>
>
> —
> You are currently subscribed to windbg as: unknown lmsubst
> tag argument:
> ‘’
> To unsubscribe send a blank email to xxxxx@lists.osr.com
>
> —
> You are currently subscribed to windbg as: unknown lmsubst
> tag argument:
> ‘’
> To unsubscribe send a blank email to xxxxx@lists.osr.com
>
> —
> You are currently subscribed to windbg as: unknown lmsubst
> tag argument: ‘’
> To unsubscribe send a blank email to xxxxx@lists.osr.com
>


You are currently subscribed to windbg as: xxxxx@sintefex.com
To unsubscribe send a blank email to xxxxx@lists.osr.com


You are currently subscribed to windbg as: xxxxx@comcast.net
To unsubscribe send a blank email to xxxxx@lists.osr.com

Living in kernel-mode most of the time, I hadn’t heard about the vector
bug. Can you point me to some info on it? I just started an example
applciation for interacting with my driver and I was planning to use
vectors in it. If there’s a bug I may need to rethink that.

Beverly

-----Original Message-----
From: xxxxx@lists.osr.com
[mailto:xxxxx@lists.osr.com] On Behalf Of matt
Sent: Friday, July 28, 2006 7:38 AM
To: Kernel Debugging Interest List
Subject: Re: Re:[windbg] parallel VS2005 and 2003

I recall that MS actually recommended installing VS2005 alongside
VS2003 including installing different MSDN libraries for each.

As buggy as '05 is, that’s kinda funny if it’s true.

I have used both on the same machine for quite a while now. although
actually porting projects to VS2005 doesn’t seem to take long and some

things work better…

True, until you run into one of the numerous header bugs. Just loved
that Vector bug last month (yeah, it’s a well known bug, but I didn’t
know about it till it bite me)…

Not sure these are supposed to be used for driver dev though? (Oh i
guess some people use the IDE, but not the compiler).

I use to use VS for editing code, but for strange reasons now I prefer
SciTe. If you’ve never seen it, it’s like a souped-up notepad. It’s open
source, com compliant, and can parse about 30-40 different langs from c,
c++, vb, delphi, asp, php, perl, ect…

Mike

----- Original Message -----
From: Oleksiy Shatylo
To: Kernel Debugging Interest List
Sent: Friday, July 28, 2006 11:53 AM
Subject: RE: [windbg] 6.6.7.5 - Unable to break execution. The process
does
not contain any programs

Hello Jeff,

In my opinion parallel working different versions of Visual Studio
must be supported by Microsoft. Otherwise how developer will be able
to support different versions of software that are using different
build environments from MS Visual Studio on single build computer.

Of course, one solution is to use VMWare or MS Virtual PC on single
computer
but consider how slow could be in this case build process on large
projects.

Best regards,
Oleksiy Shatylo

> -----Original Message-----
> From: xxxxx@lists.osr.com
> [mailto:xxxxx@lists.osr.com] On Behalf Of
> xxxxx@emc.com
> Sent: Friday, July 28, 2006 12:32 PM
> To: Kernel Debugging Interest List
> Subject: RE: [windbg] 6.6.7.5 - Unable to break execution.
> The process does not contain any programs
>
> Has installing multiple versions of VS ever been supported?
> I know at one point it was a big no no.
>
> -Jeff
>
> -----Original Message-----
> From: xxxxx@lists.osr.com
> [mailto:xxxxx@lists.osr.com] On Behalf Of Voeller,
> Dave
> Sent: Thursday, July 27, 2006 5:55 PM
> To: Kernel Debugging Interest List
> Subject: RE: [windbg] 6.6.7.5 - Unable to break execution.
> The process does not contain any programs
>
> I uninstalled VS2005 and that fixed the problem. This is just
> another reason I’m waiting for the first VS2005 sp1 to continue
> converting projects to VS2005.
>
> -Dave
>
> -----Original Message-----
> From: xxxxx@lists.osr.com
> [mailto:xxxxx@lists.osr.com] On Behalf Of Drew Bliss
> Sent: Thursday, July 27, 2006 3:20 PM
> To: Kernel Debugging Interest List
> Subject: RE: [windbg] 6.6.7.5 - Unable to break execution.
> The process does not contain any programs
>
> Ah, OK.
>
> -----Original Message-----
> From: xxxxx@lists.osr.com
> [mailto:xxxxx@lists.osr.com] On Behalf Of Voeller,
> Dave
> Sent: Thursday, July 27, 2006 1:15 PM
> To: Kernel Debugging Interest List
> Subject: RE: [windbg] 6.6.7.5 - Unable to break execution.
> The process does not contain any programs
>
> No,
>
> I installed VS2005 to convert VS2003 projects to VS2005 projects.
> VS2005 could be the culprit.
>
> Dave
>
> -----Original Message-----
> From: xxxxx@lists.osr.com
> [mailto:xxxxx@lists.osr.com] On Behalf Of Drew Bliss
> Sent: Thursday, July 27, 2006 3:12 PM
> To: Kernel Debugging Interest List
> Subject: RE: [windbg] 6.6.7.5 - Unable to break execution.
> The process does not contain any programs
>
> Still, if you didn’t have this problem prior to install
> 6.6.07 and did have it after it seems like windbg is implicated
> somehow. Was the install of windbg the only thing that changed
> between working and not working states?
>
> -----Original Message-----
> From: xxxxx@lists.osr.com
> [mailto:xxxxx@lists.osr.com] On Behalf Of Voeller,
> Dave
> Sent: Thursday, July 27, 2006 1:04 PM
> To: Kernel Debugging Interest List
> Subject: RE: [windbg] 6.6.7.5 - Unable to break execution.
> The process does not contain any programs
>
> Thanks Drew, that at least eliminates WinDbg as a possibility. I
> installed it in the default locations.
>
> Dave
>
> -----Original Message-----
> From: xxxxx@lists.osr.com
> [mailto:xxxxx@lists.osr.com] On Behalf Of Drew Bliss
> Sent: Thursday, July 27, 2006 2:53 PM
> To: Kernel Debugging Interest List
> Subject: RE: [windbg] 6.6.7.5 - Unable to break execution.
> The process does not contain any programs
>
> Where did you install 6.6.07.5? Unless you installed it into
> system32 I don’t know of a way for windbg to affect Visual Studio.
> windbg setup does not modify any system settings nor system binaries

> (unless you force it into the system directories).
>
> -----Original Message-----
> From: xxxxx@lists.osr.com
> [mailto:xxxxx@lists.osr.com] On Behalf Of David
> Voeller
> Sent: Thursday, July 27, 2006 12:41 PM
> To: Kernel Debugging Interest List
> Subject: [windbg] 6.6.7.5 - Unable to break execution. The process
> does not contain any programs
>
> After I installed the latest WinDbg (6.6.7.5) I now get the message
> “Unable to break execution. The process does not contain any
> programs”
> when I try to pause my large C++ program from within Visual Studio
> 2003.
> To complicate things, on this PC I also have Visual Studio
> 2005 installed because I was trying to get VS2003 projects converted

> to
> VS2005 projects and ran into some intellisense bugs (VS2005 is
> apparently pretty unstable as a whole).
>
> I’ve done some searching and there are a variety of posts from
> people running into this same problem, different circumstances, but
> no one has ever offered some insight into the problem and therefore
> no fix.
>
> I’m guessing my best course of action is to reinstall VS2003 but I
> don’t really want to do that and loose some of my customization.
>
> Does anyone have any insight into this problem or can offer a
> suggestion (a helpful one).
>
> David Voeller
>
>
>
> —
> You are currently subscribed to windbg as:
> xxxxx@winse.microsoft.com To unsubscribe send a blank email to
> xxxxx@lists.osr.com
>
>
> —
> You are currently subscribed to windbg as: unknown lmsubst tag
> argument:
> ‘’
> To unsubscribe send a blank email to
> xxxxx@lists.osr.com
>
> —
> You are currently subscribed to windbg as: unknown lmsubst tag
> argument:
> ‘’
> To unsubscribe send a blank email to
> xxxxx@lists.osr.com
>
>
> —
> You are currently subscribed to windbg as: unknown lmsubst tag
> argument:
> ‘’
> To unsubscribe send a blank email to
> xxxxx@lists.osr.com
>
> —
> You are currently subscribed to windbg as: unknown lmsubst tag
> argument:
> ‘’
> To unsubscribe send a blank email to
> xxxxx@lists.osr.com
>
>
> —
> You are currently subscribed to windbg as: unknown lmsubst tag
> argument:
> ‘’
> To unsubscribe send a blank email to
> xxxxx@lists.osr.com
>
> —
> You are currently subscribed to windbg as: unknown lmsubst tag
> argument:
> ‘’
> To unsubscribe send a blank email to
> xxxxx@lists.osr.com
>
> —
> You are currently subscribed to windbg as: unknown lmsubst tag
> argument: ‘’
> To unsubscribe send a blank email to
> xxxxx@lists.osr.com
>


You are currently subscribed to windbg as: xxxxx@sintefex.com To
unsubscribe send a blank email to xxxxx@lists.osr.com


You are currently subscribed to windbg as: xxxxx@comcast.net To
unsubscribe send a blank email to xxxxx@lists.osr.com


You are currently subscribed to windbg as: bbrown@mc.com To unsubscribe
send a blank email to xxxxx@lists.osr.com

I’ve used 6, 2003, and 2005 on the same machine. The only conflicts I had
was the one between the ears when I was thinking 2005 and working on VS 6.
The least pain of all is driver development. Since I use a makefile
project and call the DDKBUILD batch file, a build always uses the DDK or
WDK compiler.

Gary G. Little

-----Original Message-----
From: xxxxx@lists.osr.com
[mailto:xxxxx@lists.osr.com] On Behalf Of Mike Kemp
Sent: Friday, July 28, 2006 6:13 AM
To: Kernel Debugging Interest List
Subject: Re:[windbg] parallel VS2005 and 2003

I recall that MS actually recommended installing VS2005 alongside VS2003
including installing different MSDN libraries for each.

I have used both on the same machine for quite a while now. although
actually porting projects to VS2005 doesn’t seem to take long and some
things work better…

Not sure these are supposed to be used for driver dev though? (Oh i guess
some people use the IDE, but not the compiler).

Mike

----- Original Message -----
From: Oleksiy Shatylo
To: Kernel Debugging Interest List
Sent: Friday, July 28, 2006 11:53 AM
Subject: RE: [windbg] 6.6.7.5 - Unable to break execution. The process
does
not contain any programs

Hello Jeff,

In my opinion parallel working different versions of Visual Studio must be
supported by Microsoft. Otherwise how developer will be able to support
different versions of software that are using different build environments
from MS Visual Studio on single build computer.

Of course, one solution is to use VMWare or MS Virtual PC on single
computer
but consider how slow could be in this case build process on large
projects.

Best regards,
Oleksiy Shatylo

-----Original Message-----
From: xxxxx@lists.osr.com
[mailto:xxxxx@lists.osr.com] On Behalf Of
xxxxx@emc.com
Sent: Friday, July 28, 2006 12:32 PM
To: Kernel Debugging Interest List
Subject: RE: [windbg] 6.6.7.5 - Unable to break execution.
The process does not contain any programs

Has installing multiple versions of VS ever been supported?
I know at one point it was a big no no.

-Jeff

-----Original Message-----
From: xxxxx@lists.osr.com
[mailto:xxxxx@lists.osr.com] On Behalf Of Voeller, Dave
Sent: Thursday, July 27, 2006 5:55 PM
To: Kernel Debugging Interest List
Subject: RE: [windbg] 6.6.7.5 - Unable to break execution.
The process does not contain any programs

I uninstalled VS2005 and that fixed the problem. This is
just another reason I’m waiting for the first VS2005 sp1 to
continue converting projects to VS2005.

-Dave

-----Original Message-----
From: xxxxx@lists.osr.com
[mailto:xxxxx@lists.osr.com] On Behalf Of Drew Bliss
Sent: Thursday, July 27, 2006 3:20 PM
To: Kernel Debugging Interest List
Subject: RE: [windbg] 6.6.7.5 - Unable to break execution.
The process does not contain any programs

Ah, OK.

-----Original Message-----
From: xxxxx@lists.osr.com
[mailto:xxxxx@lists.osr.com] On Behalf Of Voeller, Dave
Sent: Thursday, July 27, 2006 1:15 PM
To: Kernel Debugging Interest List
Subject: RE: [windbg] 6.6.7.5 - Unable to break execution.
The process does not contain any programs

No,

I installed VS2005 to convert VS2003 projects to VS2005 projects.
VS2005 could be the culprit.

Dave

-----Original Message-----
From: xxxxx@lists.osr.com
[mailto:xxxxx@lists.osr.com] On Behalf Of Drew Bliss
Sent: Thursday, July 27, 2006 3:12 PM
To: Kernel Debugging Interest List
Subject: RE: [windbg] 6.6.7.5 - Unable to break execution.
The process does not contain any programs

Still, if you didn’t have this problem prior to install
6.6.07 and did have it after it seems like windbg is
implicated somehow. Was the install of windbg the only thing
that changed between working and not working states?

-----Original Message-----
From: xxxxx@lists.osr.com
[mailto:xxxxx@lists.osr.com] On Behalf Of Voeller, Dave
Sent: Thursday, July 27, 2006 1:04 PM
To: Kernel Debugging Interest List
Subject: RE: [windbg] 6.6.7.5 - Unable to break execution.
The process does not contain any programs

Thanks Drew, that at least eliminates WinDbg as a
possibility. I installed it in the default locations.

Dave

-----Original Message-----
From: xxxxx@lists.osr.com
[mailto:xxxxx@lists.osr.com] On Behalf Of Drew Bliss
Sent: Thursday, July 27, 2006 2:53 PM
To: Kernel Debugging Interest List
Subject: RE: [windbg] 6.6.7.5 - Unable to break execution.
The process does not contain any programs

Where did you install 6.6.07.5? Unless you installed it into
system32 I don’t know of a way for windbg to affect Visual
Studio. windbg setup does not modify any system settings nor
system binaries (unless you force it into the system directories).

-----Original Message-----
From: xxxxx@lists.osr.com
[mailto:xxxxx@lists.osr.com] On Behalf Of David Voeller
Sent: Thursday, July 27, 2006 12:41 PM
To: Kernel Debugging Interest List
Subject: [windbg] 6.6.7.5 - Unable to break execution. The
process does not contain any programs

After I installed the latest WinDbg (6.6.7.5) I now get the
message “Unable to break execution. The process does not
contain any programs”
when I try to pause my large C++ program from within Visual
Studio 2003.
To complicate things, on this PC I also have Visual Studio
2005 installed because I was trying to get VS2003 projects
converted to
VS2005 projects and ran into some intellisense bugs (VS2005
is apparently pretty unstable as a whole).

I’ve done some searching and there are a variety of posts
from people running into this same problem, different
circumstances, but no one has ever offered some insight into
the problem and therefore no fix.

I’m guessing my best course of action is to reinstall VS2003
but I don’t really want to do that and loose some of my customization.

Does anyone have any insight into this problem or can offer a
suggestion (a helpful one).

David Voeller


You are currently subscribed to windbg as:
xxxxx@winse.microsoft.com To unsubscribe send a blank email
to xxxxx@lists.osr.com


You are currently subscribed to windbg as: unknown lmsubst
tag argument:
‘’
To unsubscribe send a blank email to xxxxx@lists.osr.com


You are currently subscribed to windbg as: unknown lmsubst
tag argument:
‘’
To unsubscribe send a blank email to xxxxx@lists.osr.com


You are currently subscribed to windbg as: unknown lmsubst
tag argument:
‘’
To unsubscribe send a blank email to xxxxx@lists.osr.com


You are currently subscribed to windbg as: unknown lmsubst
tag argument:
‘’
To unsubscribe send a blank email to xxxxx@lists.osr.com


You are currently subscribed to windbg as: unknown lmsubst
tag argument:
‘’
To unsubscribe send a blank email to xxxxx@lists.osr.com


You are currently subscribed to windbg as: unknown lmsubst
tag argument:
‘’
To unsubscribe send a blank email to xxxxx@lists.osr.com


You are currently subscribed to windbg as: unknown lmsubst
tag argument: ‘’
To unsubscribe send a blank email to xxxxx@lists.osr.com


You are currently subscribed to windbg as: xxxxx@sintefex.com
To unsubscribe send a blank email to xxxxx@lists.osr.com


You are currently subscribed to windbg as: xxxxx@seagate.com
To unsubscribe send a blank email to xxxxx@lists.osr.com

Beverly,

Please forgive my memory, I was recalling the .push_back failing in 2005.
Actually, this was several months ago…

The more I think about it, I believe the faulting library was built with an
older version of VS, and it was passing ‘bunk’ data. Thus, the vectors in
'05 are fine, however that is where I was seeing the failure.

I clearly remember the frustration, apparently the situation was so
traumatizing I suppressed the memory :-). Perhaps memory regression sessions
would help me recall the error/solution (and the little green men that
caused it).

If I can recall the details of what happened, I’ll post them.

m.

----- Original Message -----
From: “Brown, Beverly”
To: “Kernel Debugging Interest List”
Sent: Friday, July 28, 2006 8:33 AM
Subject: RE: Re:[windbg] parallel VS2005 and 2003

Living in kernel-mode most of the time, I hadn’t heard about the vector
bug. Can you point me to some info on it? I just started an example
applciation for interacting with my driver and I was planning to use
vectors in it. If there’s a bug I may need to rethink that.

Beverly

-----Original Message-----
From: xxxxx@lists.osr.com
[mailto:xxxxx@lists.osr.com] On Behalf Of matt
Sent: Friday, July 28, 2006 7:38 AM
To: Kernel Debugging Interest List
Subject: Re: Re:[windbg] parallel VS2005 and 2003

> I recall that MS actually recommended installing VS2005 alongside
> VS2003 including installing different MSDN libraries for each.
>

As buggy as '05 is, that’s kinda funny if it’s true.

> I have used both on the same machine for quite a while now. although
> actually porting projects to VS2005 doesn’t seem to take long and some

> things work better…

True, until you run into one of the numerous header bugs. Just loved
that Vector bug last month (yeah, it’s a well known bug, but I didn’t
know about it till it bite me)…

>
> Not sure these are supposed to be used for driver dev though? (Oh i
> guess some people use the IDE, but not the compiler).

I use to use VS for editing code, but for strange reasons now I prefer
SciTe. If you’ve never seen it, it’s like a souped-up notepad. It’s open
source, com compliant, and can parse about 30-40 different langs from c,
c++, vb, delphi, asp, php, perl, ect…
>
> Mike
>
> ----- Original Message -----
> From: Oleksiy Shatylo
> To: Kernel Debugging Interest List
> Sent: Friday, July 28, 2006 11:53 AM
> Subject: RE: [windbg] 6.6.7.5 - Unable to break execution. The process
does
> not contain any programs
>
>
> Hello Jeff,
>
> In my opinion parallel working different versions of Visual Studio
> must be supported by Microsoft. Otherwise how developer will be able
> to support different versions of software that are using different
> build environments from MS Visual Studio on single build computer.
>
> Of course, one solution is to use VMWare or MS Virtual PC on single
computer
> but consider how slow could be in this case build process on large
projects.
>
> Best regards,
> Oleksiy Shatylo
>
> > -----Original Message-----
> > From: xxxxx@lists.osr.com
> > [mailto:xxxxx@lists.osr.com] On Behalf Of
> > xxxxx@emc.com
> > Sent: Friday, July 28, 2006 12:32 PM
> > To: Kernel Debugging Interest List
> > Subject: RE: [windbg] 6.6.7.5 - Unable to break execution.
> > The process does not contain any programs
> >
> > Has installing multiple versions of VS ever been supported?
> > I know at one point it was a big no no.
> >
> > -Jeff
> >
> > -----Original Message-----
> > From: xxxxx@lists.osr.com
> > [mailto:xxxxx@lists.osr.com] On Behalf Of Voeller,
> > Dave
> > Sent: Thursday, July 27, 2006 5:55 PM
> > To: Kernel Debugging Interest List
> > Subject: RE: [windbg] 6.6.7.5 - Unable to break execution.
> > The process does not contain any programs
> >
> > I uninstalled VS2005 and that fixed the problem. This is just
> > another reason I’m waiting for the first VS2005 sp1 to continue
> > converting projects to VS2005.
> >
> > -Dave
> >
> > -----Original Message-----
> > From: xxxxx@lists.osr.com
> > [mailto:xxxxx@lists.osr.com] On Behalf Of Drew Bliss
> > Sent: Thursday, July 27, 2006 3:20 PM
> > To: Kernel Debugging Interest List
> > Subject: RE: [windbg] 6.6.7.5 - Unable to break execution.
> > The process does not contain any programs
> >
> > Ah, OK.
> >
> > -----Original Message-----
> > From: xxxxx@lists.osr.com
> > [mailto:xxxxx@lists.osr.com] On Behalf Of Voeller,
> > Dave
> > Sent: Thursday, July 27, 2006 1:15 PM
> > To: Kernel Debugging Interest List
> > Subject: RE: [windbg] 6.6.7.5 - Unable to break execution.
> > The process does not contain any programs
> >
> > No,
> >
> > I installed VS2005 to convert VS2003 projects to VS2005 projects.
> > VS2005 could be the culprit.
> >
> > Dave
> >
> > -----Original Message-----
> > From: xxxxx@lists.osr.com
> > [mailto:xxxxx@lists.osr.com] On Behalf Of Drew Bliss
> > Sent: Thursday, July 27, 2006 3:12 PM
> > To: Kernel Debugging Interest List
> > Subject: RE: [windbg] 6.6.7.5 - Unable to break execution.
> > The process does not contain any programs
> >
> > Still, if you didn’t have this problem prior to install
> > 6.6.07 and did have it after it seems like windbg is implicated
> > somehow. Was the install of windbg the only thing that changed
> > between working and not working states?
> >
> > -----Original Message-----
> > From: xxxxx@lists.osr.com
> > [mailto:xxxxx@lists.osr.com] On Behalf Of Voeller,
> > Dave
> > Sent: Thursday, July 27, 2006 1:04 PM
> > To: Kernel Debugging Interest List
> > Subject: RE: [windbg] 6.6.7.5 - Unable to break execution.
> > The process does not contain any programs
> >
> > Thanks Drew, that at least eliminates WinDbg as a possibility. I
> > installed it in the default locations.
> >
> > Dave
> >
> > -----Original Message-----
> > From: xxxxx@lists.osr.com
> > [mailto:xxxxx@lists.osr.com] On Behalf Of Drew Bliss
> > Sent: Thursday, July 27, 2006 2:53 PM
> > To: Kernel Debugging Interest List
> > Subject: RE: [windbg] 6.6.7.5 - Unable to break execution.
> > The process does not contain any programs
> >
> > Where did you install 6.6.07.5? Unless you installed it into
> > system32 I don’t know of a way for windbg to affect Visual Studio.
> > windbg setup does not modify any system settings nor system binaries

> > (unless you force it into the system directories).
> >
> > -----Original Message-----
> > From: xxxxx@lists.osr.com
> > [mailto:xxxxx@lists.osr.com] On Behalf Of David
> > Voeller
> > Sent: Thursday, July 27, 2006 12:41 PM
> > To: Kernel Debugging Interest List
> > Subject: [windbg] 6.6.7.5 - Unable to break execution. The process
> > does not contain any programs
> >
> > After I installed the latest WinDbg (6.6.7.5) I now get the message
> > “Unable to break execution. The process does not contain any
> > programs”
> > when I try to pause my large C++ program from within Visual Studio
> > 2003.
> > To complicate things, on this PC I also have Visual Studio
> > 2005 installed because I was trying to get VS2003 projects converted

> > to
> > VS2005 projects and ran into some intellisense bugs (VS2005 is
> > apparently pretty unstable as a whole).
> >
> > I’ve done some searching and there are a variety of posts from
> > people running into this same problem, different circumstances, but
> > no one has ever offered some insight into the problem and therefore
> > no fix.
> >
> > I’m guessing my best course of action is to reinstall VS2003 but I
> > don’t really want to do that and loose some of my customization.
> >
> > Does anyone have any insight into this problem or can offer a
> > suggestion (a helpful one).
> >
> > David Voeller
> >
> >
> >
> > —
> > You are currently subscribed to windbg as:
> > xxxxx@winse.microsoft.com To unsubscribe send a blank email to
> > xxxxx@lists.osr.com
> >
> >
> > —
> > You are currently subscribed to windbg as: unknown lmsubst tag
> > argument:
> > ‘’
> > To unsubscribe send a blank email to
> > xxxxx@lists.osr.com
> >
> > —
> > You are currently subscribed to windbg as: unknown lmsubst tag
> > argument:
> > ‘’
> > To unsubscribe send a blank email to
> > xxxxx@lists.osr.com
> >
> >
> > —
> > You are currently subscribed to windbg as: unknown lmsubst tag
> > argument:
> > ‘’
> > To unsubscribe send a blank email to
> > xxxxx@lists.osr.com
> >
> > —
> > You are currently subscribed to windbg as: unknown lmsubst tag
> > argument:
> > ‘’
> > To unsubscribe send a blank email to
> > xxxxx@lists.osr.com
> >
> >
> > —
> > You are currently subscribed to windbg as: unknown lmsubst tag
> > argument:
> > ‘’
> > To unsubscribe send a blank email to
> > xxxxx@lists.osr.com
> >
> > —
> > You are currently subscribed to windbg as: unknown lmsubst tag
> > argument:
> > ‘’
> > To unsubscribe send a blank email to
> > xxxxx@lists.osr.com
> >
> > —
> > You are currently subscribed to windbg as: unknown lmsubst tag
> > argument: ‘’
> > To unsubscribe send a blank email to
> > xxxxx@lists.osr.com
> >
>
>
> —
> You are currently subscribed to windbg as: xxxxx@sintefex.com To
> unsubscribe send a blank email to xxxxx@lists.osr.com
>
>
> —
> You are currently subscribed to windbg as: xxxxx@comcast.net To
> unsubscribe send a blank email to xxxxx@lists.osr.com


You are currently subscribed to windbg as: bbrown@mc.com To unsubscribe
send a blank email to xxxxx@lists.osr.com


You are currently subscribed to windbg as: unknown lmsubst tag argument: ‘’
To unsubscribe send a blank email to xxxxx@lists.osr.com
=