|
dev
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Debugging managed code under windows 98Hi
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/microsoft.public.dotnet.framework/browse_thread/thread/910468a922b47a22/651f63bb5a06a567?lnk=st&q=debugging+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/details.aspx?FamilyID=9b3a2ca6-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: Show quote > 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. |
|||||||||||||||||||||||