Click here to Skip to main content
15,918,889 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
QuestionSSL Signature Verification Pin
#realJSOP5-Oct-07 11:37
professional#realJSOP5-Oct-07 11:37 
QuestionAny issues????? Pin
Charith Jayasundara4-Oct-07 20:07
Charith Jayasundara4-Oct-07 20:07 
AnswerRe: Any issues????? Pin
Urs Enzler6-Oct-07 3:50
Urs Enzler6-Oct-07 3:50 
QuestionConditional Compiler Directives Pin
Vasudevan Deepak Kumar4-Oct-07 0:42
Vasudevan Deepak Kumar4-Oct-07 0:42 
AnswerRe: Conditional Compiler Directives Pin
Scott Dorman4-Oct-07 1:15
professionalScott Dorman4-Oct-07 1:15 
GeneralRe: Conditional Compiler Directives Pin
Vasudevan Deepak Kumar4-Oct-07 6:05
Vasudevan Deepak Kumar4-Oct-07 6:05 
GeneralRe: Conditional Compiler Directives Pin
Scott Dorman4-Oct-07 11:33
professionalScott Dorman4-Oct-07 11:33 
GeneralRe: Conditional Compiler Directives Pin
Luc Pattyn4-Oct-07 12:23
sitebuilderLuc Pattyn4-Oct-07 12:23 
Hi,

I have a similar approach, defining one symbol at the project level, then
adding the following at the start of interested files:

#if !NET11 && !NET20
#error "Missing version of .NET Framework (define one of NET11, NET20)"
#endif


BTW: I use two different symbols, not the #else part Scott suggested; when a third
version will be required, the code will fail unless reworked and not fall back silently
to one or the other.

Smile | :)

Luc Pattyn [Forum Guidelines] [My Articles]


this months tips:
- use PRE tags to preserve formatting when showing multi-line code snippets
- before you ask a question here, search CodeProject, then Google


GeneralRe: Conditional Compiler Directives Pin
Scott Dorman5-Oct-07 3:42
professionalScott Dorman5-Oct-07 3:42 
AnswerRe: Conditional Compiler Directives Pin
PIEBALDconsult4-Oct-07 4:24
mvePIEBALDconsult4-Oct-07 4:24 
GeneralRe: Conditional Compiler Directives Pin
Vasudevan Deepak Kumar4-Oct-07 6:06
Vasudevan Deepak Kumar4-Oct-07 6:06 
QuestionWCF not passing its Data Contract :( Pin
twista3-Oct-07 16:29
twista3-Oct-07 16:29 
QuestionTabPage (rant) Pin
PIEBALDconsult3-Oct-07 11:01
mvePIEBALDconsult3-Oct-07 11:01 
AnswerRe: TabPage (rant) Pin
Scott Dorman3-Oct-07 12:16
professionalScott Dorman3-Oct-07 12:16 
GeneralRe: TabPage (rant) Pin
PIEBALDconsult3-Oct-07 15:45
mvePIEBALDconsult3-Oct-07 15:45 
GeneralRe: TabPage (rant) Pin
Scott Dorman3-Oct-07 16:49
professionalScott Dorman3-Oct-07 16:49 
GeneralRe: TabPage (rant) Pin
PIEBALDconsult3-Oct-07 17:54
mvePIEBALDconsult3-Oct-07 17:54 
GeneralRe: TabPage (rant) Pin
Scott Dorman4-Oct-07 1:17
professionalScott Dorman4-Oct-07 1:17 
GeneralRe: TabPage (rant) Pin
PIEBALDconsult4-Oct-07 4:27
mvePIEBALDconsult4-Oct-07 4:27 
GeneralRe: TabPage (rant) Pin
PIEBALDconsult4-Oct-07 5:37
mvePIEBALDconsult4-Oct-07 5:37 
GeneralRe: TabPage (rant) Pin
PIEBALDconsult4-Oct-07 6:53
mvePIEBALDconsult4-Oct-07 6:53 
GeneralRe: TabPage (rant) Pin
Scott Dorman4-Oct-07 11:33
professionalScott Dorman4-Oct-07 11:33 
Questionwhat I need for .net 3.0 Pin
cignox11-Oct-07 23:58
cignox11-Oct-07 23:58 
AnswerRe: what I need for .net 3.0 Pin
Christian Graus2-Oct-07 0:20
protectorChristian Graus2-Oct-07 0:20 
GeneralRe: what I need for .net 3.0 Pin
cignox12-Oct-07 0:27
cignox12-Oct-07 0:27 

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.