Debugger won't work with CLR programs

Debugger won't work with CLR programs

Post by Thomas Hanse » Thu, 31 Jan 2002 02:10:54



I had the following problem with the .NET de*:

When trying to debug a Common Language Runtime program I got an error about
the de* not being installed properly.  I got a similar error when i try
to attach the de* to a CLR process, but native processes debugged just
fine.  Really strange.

I tried to repair the entire Visual Studio installation: didn't help.

Then I repaired the .NET Framework installation: didn't help.

But then, after deinstalling the .NET Framework and reinstalling it things
now work fine again!

So if you are in a similar situation, this may help...

Any ideas on the cause of this problem?

Thanks,

Thomas Hansen
MetaLab

 
 
 

Debugger won't work with CLR programs

Post by Min Kwan Park[MSFT » Thu, 31 Jan 2002 09:04:49


sounds like that "mscordbi.dll" was not registered on your machine.
to verify this situation, check these things.
- you can debug native process with VS7
- you can't debug managed(clr) process with VS7.and it complain that
de* is not installed properly.
- you can't debug managed process with "cordbg.exe".
if all these are true, you get the problem from "mscordbi.dll". you need to
register it manually.

thanks
Min

--
This posting is provided "AS IS" with no warranties, and confers no rights.

Quote:> I had the following problem with the .NET de*:

> When trying to debug a Common Language Runtime program I got an error
about
> the de* not being installed properly.  I got a similar error when i
try
> to attach the de* to a CLR process, but native processes debugged
just
> fine.  Really strange.

> I tried to repair the entire Visual Studio installation: didn't help.

> Then I repaired the .NET Framework installation: didn't help.

> But then, after deinstalling the .NET Framework and reinstalling it things
> now work fine again!

> So if you are in a similar situation, this may help...

> Any ideas on the cause of this problem?

> Thanks,

> Thomas Hansen
> MetaLab