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

.NET (Core and Framework)

 
AnswerRe: asp.net Pin
Pete O'Hanlon21-Dec-08 23:52
mvePete O'Hanlon21-Dec-08 23:52 
QuestionHow many people have NET Framework 2.0 (or later) installed? Pin
Mika Larramo21-Dec-08 13:44
Mika Larramo21-Dec-08 13:44 
AnswerRe: How many people have NET Framework 2.0 (or later) installed? Pin
Christian Graus21-Dec-08 16:25
protectorChristian Graus21-Dec-08 16:25 
GeneralRe: How many people have NET Framework 2.0 (or later) installed? Pin
Mika Larramo3-Jan-09 15:42
Mika Larramo3-Jan-09 15:42 
AnswerRe: How many people have NET Framework 2.0 (or later) installed? Pin
Thomas Stockwell22-Dec-08 6:20
professionalThomas Stockwell22-Dec-08 6:20 
GeneralRe: How many people have NET Framework 2.0 (or later) installed? Pin
Mika Larramo3-Jan-09 15:47
Mika Larramo3-Jan-09 15:47 
QuestionReading the security log in Vista Pin
ByStorm Software21-Dec-08 12:12
ByStorm Software21-Dec-08 12:12 
AnswerRe: Reading the security log in Vista Pin
Graham Bradshaw21-Dec-08 12:35
Graham Bradshaw21-Dec-08 12:35 
Can you read other logs? Application, System, DNS, FRS etc?

There isn't an API (in the Win32 SDK function sense) to read the text details from the event logs. Your C++ code is probably reading the MessageFile setting from the appropriate place in the registry, and doing a Loadlibrary / FormatMessage dance.

That won't work on Vista / 2K8. The message DLLs are referenced in a different way (look at HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\WINEVT\Publishers). If the .NET framework only uses the "old" way, you'll have to roll your own.
GeneralRe: Reading the security log in Vista Pin
ByStorm Software21-Dec-08 12:48
ByStorm Software21-Dec-08 12:48 
GeneralRe: Reading the security log in Vista Pin
ByStorm Software21-Dec-08 14:32
ByStorm Software21-Dec-08 14:32 
GeneralRe: Reading the security log in Vista Pin
ByStorm Software22-Dec-08 16:58
ByStorm Software22-Dec-08 16:58 
QuestionFXCOP CLSCompliant Pin
#realJSOP19-Dec-08 4:52
professional#realJSOP19-Dec-08 4:52 
AnswerRe: FXCOP CLSCompliant Pin
Lev Danielyan19-Dec-08 5:15
Lev Danielyan19-Dec-08 5:15 
GeneralRe: FXCOP CLSCompliant Pin
#realJSOP19-Dec-08 5:25
professional#realJSOP19-Dec-08 5:25 
GeneralRe: FXCOP CLSCompliant Pin
Lev Danielyan19-Dec-08 5:34
Lev Danielyan19-Dec-08 5:34 
GeneralRe: FXCOP CLSCompliant Pin
#realJSOP19-Dec-08 5:41
professional#realJSOP19-Dec-08 5:41 
GeneralRe: FXCOP CLSCompliant Pin
Lev Danielyan19-Dec-08 5:42
Lev Danielyan19-Dec-08 5:42 
GeneralRe: FXCOP CLSCompliant Pin
Lev Danielyan19-Dec-08 5:49
Lev Danielyan19-Dec-08 5:49 
AnswerRe: FXCOP CLSCompliant Pin
Joe DiNatale19-Dec-08 5:37
Joe DiNatale19-Dec-08 5:37 
GeneralRe: FXCOP CLSCompliant Pin
Lev Danielyan19-Dec-08 5:41
Lev Danielyan19-Dec-08 5:41 
GeneralRe: FXCOP CLSCompliant Pin
#realJSOP19-Dec-08 5:42
professional#realJSOP19-Dec-08 5:42 
GeneralRe: FXCOP CLSCompliant Pin
Lev Danielyan19-Dec-08 5:45
Lev Danielyan19-Dec-08 5:45 
QuestionI Just Discovered FXCop Pin
#realJSOP19-Dec-08 3:28
professional#realJSOP19-Dec-08 3:28 
AnswerRe: I Just Discovered FXCop Pin
Pete O'Hanlon19-Dec-08 3:49
mvePete O'Hanlon19-Dec-08 3:49 
GeneralRe: I Just Discovered FXCop Pin
#realJSOP19-Dec-08 4:59
professional#realJSOP19-Dec-08 4:59 

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.