Click here to Skip to main content
15,891,689 members
Home / Discussions / C#
   

C#

 
QuestionRe: Getting Microsoft.Web.Management.dll Pin
Eitan O5-Dec-08 1:12
Eitan O5-Dec-08 1:12 
AnswerRe: Getting Microsoft.Web.Management.dll Pin
Iwan Taljaard5-Dec-08 1:30
Iwan Taljaard5-Dec-08 1:30 
GeneralIIS Management [modified] Pin
Eitan O5-Dec-08 21:00
Eitan O5-Dec-08 21:00 
Questionhyperlink or verbs Pin
netJP12L4-Dec-08 10:04
netJP12L4-Dec-08 10:04 
AnswerRe: hyperlink or verbs Pin
Christian Graus4-Dec-08 11:31
protectorChristian Graus4-Dec-08 11:31 
GeneralRe: hyperlink or verbs Pin
netJP12L4-Dec-08 12:54
netJP12L4-Dec-08 12:54 
GeneralRe: hyperlink or verbs Pin
Christian Graus4-Dec-08 13:13
protectorChristian Graus4-Dec-08 13:13 
QuestionHow to send more than one parameter to constructor using initializeData attribute Pin
s196675m4-Dec-08 9:49
s196675m4-Dec-08 9:49 
Hi I have the following code

<br />
         <listeners><br />
             <add name="TestTrace" type="MyNameSpace.TestListener, TestListener, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null" traceOutputOptions="None" initializeData="MYlog.txt"><br />
             </add><br />
           <br />
         </listeners><br />
<br />


Whatever value I put in initializeData will be passed to the constructor of the specified listener.
My question is, How can I send more that one parameter in the constructor using initializeData. Suppose my second parameter is integer.

Thank you
AnswerRe: How to send more than one parameter to constructor using initializeData attribute Pin
Christian Graus4-Dec-08 11:32
protectorChristian Graus4-Dec-08 11:32 
Questiontimer problem Pin
nlowdon4-Dec-08 9:03
nlowdon4-Dec-08 9:03 
AnswerRe: timer problem Pin
Kristian Sixhøj4-Dec-08 9:15
Kristian Sixhøj4-Dec-08 9:15 
GeneralRe: timer problem Pin
Guffa4-Dec-08 20:38
Guffa4-Dec-08 20:38 
AnswerRe: timer problem Pin
Giorgi Dalakishvili4-Dec-08 9:16
mentorGiorgi Dalakishvili4-Dec-08 9:16 
AnswerRe: timer problem Pin
EliottA4-Dec-08 9:32
EliottA4-Dec-08 9:32 
GeneralRe: timer problem Pin
PIEBALDconsult4-Dec-08 17:35
mvePIEBALDconsult4-Dec-08 17:35 
AnswerRe: timer problem Pin
ricmil424-Dec-08 9:51
ricmil424-Dec-08 9:51 
GeneralRe: timer problem Pin
Dave Kreskowiak4-Dec-08 10:57
mveDave Kreskowiak4-Dec-08 10:57 
GeneralRe: timer problem Pin
Guffa4-Dec-08 20:40
Guffa4-Dec-08 20:40 
AnswerRe: timer problem Pin
_Maxxx_4-Dec-08 16:35
professional_Maxxx_4-Dec-08 16:35 
Questiondatatable.readxml problem Pin
Eli Nurman4-Dec-08 8:45
Eli Nurman4-Dec-08 8:45 
AnswerRe: datatable.readxml problem Pin
Andrew Rissing4-Dec-08 9:05
Andrew Rissing4-Dec-08 9:05 
GeneralRe: datatable.readxml problem Pin
Eli Nurman4-Dec-08 9:18
Eli Nurman4-Dec-08 9:18 
GeneralRe: datatable.readxml problem Pin
Andrew Rissing4-Dec-08 10:22
Andrew Rissing4-Dec-08 10:22 
QuestionReading files over network asynchronously Pin
CodingYoshi4-Dec-08 8:20
CodingYoshi4-Dec-08 8:20 
AnswerRe: Reading files over network asynchronously Pin
Le centriste4-Dec-08 8:36
Le centriste4-Dec-08 8:36 

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.