Click here to Skip to main content
15,905,322 members
Home / Discussions / C#
   

C#

 
AnswerRe: Help for developing search engine .net Pin
Vikram A Punathambekar4-Jul-07 21:38
Vikram A Punathambekar4-Jul-07 21:38 
GeneralRe: Help for developing search engine .net Pin
rparsi4-Jul-07 21:50
rparsi4-Jul-07 21:50 
GeneralRe: Help for developing search engine .net Pin
originSH4-Jul-07 22:39
originSH4-Jul-07 22:39 
AnswerRe: Help for developing search engine .net Pin
originSH4-Jul-07 22:38
originSH4-Jul-07 22:38 
GeneralRe: Help for developing search engine .net Pin
ganti.r5-Jul-07 0:27
ganti.r5-Jul-07 0:27 
AnswerRe: Help for developing search engine .net Pin
NormDroid4-Oct-07 2:24
professionalNormDroid4-Oct-07 2:24 
QuestionHow to use the logging application block in Enterprise Library 3.0 , to log into a flat file Pin
rameshbhojan4-Jul-07 20:57
rameshbhojan4-Jul-07 20:57 
AnswerRe: How to use the logging application block in Enterprise Library 3.0 , to log into a flat file Pin
ganti.r5-Jul-07 0:49
ganti.r5-Jul-07 0:49 
I am not sure you are using the application block ui. In the UI its pretty straight forward.
Go to:
Application Configuration-> Logging Application Block -> Trace Listeners
In there add a new Flat File TraceListener.
It give a file name option.

The XML will look something like below:
<listeners> <add filename="trace.log" header="----------------------------------------"
="" footer="----------------------------------------" formatter="" listenerdatatype="Microsoft.Practices.EnterpriseLibrary.Logging.Configuration.FlatFileTraceListenerData, Microsoft.Practices.EnterpriseLibrary.Logging, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null" traceoutputoptions="None" type="Microsoft.Practices.EnterpriseLibrary.Logging.TraceListeners.FlatFileTraceListener, Microsoft.Practices.EnterpriseLibrary.Logging, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null" name="FlatFile TraceListener">
<add source="Enterprise Library Logging" formatter="Text Formatter"
="" log="Application" machinename="" listenerdatatype="Microsoft.Practices.EnterpriseLibrary.Logging.Configuration.FormattedEventLogTraceListenerData, Microsoft.Practices.EnterpriseLibrary.Logging, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null" traceoutputoptions="None" type="Microsoft.Practices.EnterpriseLibrary.Logging.TraceListeners.FormattedEventLogTraceListener, Microsoft.Practices.EnterpriseLibrary.Logging, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null" name="Formatted EventLog TraceListener">


rAm
i Think, i Wait, i Fast -- Siddartha

QuestionHow to upload & Display Image in Desktop application Pin
mr_shoaib4-Jul-07 20:56
mr_shoaib4-Jul-07 20:56 
Question[Solved] Is it possible to force columntype in the datagridview, for a given object property, when using databinding? [modified] Pin
Larantz4-Jul-07 20:44
Larantz4-Jul-07 20:44 
Questionwant to make an uninstaller Pin
devesh_code4-Jul-07 20:18
devesh_code4-Jul-07 20:18 
AnswerRe: want to make an uninstaller Pin
Vikram A Punathambekar4-Jul-07 21:00
Vikram A Punathambekar4-Jul-07 21:00 
GeneralRe: want to make an uninstaller Pin
devesh_code4-Jul-07 21:13
devesh_code4-Jul-07 21:13 
GeneralRe: want to make an uninstaller Pin
Vikram A Punathambekar4-Jul-07 21:35
Vikram A Punathambekar4-Jul-07 21:35 
GeneralRe: want to make an uninstaller Pin
devesh_code4-Jul-07 21:56
devesh_code4-Jul-07 21:56 
GeneralRe: want to make an uninstaller Pin
Iftekhar Naim5-Jul-07 8:52
Iftekhar Naim5-Jul-07 8:52 
GeneralRe: want to make an uninstaller Pin
devesh_code5-Jul-07 19:24
devesh_code5-Jul-07 19:24 
GeneralRe: want to make an uninstaller Pin
Iftekhar Naim5-Jul-07 19:39
Iftekhar Naim5-Jul-07 19:39 
GeneralRe: want to make an uninstaller Pin
devesh_code5-Jul-07 19:49
devesh_code5-Jul-07 19:49 
GeneralRe: want to make an uninstaller Pin
Iftekhar Naim5-Jul-07 22:31
Iftekhar Naim5-Jul-07 22:31 
Questionupdate datatable with adapter.update() Pin
hamid_m4-Jul-07 20:10
hamid_m4-Jul-07 20:10 
AnswerRe: update datatable with adapter.update() Pin
RepliCrux4-Jul-07 20:48
RepliCrux4-Jul-07 20:48 
GeneralRe: update datatable with adapter.update() Pin
hamid_m4-Jul-07 21:02
hamid_m4-Jul-07 21:02 
Questionproblm wth tab control Pin
accessred4-Jul-07 19:21
accessred4-Jul-07 19:21 
AnswerRe: problm wth tab control Pin
Martin#4-Jul-07 20:02
Martin#4-Jul-07 20:02 

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.