Click here to Skip to main content
15,797,606 members
Home / Discussions / C#
   

C#

 
AnswerRe: Windows Login Box Pin
Abhinav S10-Sep-12 18:35
Abhinav S10-Sep-12 18:35 
GeneralRe: Windows Login Box Pin
mamoony11-Sep-12 3:43
mamoony11-Sep-12 3:43 
QuestionWeb Service Stack trace .. Pin
UBX10-Sep-12 5:02
UBX10-Sep-12 5:02 
AnswerRe: Web Service Stack trace .. Pin
Dave Kreskowiak10-Sep-12 6:57
mveDave Kreskowiak10-Sep-12 6:57 
GeneralRe: Web Service Stack trace .. Pin
BobJanova11-Sep-12 1:23
BobJanova11-Sep-12 1:23 
GeneralRe: Web Service Stack trace .. Pin
Pete O'Hanlon11-Sep-12 1:36
subeditorPete O'Hanlon11-Sep-12 1:36 
GeneralRe: Web Service Stack trace .. Pin
BobJanova11-Sep-12 1:44
BobJanova11-Sep-12 1:44 
GeneralRe: Web Service Stack trace .. Pin
Pete O'Hanlon11-Sep-12 2:56
subeditorPete O'Hanlon11-Sep-12 2:56 
It's not release code if you use csc /debug. If you want to do the release build that you get with Visual Studio, just use csc.exe /optimize+ /debug:pdbonly. To just produce the release build without the pdb, just use csc.exe /optimize+.

*pre-emptive celebratory nipple tassle jiggle* - Sean Ewington

"Mind bleach! Send me mind bleach!" - Nagy Vilmos


CodeStash - Online Snippet Management | My blog | MoXAML PowerToys | Mole 2010 - debugging made easier

GeneralRe: Web Service Stack trace .. Pin
Dave Kreskowiak11-Sep-12 3:03
mveDave Kreskowiak11-Sep-12 3:03 
QuestionHelp File Authoring Pin
Bart10-Sep-12 4:07
Bart10-Sep-12 4:07 
AnswerRe: Help File Authoring Pin
Pete O'Hanlon10-Sep-12 4:13
subeditorPete O'Hanlon10-Sep-12 4:13 
GeneralRe: Help File Authoring Pin
Bart10-Sep-12 4:42
Bart10-Sep-12 4:42 
GeneralRe: Help File Authoring Pin
Pete O'Hanlon10-Sep-12 4:47
subeditorPete O'Hanlon10-Sep-12 4:47 
GeneralRe: Help File Authoring Pin
Bart10-Sep-12 4:57
Bart10-Sep-12 4:57 
GeneralRe: Help File Authoring Pin
Pete O'Hanlon10-Sep-12 5:05
subeditorPete O'Hanlon10-Sep-12 5:05 
AnswerRe: Help File Authoring Pin
Bernhard Hiller10-Sep-12 23:07
Bernhard Hiller10-Sep-12 23:07 
AnswerRe: Help File Authoring Pin
BobJanova11-Sep-12 1:26
BobJanova11-Sep-12 1:26 
QuestionSystem.AccessViolationException openfiledialog win7 Pin
Rahul Sabharwal10-Sep-12 2:29
Rahul Sabharwal10-Sep-12 2:29 
AnswerRe: System.AccessViolationException openfiledialog win7 Pin
Eddy Vluggen10-Sep-12 2:40
professionalEddy Vluggen10-Sep-12 2:40 
GeneralRe: System.AccessViolationException openfiledialog win7 Pin
Rahul Sabharwal10-Sep-12 2:47
Rahul Sabharwal10-Sep-12 2:47 
GeneralRe: System.AccessViolationException openfiledialog win7 Pin
Eddy Vluggen10-Sep-12 3:31
professionalEddy Vluggen10-Sep-12 3:31 
QuestionNamedPipeServerStream.GetAccessControl Pin
True_Posi10-Sep-12 1:10
True_Posi10-Sep-12 1:10 
AnswerRe: NamedPipeServerStream.GetAccessControl Pin
Eddy Vluggen10-Sep-12 2:43
professionalEddy Vluggen10-Sep-12 2:43 
GeneralRe: NamedPipeServerStream.GetAccessControl Pin
True_Posi10-Sep-12 3:25
True_Posi10-Sep-12 3:25 
GeneralRe: NamedPipeServerStream.GetAccessControl Pin
Eddy Vluggen10-Sep-12 3:42
professionalEddy Vluggen10-Sep-12 3:42 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.