Click here to Skip to main content
15,917,618 members
Home / Discussions / C#
   

C#

 
GeneralRe: windows service Pin
wurzel_cidermaker14-Jul-08 22:45
wurzel_cidermaker14-Jul-08 22:45 
GeneralRe: windows service Pin
arkiboys15-Jul-08 3:14
arkiboys15-Jul-08 3:14 
GeneralRe: windows service Pin
leppie15-Jul-08 3:16
leppie15-Jul-08 3:16 
Questionsaving into database Pin
Metik14-Jul-08 21:36
Metik14-Jul-08 21:36 
AnswerRe: saving into database Pin
leppie14-Jul-08 22:28
leppie14-Jul-08 22:28 
AnswerRe: saving into database Pin
Rupesh Kumar Swami14-Jul-08 22:28
Rupesh Kumar Swami14-Jul-08 22:28 
QuestionHow to set batch file argument in "Execute Process Task" (SSIS Packages) Pin
Chintan.Desai14-Jul-08 21:27
Chintan.Desai14-Jul-08 21:27 
AnswerRe: How to set batch file argument in "Execute Process Task" (SSIS Packages) Pin
leppie14-Jul-08 22:29
leppie14-Jul-08 22:29 
GeneralRe: How to set batch file argument in "Execute Process Task" (SSIS Packages) [modified] Pin
Chintan.Desai14-Jul-08 23:07
Chintan.Desai14-Jul-08 23:07 
QuestionORA-00936:mising expression Pin
varun_mca_ju14-Jul-08 21:20
varun_mca_ju14-Jul-08 21:20 
QuestionCrystal Report Help Pin
Saiyed Alam14-Jul-08 20:59
Saiyed Alam14-Jul-08 20:59 
Questionerror monitoring thread status Pin
George_George14-Jul-08 20:58
George_George14-Jul-08 20:58 
QuestionException in EventLog.WriteEntry Pin
George_George14-Jul-08 20:45
George_George14-Jul-08 20:45 
AnswerRe: Exception in EventLog.WriteEntry Pin
N a v a n e e t h14-Jul-08 21:25
N a v a n e e t h14-Jul-08 21:25 
GeneralRe: Exception in EventLog.WriteEntry Pin
George_George14-Jul-08 22:13
George_George14-Jul-08 22:13 
AnswerRe: Exception in EventLog.WriteEntry Pin
S. Senthil Kumar15-Jul-08 9:12
S. Senthil Kumar15-Jul-08 9:12 
GeneralRe: Exception in EventLog.WriteEntry Pin
George_George15-Jul-08 22:00
George_George15-Jul-08 22:00 
QuestionException : File used by Another Process Pin
wasimsharp14-Jul-08 20:37
wasimsharp14-Jul-08 20:37 
Hi friend i have some problem
I have code
if (!File.Exists(path))<br />
     {<br />
         File.Create(path);<br />
         <br />
     }<br />
     StreamWriter objWriter = new StreamWriter(path, true);

if File does not exist then it Create the File but just after creation when the Stream writer object is created it throw exception that the File is used by another Process how i can overcome this problem

wasim khan

AnswerRe: Exception : File used by Another Process Pin
stancrm14-Jul-08 20:52
stancrm14-Jul-08 20:52 
GeneralRe: Exception : File used by Another Process Pin
wasimsharp14-Jul-08 21:00
wasimsharp14-Jul-08 21:00 
QuestionClipboard "paste" event, and from where did it copied from. Pin
Green Fuze14-Jul-08 19:57
Green Fuze14-Jul-08 19:57 
QuestionHow to make 30 days trial Pin
D i x y14-Jul-08 19:53
D i x y14-Jul-08 19:53 
AnswerRe: How to make 30 days trial Pin
Rupesh Kumar Swami14-Jul-08 20:34
Rupesh Kumar Swami14-Jul-08 20:34 
AnswerRe: How to make 30 days trial Pin
Thomas Stockwell15-Jul-08 8:36
professionalThomas Stockwell15-Jul-08 8:36 
QuestionHow to get printed document name using Printer Job Language (PJL) in C# Pin
$unil Dhiman14-Jul-08 19:44
$unil Dhiman14-Jul-08 19:44 

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.