Click here to Skip to main content
15,894,546 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
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 
Hello all, I have some wierdness.

using the very simple code below:

EventLog el = new EventLog("Security");
foreach (EventLogEntry elr in el.Entries)
{
Trace.WriteLine(elr.Message);
}

results with the following message:

The description for Event ID '4647' in Source 'Microsoft-Windows-Security-Auditing' cannot be found. The local computer may not have the necessary registry information or message DLL files to display the message, or you may not have permission to access them. The following information is part of the event:'S-1-5-21-51003140-4199384537-3980697693-500', 'Administrator', '26L2233A1-06', '0x86377'

As far as I can tell, it's like the .net framework can't find the source dll to resolve the message. I pulled out some old C++ code that did some event log processing and ran it on the same machine and sure enough I couldn't find the message DLL.

I know that Microsoft changed the event log API in vista/2008 but I thought the new API was backwards compatible.

Backwards compatible or not, I need to be able to read the security log on vista/2008.

Any ideas?

thanks,

Gene
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 
QuestionFXCOP CLSCompliant Pin
#realJSOP19-Dec-08 4:52
mve#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
mve#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
mve#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
mve#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
mve#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 

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.