Click here to Skip to main content
15,919,879 members
Home / Discussions / C#
   

C#

 
GeneralRe: Filtering Problem in Sql Syntax using C#.net Pin
loyal ginger10-Aug-11 6:17
loyal ginger10-Aug-11 6:17 
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 
Without knowing how your code works, we can only guess at the methods you used.

However, this kind of error normally comes up because the objects you created to access and copy the file have not been properly released, and are waiting for the Garbage Collector to come in and free them. The file will remain in use until that happens.

Look at your file transfer code, and call Dispose on all your objects rather than just letting them go out of scope.
Real men don't use instructions. They are only the manufacturers opinion on how to put the thing together.

Manfred R. Bihy: "Looks as if OP is learning resistant."

AnswerRe: file in use error Pin
Thomas R. Wolfe10-Aug-11 2:20
Thomas R. Wolfe10-Aug-11 2:20 
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 

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.