RE: denying access to code
From: Saurabh Nandu (SaurabhNandu_at_discussions.microsoft.com)
Date: 07/10/04
- Next message: Nicole Calinoiu: "Re: How do I automate "fully trusting an assembly" through a batch file?"
- Previous message: Joe Kaplan \(MVP - ADSI\): "Re: parsing PKCS#7 returnedy by ICertAdmin2::GetArchivedKey in .NET"
- In reply to: subT: "denying access to code"
- Next in thread: Alek Davis: "Re: denying access to code"
- Reply: Alek Davis: "Re: denying access to code"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Fri, 9 Jul 2004 22:06:03 -0700
Once you compile the application in *Release* mode, then the *.pdb file is not generated for the application. Hence the CLR Debugger will not display the source code lines.
The source code lines are only displayed when the application has been compiled in Debug mode.
-- Regards, Saurabh Nandu Master C#, the easy way... [ www.MasterCSharp.com ]
- Next message: Nicole Calinoiu: "Re: How do I automate "fully trusting an assembly" through a batch file?"
- Previous message: Joe Kaplan \(MVP - ADSI\): "Re: parsing PKCS#7 returnedy by ICertAdmin2::GetArchivedKey in .NET"
- In reply to: subT: "denying access to code"
- Next in thread: Alek Davis: "Re: denying access to code"
- Reply: Alek Davis: "Re: denying access to code"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|
Loading