Debugging managed code under windows 98

  • Thread starter Thread starter adi
  • Start date Start date
A

adi

Hi

I have this application that bevahes strange under some circumstances
when running under Windows 98.
I'm using v1.1 of the framework and my app is a standard Windows Forms
app.

Is there a way/tool to debug my app under windows 98?
If so, what is the best way?

Any idea higly appreciated.
Thanks.
Adi.
 
Found my answer here:

http://groups.google.ro/group/micro...+windows+98+sdk&rnum=2&hl=ro#651f63bb5a06a567

it worked for me.

I downloaded the sdk; you may find it here:
http://www.microsoft.com/downloads/...a6-3647-4070-9f41-a333c6b9181d&DisplayLang=en

then I unpacked it on Windows 98 machine; then run the msi file.
I got some (minor) errors when installing, but in the end I managed to
debug my app.
PS: after installing the SDK, you may find the debugger in the
following location:

C:\Program Files\Microsoft Visual Studio .NET
2003\SDK\V1.1\GuiDebug\DbgCLR.exe


adi a scris:
 
Back
Top