M
Matthias Tessmann
Hi all!
I hope this is the right group to ask, as I couldn't find
a group concerned with Visual Studio .NET only.
So here is the problem I constantly experience and I was
wondering if this is a Visual Studio bug and whether a workaround
to this exists (note, I don't use any of the managed stuff, i.e. I don't
use .NET but plain old C++ and Assembly):
Whenever I debug my code in VS and switch to assembly view (STRG-ALT-D),
step throug the assembler code line by line (doesn't matter if its my own or
the cl generated
assembly code), then hit "Stop Debugging", change something in the code and
debug again,
VS fails to recompile by telling me
LINK : fatal error LNK1201: error writing to program database
'InsertProjectNameAndDirectoryHere.pdb';
check for insufficient disk space, invalid path, or insufficient privilege
The only way that I can go on is by closing VS and re-opening, which
to put it this way, can be very annoying :-(
Also this only happens when debugging assembler code...if I step through C++
code
only everything works perfectly well.
I would be glad if anybody knows this problem and also knows if I can do
something
about it.
Thank you in advance for your replies.
Matthias
I hope this is the right group to ask, as I couldn't find
a group concerned with Visual Studio .NET only.
So here is the problem I constantly experience and I was
wondering if this is a Visual Studio bug and whether a workaround
to this exists (note, I don't use any of the managed stuff, i.e. I don't
use .NET but plain old C++ and Assembly):
Whenever I debug my code in VS and switch to assembly view (STRG-ALT-D),
step throug the assembler code line by line (doesn't matter if its my own or
the cl generated
assembly code), then hit "Stop Debugging", change something in the code and
debug again,
VS fails to recompile by telling me
LINK : fatal error LNK1201: error writing to program database
'InsertProjectNameAndDirectoryHere.pdb';
check for insufficient disk space, invalid path, or insufficient privilege
The only way that I can go on is by closing VS and re-opening, which
to put it this way, can be very annoying :-(
Also this only happens when debugging assembler code...if I step through C++
code
only everything works perfectly well.
I would be glad if anybody knows this problem and also knows if I can do
something
about it.
Thank you in advance for your replies.
Matthias