Prev: How to change BindingSource ConnectString at runtime
Next: Solved : Re: Urgent HELP needed..... After installing, app crashes
From: mp on 16 May 2010 23:59 I'm taking the elearning course 3357, Monitoring and debugging applications in the microsoft .net framework 2.0 it says: To debug an application, run the Microsoft CLR Debugger. The Microsoft CLR Debugger is one of the applications that is installed when you install Visual Studio 2005. It is part of the Visual Studio 2005 Software Development Kit (SDK). since i'm using express version I don't see the sdk folder on my system that the instructions claim to be there.... can anyone confirm the sdk is not available with the express version? thanks mark
From: Cor Ligthert[MVP] on 17 May 2010 02:45 http://www.microsoft.com/downloads/details.aspx?FamilyID=47305cf4-2bea-43c0-91cd-1b853602dcc5&displaylang=en Because you use SQL Express I assume you want the 2010 version the other ones are also easy to download "mp" <nospam(a)Thanks.com> wrote in message news:ufEbSVX9KHA.5808(a)TK2MSFTNGP02.phx.gbl... > I'm taking the elearning course 3357, Monitoring and debugging > applications in the microsoft .net framework 2.0 > > it says: > > To debug an application, run the Microsoft CLR Debugger. > > The Microsoft CLR Debugger is one of the applications that is installed > when you install Visual Studio 2005. It is part of the Visual Studio 2005 > Software Development Kit (SDK). > > since i'm using express version I don't see the sdk folder on my system > that the instructions claim to be there.... > > can anyone confirm the sdk is not available with the express version? > > thanks > > mark > > > >
From: mp on 17 May 2010 17:28
Thanks Cor, I didn't realize they were separate dls...duh! I should have searched :-) do you use the debugger listed? Is that the 'real' way to debug? I've always just printed out my own debug log writing to a log file at various points of interest in the program, so i can see what's going on at run time. thanks mark "Cor Ligthert[MVP]" <Notmyfirstname(a)planet.nl> wrote in message news:%231uCZyY9KHA.3592(a)TK2MSFTNGP05.phx.gbl... > http://www.microsoft.com/downloads/details.aspx?FamilyID=47305cf4-2bea-43c0-91cd-1b853602dcc5&displaylang=en > > Because you use SQL Express I assume you want the 2010 version the other > ones are also easy to download > > "mp" <nospam(a)Thanks.com> wrote in message > news:ufEbSVX9KHA.5808(a)TK2MSFTNGP02.phx.gbl... >> I'm taking the elearning course 3357, Monitoring and debugging >> applications in the microsoft .net framework 2.0 >> >> it says: >> >> To debug an application, run the Microsoft CLR Debugger. >> >> The Microsoft CLR Debugger is one of the applications that is installed >> when you install Visual Studio 2005. It is part of the Visual Studio 2005 >> Software Development Kit (SDK). >> >> since i'm using express version I don't see the sdk folder on my system >> that the instructions claim to be there.... >> >> can anyone confirm the sdk is not available with the express version? >> >> thanks >> >> mark >> >> >> >> |