Click here to Skip to main content
15,900,973 members
Home / Discussions / C#
   

C#

 
Questionhow to transfer file from computer to terminal (windows-mobile) Through FTP Pin
goldsoft9-Aug-11 23:12
goldsoft9-Aug-11 23:12 
AnswerRe: how to transfer file from computer to terminal (windows-mobile) Through FTP Pin
Pravin Patil, Mumbai10-Aug-11 3:11
Pravin Patil, Mumbai10-Aug-11 3:11 
QuestionPayment gateway Integration into my website Pin
srikanthpoolla9-Aug-11 22:04
srikanthpoolla9-Aug-11 22:04 
AnswerRe: Payment gateway Integration into my website Pin
Richard MacCutchan9-Aug-11 23:24
mveRichard MacCutchan9-Aug-11 23:24 
AnswerRe: Payment gateway Integration into my website Pin
Pravin Patil, Mumbai10-Aug-11 0:47
Pravin Patil, Mumbai10-Aug-11 0:47 
Questionfile in use error Pin
goldsoft9-Aug-11 21:18
goldsoft9-Aug-11 21:18 
AnswerRe: file in use error Pin
OriginalGriff9-Aug-11 21:30
mveOriginalGriff9-Aug-11 21:30 
AnswerRe: file in use error Pin
Thomas R. Wolfe10-Aug-11 2:20
Thomas R. Wolfe10-Aug-11 2:20 
Assuming you've copied the file, are you sure it's being copied synchronously and the operation completed?

If you're using some sort of stream writer to write the data into the new file, you need to make sure the stream has been flushed/closed/disposed.

As for disposal, the same goes for any other instances you've created that implement IDisposable. If you can (if they're not used further down the line), make sure that they are disposed (with a using statement or calling the Dispose method).
GeneralRe: file in use error Pin
OriginalGriff10-Aug-11 2:22
mveOriginalGriff10-Aug-11 2:22 
JokeRe: file in use error Pin
MicroVirus10-Aug-11 3:16
MicroVirus10-Aug-11 3:16 
GeneralRe: file in use error Pin
OriginalGriff10-Aug-11 3:34
mveOriginalGriff10-Aug-11 3:34 
QuestionSingle instance of a C# libraray across different processes Pin
Member 44129169-Aug-11 20:53
Member 44129169-Aug-11 20:53 
AnswerRe: Single instance of a C# libraray across different processes Pin
Shameel9-Aug-11 22:06
professionalShameel9-Aug-11 22:06 
GeneralRe: Single instance of a C# libraray across different processes Pin
Member 44129169-Aug-11 23:55
Member 44129169-Aug-11 23:55 
AnswerRe: Single instance of a C# libraray across different processes Pin
Bernhard Hiller11-Aug-11 23:31
Bernhard Hiller11-Aug-11 23:31 
Questionrsync - Is there any open source library C#/C++/C which will give me the delta changes of file (it can be any type)? Pin
sujtha9-Aug-11 20:52
sujtha9-Aug-11 20:52 
AnswerRe: rsync - Is there any open source library C#/C++/C which will give me the delta changes of file (it can be any type)? Pin
OriginalGriff9-Aug-11 21:32
mveOriginalGriff9-Aug-11 21:32 
AnswerRe: rsync Pin
Matt Meyer10-Aug-11 4:22
Matt Meyer10-Aug-11 4:22 
QuestionGetting this simple crypto function to work in c#? Pin
stephen.darling9-Aug-11 11:12
stephen.darling9-Aug-11 11:12 
AnswerRe: Getting this simple crypto function to work in c#? Pin
MicroVirus9-Aug-11 12:20
MicroVirus9-Aug-11 12:20 
GeneralRe: Getting this simple crypto function to work in c#? Pin
stephen.darling9-Aug-11 12:26
stephen.darling9-Aug-11 12:26 
GeneralRe: Getting this simple crypto function to work in c#? Pin
MicroVirus9-Aug-11 12:56
MicroVirus9-Aug-11 12:56 
GeneralRe: Getting this simple crypto function to work in c#? Pin
stephen.darling9-Aug-11 13:18
stephen.darling9-Aug-11 13:18 
GeneralRe: Getting this simple crypto function to work in c#? Pin
MicroVirus9-Aug-11 13:39
MicroVirus9-Aug-11 13:39 
GeneralRe: Getting this simple crypto function to work in c#? Pin
stephen.darling9-Aug-11 13:52
stephen.darling9-Aug-11 13:52 

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.