No announcements
Found 2917679 threads
-
0 Votes
Writing to EventLog in VB.NET
Hi, I am writing items to a custom event log in VB.NET. I have successfully created my custom EventMessages.dll and I have ...Answered | 3 Replies | 1704 Views | Created by Soundbomber - Tuesday, June 26, 2012 7:33 AM | Last reply by Soundbomber - Monday, July 2, 2012 7:54 AM -
1 Votes
Writing to EventLog in VB.NET
Hi, I am writing items to a custom event log in VB.NET. I have successfully created my custom EventMessages.dll and I have ...Answered | 13 Replies | 5127 Views | Created by Soundbomber - Monday, June 25, 2012 9:15 AM | Last reply by CrazyGhost_Von - Monday, July 2, 2012 8:39 AM -
0 Votes
Possible time zone error when retrieving posts from Windows Event Log
Hi, I have an eventlog problem I hope someone can help me with. I am using VB.NET in Visual Studio.NET 2003. I am looping through all events ...Unanswered | 0 Replies | 4345 Views | Created by Mortsdeh - Friday, November 24, 2006 9:14 AM | Last reply by Mortsdeh - Friday, November 24, 2006 9:14 AM -
0 Votes
Trouble Writing to EventLog
permission settings in the registry and made sure that ASP.NET has read and write permission to the EventLog ...Answered | 1 Replies | 3796 Views | Created by Josh_G - Friday, September 1, 2006 12:29 PM | Last reply by kbradl1 - Friday, September 1, 2006 1:42 PM -
0 Votes
Eventlog writing accout?
One of my webpart need to write error message to eventlog, I want to know which account is responsible for writing event log info ...Answered | 1 Replies | 5027 Views | Created by Jake Wardley - Wednesday, January 21, 2009 8:54 PM | Last reply by Guru Karnik - Thursday, January 22, 2009 3:43 AM -
0 Votes
Writing to Eventlog(remote) from a webservice
Hi, I'm trying to write to the Eventlog in a remote PC from a web service but I get the following ...Unanswered | 1 Replies | 5776 Views | Created by MdeA - Wednesday, March 22, 2006 9:47 PM | Last reply by Rudy A - Thursday, March 23, 2006 1:57 PM -
0 Votes
Issue in writing to Eventlog using SPDiagnosticsService.Local.WriteEvent method
.Local.WriteEvent method to write eventlog message. We have created Area and Category in central admin. Also same Area(as Logname) and Category(Source) was created ... -
0 Votes
Access denied when application writing to eventlog
Its not the application but the service which is running the connection pool as specified for your website/service. Look into that service, as specified in IIS, to determine if it ...Answered | 3 Replies | 16867 Views | Created by PABerg - Thursday, February 25, 2010 4:50 PM | Last reply by OmegaMan - Friday, February 26, 2010 3:19 PM -
0 Votes
Writing eventlog entry - How to specify UserName
I'm trying to write VB code to write entry in the eventlog but I want to specify the username info. None of the methods available in the ...Answered | 2 Replies | 3187 Views | Created by Lapiguy - Friday, April 3, 2009 4:24 PM | Last reply by LaGoderre - Friday, April 3, 2009 8:21 PM -
0 Votes
Writing entries to eventlog from asp.net!
solution to this that I've found is to manually create the event source on the web server with another program, and then use that same event source in the ASP.NET App ...Unanswered | 1 Replies | 3996 Views | Created by Frens - Friday, June 9, 2006 1:20 PM | Last reply by Nimrand - Friday, June 9, 2006 4:24 PM -
0 Votes
Using the EventLog Object in VB.NET
well the "old" Eventlog should be attached to the system for it being read, and you should be able to read it without problems, but if its not there or taken ...Answered | 4 Replies | 2712 Views | Created by mikestrutter - Wednesday, December 20, 2006 11:22 AM | Last reply by mikestrutter - Thursday, December 21, 2006 12:46 PM -
0 Votes
Writing into EventLog using a Windows service
Hi all. I am developing an VB.Net application (Ver 1.1 in VS.Net 2003). The Objective is to Log the ...Answered | 1 Replies | 4840 Views | Created by KingCobra - Wednesday, February 28, 2007 3:10 PM | Last reply by KingCobra - Monday, March 26, 2007 5:45 AM -
0 Votes
Writing to EventLog Error in custom application page
;WriteToEventLog: An Error has occurred while writing to the EventLog.", _ex.InnerException); & ...Unanswered | 3 Replies | 6266 Views | Created by Manish Handa - Wednesday, March 25, 2009 7:37 PM | Last reply by Brian-Farnhill - Wednesday, March 25, 2009 8:12 PM -
0 Votes
writing EventLog entries - how to specify User field?
Bummer. An unfortunate oversight. Hopefully a future .NET update will fix this. Meanwhile, I guess it's unmanaged code for us. We actually have C++ code that works, so it's not ...Answered | 3 Replies | 4549 Views | Created by Brad Smith - Wednesday, August 9, 2006 1:53 PM | Last reply by Brad Smith - Friday, August 11, 2006 7:01 PM -
0 Votes
.net VB Windows service writing to eventlog from other classes
(...) 'tried to access the eventlog object directly - no no End Try Return result 'returns true if connection was successfully established End ...Answered | 3 Replies | 1366 Views | Created by YankeeP - Monday, March 25, 2013 2:55 PM | Last reply by YankeeP - Tuesday, March 26, 2013 8:53 PM -
1 Votes
EventLogPermission and Writing EventLog to a Windows Vista
That's the $1,000,000 question. I haven't found a way, through normal installation solutions (not writing MS installs from scratch) to do this. Anyone?Answered | 9 Replies | 10608 Views | Created by SN Ngaihte - Friday, March 23, 2007 9:49 AM | Last reply by VSgrunt - Friday, April 25, 2008 10:10 PM -
1 Votes
Default Encoding for Writing rawData to EventLog using EventLog.WriteEntry
thanks andreas, i think i've got it now am learning some new technologies in the framework and sometimes they just confuse the hell outta me. i put that down ...Answered | 5 Replies | 3109 Views | Created by Matt Cope - Friday, September 23, 2011 11:18 AM | Last reply by Matt Cope - Wednesday, September 28, 2011 1:00 PM -
0 Votes
how to append the errors in eventlog
How to append the errors in eventlog? we have writeEntry method to add errors into ...Answered | 1 Replies | 2914 Views | Created by malgudidurai - Friday, September 21, 2007 10:20 AM | Last reply by nobugz - Friday, September 21, 2007 10:45 AM -
0 Votes
EventLog
Can you provide sample code from creating your event log, writing and deleting entries? Tomi Airaksinen - MCPD [Remember to click "mark as answered" when you get a correct ...Answered | 3 Replies | 3069 Views | Created by Mattaniah - Thursday, December 18, 2008 7:52 PM | Last reply by Mattaniah - Friday, December 19, 2008 11:23 AM - Items 1 to 20 of 2917679 Next ›
No announcements