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

.NET (Core and Framework)

 
AnswerRe: where is Exactly used Delegate Pin
Elroy Dsilva22-Jul-08 0:54
Elroy Dsilva22-Jul-08 0:54 
AnswerRe: where is Exactly used Delegate Pin
Pete O'Hanlon22-Jul-08 1:35
mvePete O'Hanlon22-Jul-08 1:35 
AnswerRe: where is Exactly used Delegate Pin
Luc Pattyn22-Jul-08 2:48
sitebuilderLuc Pattyn22-Jul-08 2:48 
AnswerRe: where is Exactly used Delegate Pin
Bassam Saoud25-Jul-08 11:19
Bassam Saoud25-Jul-08 11:19 
AnswerRe: where is Exactly used Delegate Pin
Paul Conrad25-Jul-08 16:39
professionalPaul Conrad25-Jul-08 16:39 
AnswerRe: where is Exactly used Delegate Pin
#realJSOP26-Jul-08 0:58
professional#realJSOP26-Jul-08 0:58 
GeneralRe: where is Exactly used Delegate Pin
Paul Conrad27-Jul-08 13:36
professionalPaul Conrad27-Jul-08 13:36 
QuestionError making an entry to the event log [modified] Pin
Vipul Mehta21-Jul-08 20:01
Vipul Mehta21-Jul-08 20:01 
Hi,

For any exception occurred in my Share Point application, I make the exception message entry to the event log. When I run the share point application using the administrator account application, for any error the system successfully makes the exception message entry to the Event Log. But as soon as I run the application with a different user (a normal user on the machine), I get the below error.

In the registry HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Services\Eventlog\Application\EAA I have provided the full control permission for "EAA" custom event source to the local user with which I have signed in to the application but the below error still persists.

I am using Win 2003 Server OS on my dev box. Where do I need to make necessary permissions settings to the local users of the machine in order to encounter this issue?

Error Message

Cannot open log for source 'EAA. You may not have write access.

System.InvalidOperationException: Cannot open log for source 'EAA'. You may not have write access. ---> System.ComponentModel.Win32Exception: Access is denied
--- End of inner exception stack trace ---
at System.Diagnostics.EventLog.OpenForWrite(String currentMachineName)
at System.Diagnostics.EventLog.InternalWriteEvent(UInt32 eventID, UInt16 category, EventLogEntryType type, String[] strings, Byte[] rawData, String currentMachineName)
at System.Diagnostics.EventLog.WriteEntry(String message, EventLogEntryType type, Int32 eventID, Int16 category, Byte[] rawData)
at System.Diagnostics.EventLog.WriteEntry(String source, String message, EventLogEntryType type, Int32 eventID, Int16 category, Byte[] rawData)
at System.Diagnostics.EventLog.WriteEntry(String source, String message, EventLogEntryType type, Int32 eventID)
at ExternalAccountForm.FormCode.btnSubmit_Clicked(Object sender, ClickedEventArgs e) in C:\InfoPath\Forms\Test\FormCode.cs:line 392
at Microsoft.Office.InfoPath.Server.SolutionLifetime.ButtonEventHost.<>c__DisplayClass6.<>c__DisplayClassa.<add_Clicked>b__3()
at Microsoft.Office.InfoPath.Server.Util.DocumentReliability.InvokeBusinessLogic(Thunk thunk)
at Microsoft.Office.InfoPath.Server.SolutionLifetime.ButtonEventHost.<>c__DisplayClass6.<add_Clicked>b__2(Object sender, ClickedEventArgs e)
at Microsoft.Office.InfoPath.Server.SolutionLifetime.ButtonEventHost.FireClickedEvent(Object sender, ClickedEventArgs args)
at Microsoft.Office.InfoPath.Server.SolutionLifetime.ButtonFormCode.<>c__DisplayClass2.<>c__DisplayClass5.<Click>b__1()
at Microsoft.Office.InfoPath.Server.DocumentLifetime.OMExceptionManager.CallFormCodeWithExceptionHandling(UserMessages userMessages, OMCall d)

An entry has been added to the Windows event log of the server.
Log ID:5337

Regards,
Vipul Mehta

modified on Tuesday, July 22, 2008 2:18 AM

AnswerRe: Error making an entry to the event log Pin
leppie24-Jul-08 4:39
leppie24-Jul-08 4:39 
QuestionWorking with access through vb.net Pin
Steve R Adams20-Jul-08 9:20
Steve R Adams20-Jul-08 9:20 
QuestionRe: Working with access through vb.net Pin
Paul Conrad21-Jul-08 8:55
professionalPaul Conrad21-Jul-08 8:55 
Questionneed your help for my project..customizing application in vb.NET Pin
emmegor20-Jul-08 4:29
emmegor20-Jul-08 4:29 
AnswerRe: need your help for my project..customizing application in vb.NET Pin
Ashfield25-Jul-08 9:07
Ashfield25-Jul-08 9:07 
QuestionHttpWebRequest time out in multi-thread application Pin
miemie200818-Jul-08 17:37
miemie200818-Jul-08 17:37 
QuestionRe: HttpWebRequest time out in multi-thread application Pin
Mark Salsbery20-Jul-08 8:49
Mark Salsbery20-Jul-08 8:49 
Question.NET Application Debugging Tips Pin
Rob Caldecott18-Jul-08 4:06
Rob Caldecott18-Jul-08 4:06 
AnswerRe: .NET Application Debugging Tips Pin
led mike18-Jul-08 5:28
led mike18-Jul-08 5:28 
QuestionDisabling selection of CheckedListbox problem Pin
kensai18-Jul-08 1:06
kensai18-Jul-08 1:06 
AnswerRe: Disabling selection of CheckedListbox problem Pin
kensai18-Jul-08 1:43
kensai18-Jul-08 1:43 
QuestionWindows Service (.NET) and MFC Pin
xuesyuan17-Jul-08 10:50
xuesyuan17-Jul-08 10:50 
AnswerRe: Windows Service (.NET) and MFC Pin
Mark Salsbery17-Jul-08 11:10
Mark Salsbery17-Jul-08 11:10 
GeneralRe: Windows Service (.NET) and MFC Pin
xuesyuan17-Jul-08 12:03
xuesyuan17-Jul-08 12:03 
QuestionCRM3.0 Callout Pin
April Unni17-Jul-08 8:22
April Unni17-Jul-08 8:22 
AnswerCross Post Pin
Pete O'Hanlon17-Jul-08 10:59
mvePete O'Hanlon17-Jul-08 10:59 
GeneralRe: Cross Post PinPopular
led mike17-Jul-08 18:59
led mike17-Jul-08 18: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.