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

.NET (Core and Framework)

 
QuestionCreating event log sources before writing to them Pin
Mohammed El-Afifi8-Jan-08 21:02
professionalMohammed El-Afifi8-Jan-08 21:02 
GeneralRe: Creating event log sources before writing to them Pin
Dave Kreskowiak9-Jan-08 4:36
mveDave Kreskowiak9-Jan-08 4:36 
QuestionVideo encoder library Pin
DenisSavenkov8-Jan-08 13:00
DenisSavenkov8-Jan-08 13:00 
GeneralRe: Video encoder library Pin
Paul Conrad26-Jan-08 7:23
professionalPaul Conrad26-Jan-08 7:23 
GeneralRe: Video encoder library Pin
DenisSavenkov26-Jan-08 9:50
DenisSavenkov26-Jan-08 9:50 
QuestionWebRequest or ??? Pin
#realJSOP8-Jan-08 8:49
professional#realJSOP8-Jan-08 8:49 
AnswerRe: WebRequest or ??? Pin
Patrick Etc.8-Jan-08 12:08
Patrick Etc.8-Jan-08 12:08 
Questionsource of the event log associated to a windows service Pin
Mohammed El-Afifi8-Jan-08 1:11
professionalMohammed El-Afifi8-Jan-08 1:11 
MSDN states the following for the ServiceBase.EventLog Property: "The constructor initializes the EventLog property to an instance with the EventLog.Source and EventLog.Log properties set. The source is the ServiceName of the service, and the log is the computer's Application log. These values are set automatically and cannot be changed for automatic logging of service commands."
Does this mean that the installer class(inheriting from System.Configuration.Install.Installer) associated to the service automatically creates the source for the event log of the service when the service is being installed by the tool installutil.exe? Or should I create this source manually in the installer class(by overriding an appropriate method of those of the System.Configuration.Install.Installer in my derived installer class)?
Appreciating your feedback. Thanks in advance!
GeneralRe: source of the event log associated to a windows service Pin
led mike8-Jan-08 6:47
led mike8-Jan-08 6:47 
AnswerQuickest/Best way to get lots of data into SQL/Acess etc... Pin
DrTip7-Jan-08 22:31
DrTip7-Jan-08 22:31 
GeneralRe: Quickest/Best way to get lots of data into SQL/Acess etc... Pin
Dave Kreskowiak10-Jan-08 8:53
mveDave Kreskowiak10-Jan-08 8:53 
GeneralRe: Quickest/Best way to get lots of data into SQL/Acess etc... Pin
DrTip10-Jan-08 10:04
DrTip10-Jan-08 10:04 
GeneralRe: Quickest/Best way to get lots of data into SQL/Acess etc... [modified] Pin
Dave Kreskowiak10-Jan-08 10:11
mveDave Kreskowiak10-Jan-08 10:11 
GeneralRunning .NET applications on Vista without admin privileges [modified] Pin
Patrick Etc.7-Jan-08 9:51
Patrick Etc.7-Jan-08 9:51 
GeneralRe: Running .NET applications on Vista without admin privileges Pin
Mark Salsbery7-Jan-08 10:25
Mark Salsbery7-Jan-08 10:25 
GeneralRe: Running .NET applications on Vista without admin privileges Pin
Patrick Etc.7-Jan-08 11:13
Patrick Etc.7-Jan-08 11:13 
GeneralRe: Running .NET applications on Vista without admin privileges Pin
Mike Dimmick7-Jan-08 11:17
Mike Dimmick7-Jan-08 11:17 
GeneralRe: Running .NET applications on Vista without admin privileges Pin
Patrick Etc.8-Jan-08 8:08
Patrick Etc.8-Jan-08 8:08 
QuestionUse of .Net 2.0 class in MSVS 2003 project Pin
boemie7-Jan-08 4:36
boemie7-Jan-08 4:36 
GeneralRe: Use of .Net 2.0 class in MSVS 2003 project Pin
Luc Pattyn7-Jan-08 6:44
sitebuilderLuc Pattyn7-Jan-08 6:44 
GeneralRe: Use of .Net 2.0 class in MSVS 2003 project Pin
boemie7-Jan-08 19:49
boemie7-Jan-08 19:49 
GeneralApplication/Configuration Data Pin
Dave Moor (the real one)7-Jan-08 4:21
Dave Moor (the real one)7-Jan-08 4:21 
GeneralRe: Application/Configuration Data Pin
Mark Salsbery7-Jan-08 9:38
Mark Salsbery7-Jan-08 9:38 
GeneralBackward Compatibility in Visual Studio .NET 2003 Pin
Ashraf Tirawi6-Jan-08 23:40
Ashraf Tirawi6-Jan-08 23:40 
QuestionHow to copy a reference type ? Pin
devboycpp6-Jan-08 21:15
devboycpp6-Jan-08 21:15 

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.