From: Lee on
Get this error:
---------------------------
Microsoft Visual Studio
---------------------------
Error while trying to run project: Unable to start debugging.



A debugger dll, msdbg2.dll, is not correctly installed. Please repair
your Visual Studio installation via 'Add or Remove Programs' in control
panel.

If the problem persists, you can manually register msdbg2.dll from the
command prompt with 'regsvr32 "%CommonProgramFiles%\Microsoft Shared
\VS7Debug\msdbg.dll"'.
---------------------------
OK
---------------------------
Have reinstalled 3 times and manually registered DLL but same error every
time trying to run debug within the IDE.

Any solutions?
From: Rick Rothstein (MVP - VB) on
Almost everybody in this newsgroup is using VB6 or lower. While you may get
a stray answer to VB.NET (including VB2003, VB2005 and VB Express which have
dropped .NET from their names) questions here, you should ask them in
newsgroups devoted exclusively to .NET programming (the languages are
different enough to warrant separate newsgroup support). Look for newsgroups
with either the word "dotnet" or "vsnet" in their name.

For the microsoft news server, try these newsgroups for Visual Basic .NET
related questions...

microsoft.public.dotnet.languages.vb
microsoft.public.dotnet.languages.vb.upgrade
microsoft.public.dotnet.languages.vb.controls
microsoft.public.dotnet.languages.vb.data

And these for more general .NET questions

microsoft.public.dotnet.general
microsoft.public.vsnet.general

Note: There are many other .NET newgroups (use the first three "fields" from
the last two as templates when searching for them), but the above ones
should get you started.

Rick




"Lee" <youremail(a)here.org> wrote in message
news:Xns98359F2721104rlpope2atyahoocom(a)63.218.45.254...
> Get this error:
> ---------------------------
> Microsoft Visual Studio
> ---------------------------
> Error while trying to run project: Unable to start debugging.
>
>
>
> A debugger dll, msdbg2.dll, is not correctly installed. Please repair
> your Visual Studio installation via 'Add or Remove Programs' in control
> panel.
>
> If the problem persists, you can manually register msdbg2.dll from the
> command prompt with 'regsvr32 "%CommonProgramFiles%\Microsoft Shared
> \VS7Debug\msdbg.dll"'.
> ---------------------------
> OK
> ---------------------------
> Have reinstalled 3 times and manually registered DLL but same error every
> time trying to run debug within the IDE.
>
> Any solutions?