Click here to Skip to main content
15,889,266 members
Home / Discussions / C#
   

C#

 
GeneralRe: how to cancle ALT+Ctrl+Delete Pin
PIEBALDconsult30-Nov-07 10:06
mvePIEBALDconsult30-Nov-07 10:06 
GeneralRe: how to cancle ALT+Ctrl+Delete Pin
Anthony Mushrow7-Dec-07 15:07
professionalAnthony Mushrow7-Dec-07 15:07 
Questioncomponent one flex grid issue Pin
Tauseef A29-Nov-07 19:53
Tauseef A29-Nov-07 19:53 
AnswerAnswer this... Pin
Sun Rays29-Nov-07 20:07
Sun Rays29-Nov-07 20:07 
QuestionRe: component one flex grid issue Pin
Tauseef A29-Nov-07 20:25
Tauseef A29-Nov-07 20:25 
Questionunknown Error...??? Pin
Ron.S29-Nov-07 19:40
Ron.S29-Nov-07 19:40 
AnswerRe: unknown Error...??? Pin
Vasudevan Deepak Kumar29-Nov-07 19:52
Vasudevan Deepak Kumar29-Nov-07 19:52 
QuestionWebservice text logging Pin
Navneet Hegde29-Nov-07 19:09
Navneet Hegde29-Nov-07 19:09 
Hi,
I am trying to use logging but it's giving th problem.
Please suggest whatr can be done.

    public void TraceLog(string strTraceLog)<br />
    {<br />
        try<br />
        {<br />
            TextWriterTraceListener objTraceListener = new                   TextWriterTraceListener(m_LogFilePath);<br />
            Trace.Listeners.Add(objTraceListener);<br />
            Trace.WriteLine(strTraceLog);<br />
            <br />
            Trace.Flush();<br />
            <br />
        }<br />
        catch (Exception ex)<br />
        {<br />
            throw ex;<br />
        }<br />
<br />
<br />
<br />
    }


why is this giving me error that other process is using it or cannot access closed file.

Thanks



Develop2Program & Program2Develop

QuestionHow to create and implement triggers in C#.NET Pin
D i x y29-Nov-07 18:52
D i x y29-Nov-07 18:52 
GeneralRe: How to create and implement triggers in C#.NET Pin
Paul Conrad8-Dec-07 5:36
professionalPaul Conrad8-Dec-07 5:36 
Questionthread question Pin
poqeqw29-Nov-07 18:24
poqeqw29-Nov-07 18:24 
AnswerRe: thread question Pin
Luc Pattyn30-Nov-07 1:02
sitebuilderLuc Pattyn30-Nov-07 1:02 
QuestionHow to create a login form Pin
Nitin Raj29-Nov-07 17:57
Nitin Raj29-Nov-07 17:57 
AnswerRe: How to create a login form Pin
Paul Conrad29-Nov-07 18:12
professionalPaul Conrad29-Nov-07 18:12 
Questionwriting to a text file Pin
Kyle Maldonado29-Nov-07 17:36
Kyle Maldonado29-Nov-07 17:36 
AnswerRe: writing to a text file Pin
PIEBALDconsult29-Nov-07 17:46
mvePIEBALDconsult29-Nov-07 17:46 
GeneralRe: writing to a text file Pin
Kyle Maldonado29-Nov-07 17:51
Kyle Maldonado29-Nov-07 17:51 
GeneralRe: writing to a text file Pin
Kyle Maldonado29-Nov-07 18:24
Kyle Maldonado29-Nov-07 18:24 
GeneralRe: writing to a text file Pin
gericooper29-Nov-07 20:19
gericooper29-Nov-07 20:19 
GeneralRe: writing to a text file Pin
Kyle Maldonado29-Nov-07 20:21
Kyle Maldonado29-Nov-07 20:21 
GeneralRe: writing to a text file Pin
gericooper29-Nov-07 20:32
gericooper29-Nov-07 20:32 
GeneralRe: writing to a text file Pin
Kyle Maldonado29-Nov-07 20:35
Kyle Maldonado29-Nov-07 20:35 
GeneralRe: writing to a text file Pin
PIEBALDconsult30-Nov-07 3:35
mvePIEBALDconsult30-Nov-07 3:35 
GeneralRe: writing to a text file Pin
Luc Pattyn30-Nov-07 1:08
sitebuilderLuc Pattyn30-Nov-07 1:08 
QuestionHow to have program respond to code created button Pin
Jordanwb29-Nov-07 15:13
Jordanwb29-Nov-07 15:13 

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.