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

C#

 
Questionhow secure is the key container Pin
poqeqw22-Feb-08 1:21
poqeqw22-Feb-08 1:21 
AnswerRe: how secure is the key container Pin
Mike Dimmick22-Feb-08 1:45
Mike Dimmick22-Feb-08 1:45 
QuestionProblem serializing large datastructure Pin
Schokoolero22-Feb-08 0:34
Schokoolero22-Feb-08 0:34 
GeneralFocus on selected item in listview Pin
Xmen Real 22-Feb-08 0:31
professional Xmen Real 22-Feb-08 0:31 
GeneralRe: Focus on selected item in listview Pin
phannon8622-Feb-08 0:39
professionalphannon8622-Feb-08 0:39 
GeneralRe: Focus on selected item in listview Pin
Xmen Real 22-Feb-08 1:06
professional Xmen Real 22-Feb-08 1:06 
Generalproblem in file deletion Pin
Miss Maheshwari22-Feb-08 0:03
Miss Maheshwari22-Feb-08 0:03 
GeneralRe: problem in file deletion Pin
Colin Angus Mackay22-Feb-08 0:17
Colin Angus Mackay22-Feb-08 0:17 
Neetu Maheshwari wrote:
plzzz


"plzzz" is irritating. The word is "Please". Please use it.


Neetu Maheshwari wrote:
help me how to delete this file


If another process has a handle on the file then you cannot delete it because it is in use. It is as simple as that. The operating system is protecting one process from interference by another process.

If you want to delete the file you must get the other process to release the file.

This error can also happen when another part of your program opens a file and does not close it properly.


QuestionRe: problem in file deletion Pin
Miss Maheshwari22-Feb-08 0:45
Miss Maheshwari22-Feb-08 0:45 
GeneralRe: problem in file deletion Pin
Giorgi Dalakishvili22-Feb-08 1:06
mentorGiorgi Dalakishvili22-Feb-08 1:06 
QuestionRe: problem in file deletion Pin
Miss Maheshwari22-Feb-08 1:44
Miss Maheshwari22-Feb-08 1:44 
GeneralRe: problem in file deletion Pin
DaveyM6922-Feb-08 1:57
professionalDaveyM6922-Feb-08 1:57 
GeneralRe: problem in file deletion Pin
Xmen Real 22-Feb-08 2:47
professional Xmen Real 22-Feb-08 2:47 
GeneralRe: problem in file deletion Pin
Luc Pattyn22-Feb-08 2:04
sitebuilderLuc Pattyn22-Feb-08 2:04 
GeneralRe: problem in file deletion Pin
Ravenet22-Feb-08 3:11
Ravenet22-Feb-08 3:11 
GeneralProblem with tabindex settings Pin
Dev Motiramani21-Feb-08 23:24
Dev Motiramani21-Feb-08 23:24 
GeneralRe: Problem with tabindex settings Pin
phannon8621-Feb-08 23:27
professionalphannon8621-Feb-08 23:27 
GeneralRe: Problem with tabindex settings Pin
Dev Motiramani22-Feb-08 0:02
Dev Motiramani22-Feb-08 0:02 
GeneralRe: Problem with tabindex settings Pin
phannon8622-Feb-08 0:13
professionalphannon8622-Feb-08 0:13 
GeneralDowncasting VS Interfaces - Performance perceptive Pin
N a v a n e e t h21-Feb-08 23:02
N a v a n e e t h21-Feb-08 23:02 
GeneralRe: Downcasting VS Interfaces - Performance perceptive Pin
Colin Angus Mackay21-Feb-08 23:39
Colin Angus Mackay21-Feb-08 23:39 
GeneralRe: Downcasting VS Interfaces - Performance perceptive Pin
N a v a n e e t h22-Feb-08 3:21
N a v a n e e t h22-Feb-08 3:21 
GeneralRe: Downcasting VS Interfaces - Performance perceptive Pin
Roger Alsing21-Feb-08 23:44
Roger Alsing21-Feb-08 23:44 
GeneralRe: Downcasting VS Interfaces - Performance perceptive Pin
N a v a n e e t h22-Feb-08 3:20
N a v a n e e t h22-Feb-08 3:20 
GeneralRe: Downcasting VS Interfaces - Performance perceptive Pin
Pete O'Hanlon21-Feb-08 23:57
mvePete O'Hanlon21-Feb-08 23:57 

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.