Well, http://www.codeplex.com/NetMassDownloader does indeed work
beautifully. Much more convenient than the one file at a time imposed
on us ...
Sébastien
On 3/26/08, Sébastien Lorion <[EMAIL PROTECTED]> wrote:
> As I suspected, getting an answer on the mentionned forum is a throw
> of dices ...
As I suspected, getting an answer on the mentionned forum is a throw
of dices ... Meanwhile, I found that
http://www.codeplex.com/NetMassDownloader which seems interesting.
When I get around to try that, I will let everyone knows if it works
as I hope it does. Why are simple things never quite so s
> I followed to the letter the instructions at
> http://blogs.msdn.com/sburke/archive/2008/01/16/configuring-visual-
> studio-to-debug-net-framework-source-code.aspx
> with VS 2008.
>
> Loading symbols works fine if I run VS with admin privileges, but I
> get the Open File dialog if I run it with
I do have the RTM version as mentionned previously. Thank you for
trying to point me in good directions, I thought I would try here
first before posting on the forums.
Sébastien
On 3/25/08, Peter Ritchie
<[EMAIL PROTECTED]> wrote:
> There's mention of a similar problem here:
> http://forums.micr
There's mention of a similar problem here:
http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=2698390&SiteID=1
The problem was the framework wasn't the RTM version.
You might try asking on the Reference Source Server Discussion forum [1],
Shawn Burke seems to be reading that forum.
[1] http:/
I did both things you mention. Nothing useful out of that. I am simply
trying to debug mscorlib with a hello world program, nothing fancy
here.
Content of output window:
'ConsoleApplication1.vshost.exe' (Managed): Loaded
'C:\WINDOWS\assembly\GAC_32\mscorlib\2.0.0.0__b77a5c561934e089\mscorlib.dll'
Try also enabling "Print source server diagnostic messages to the Output
window" (under "Enable source server support" in
Tools/Options/Debug/General) to see if it outputs anything useful in this
circumstance.
===
This list is hosted by DevelopMentor® http://www.de
Did you read the section of Shawn Burke's post titled "When I choose "Load
Symbols" I get an Open File dialog asking for the PDB." (in the FAQ)?
What DLL are you trying to load symbols for?
On Tue, 25 Mar 2008 14:06:35 -0400, =?ISO-8859-1?Q?S=E9bastien_Lorion?=
<[EMAIL PROTECTED]> wrote:
>I foll
I forgot to mention, I am using Windows Server 2003 R2 SP2 and got
.NET 3.5 RTM (I checked I have the good build). This a fresh Windows
install, so no old version of VS 2008 conflict here.
Sébastien
On 3/25/08, Sébastien Lorion <[EMAIL PROTECTED]> wrote:
> I followed to the letter the instruction