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

.NET (Core and Framework)

 
Questionasp.net Pin
ranjithselvaraj21-Dec-08 23:07
ranjithselvaraj21-Dec-08 23:07 
AnswerRe: asp.net Pin
Pete O'Hanlon21-Dec-08 23:52
subeditorPete 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
mveChristian 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 
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 
well...I'm getting closer but I can't figure out how to get a "real" event ID for the security log.

for example,

Here is a sample event in C#:
EntryType SuccessAudit
EventID 0x00001210
Source "Microsoft-Windows-Security-Auditing"

now, I've figured out that the REAL event ID that the Vista Event API wants is -1342172656 or 0xB0001210, so the piece that I'm missing is the 0xB000???? path.

according to this http://msdn.microsoft.com/en-us/library/aa385646(VS.85).aspx it says that I'm suppose to shift the EntryType left by 30 but the EVENTLOG_AUDIT_SUCCESS is 8 so shifting it 30 bits slides it right off the DWORD.

Does anyone know how to turn a EventLogEntry into a Message DLL ID? I THINK it's all related that I can't figure out the facility and severity correct.

thank you for any help,

Gene
QuestionFXCOP CLSCompliant Pin
#realJSOP19-Dec-08 4:52
mva#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
mva#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
mva#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
mva#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
mva#realJSOP19-Dec-08 3:28 
AnswerRe: I Just Discovered FXCop Pin
Pete O'Hanlon19-Dec-08 3:49
subeditorPete O'Hanlon19-Dec-08 3:49 

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.