Click here to Skip to main content
15,910,009 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: webcontrol returns object not set to refrence error while setting the property Pin
scotchy2hotty2k214-Jan-09 18:00
scotchy2hotty2k214-Jan-09 18:00 
QuestionDeleting a file in C# and handling the case where the file is already being used by another process Pin
Tina P12-Jan-09 20:27
Tina P12-Jan-09 20:27 
AnswerRe: Deleting a file in C# and handling the case where the file is already being used by another process Pin
N a v a n e e t h12-Jan-09 20:44
N a v a n e e t h12-Jan-09 20:44 
AnswerRe: Deleting a file in C# and handling the case where the file is already being used by another process Pin
J a a n s12-Jan-09 20:46
professionalJ a a n s12-Jan-09 20:46 
GeneralRe: Deleting a file in C# and handling the case where the file is already being used by another process Pin
Tina P13-Jan-09 7:25
Tina P13-Jan-09 7:25 
AnswerRe: Deleting a file in C# and handling the case where the file is already being used by another process Pin
Abhijit Jana12-Jan-09 20:50
professionalAbhijit Jana12-Jan-09 20:50 
AnswerRe: Deleting a file in C# and handling the case where the file is already being used by another process Pin
Vivek Bhatnagar12-Jan-09 20:55
Vivek Bhatnagar12-Jan-09 20:55 
AnswerRe: Deleting a file in C# and handling the case where the file is already being used by another process Pin
Member 450194013-Jan-09 7:57
Member 450194013-Jan-09 7:57 
I ran into a similar issue. Turns out that the code runs faster than the OS. There was a short lag between the code closing the file and the OS releasing the open handle on it. I wrote a loop that would attempt to delete every 1/10 of a second or so for a few seconds until either the file was deleted or the expired time passed.
GeneralRe: Deleting a file in C# and handling the case where the file is already being used by another process Pin
Tina P13-Jan-09 10:45
Tina P13-Jan-09 10:45 
QuestionUrl rewriting Error 404 page not found Pin
sepel12-Jan-09 20:07
sepel12-Jan-09 20:07 
AnswerRe: Url rewriting Error 404 page not found Pin
N a v a n e e t h12-Jan-09 20:37
N a v a n e e t h12-Jan-09 20:37 
GeneralRe: Url rewriting Error 404 page not found Pin
sepel12-Jan-09 20:44
sepel12-Jan-09 20:44 
GeneralRe: Url rewriting Error 404 page not found Pin
N a v a n e e t h12-Jan-09 20:47
N a v a n e e t h12-Jan-09 20:47 
GeneralRe: Url rewriting Error 404 page not found Pin
sepel12-Jan-09 21:03
sepel12-Jan-09 21:03 
GeneralRe: Url rewriting Error 404 page not found Pin
N a v a n e e t h12-Jan-09 21:13
N a v a n e e t h12-Jan-09 21:13 
GeneralRe: Url rewriting Error 404 page not found [modified] Pin
sepel12-Jan-09 21:32
sepel12-Jan-09 21:32 
QuestionCalling dll function from javascript Pin
Maria5512-Jan-09 19:53
Maria5512-Jan-09 19:53 
AnswerRe: Calling dll function from javascript Pin
mr_muskurahat12-Jan-09 19:56
mr_muskurahat12-Jan-09 19:56 
AnswerRe: Calling dll function from javascript Pin
Abhijit Jana12-Jan-09 20:25
professionalAbhijit Jana12-Jan-09 20:25 
AnswerRe: Calling dll function from javascript Pin
Aman Bhullar12-Jan-09 21:39
Aman Bhullar12-Jan-09 21:39 
QuestionReferencing dll from other folder in root folder ? Pin
King Shez12-Jan-09 19:53
King Shez12-Jan-09 19:53 
AnswerRe: Referencing dll from other folder in root folder ? Pin
Brij12-Jan-09 20:16
mentorBrij12-Jan-09 20:16 
GeneralRe: Referencing dll from other folder in root folder ? Pin
King Shez12-Jan-09 20:31
King Shez12-Jan-09 20:31 
QuestionStrange problem in ASP.NET Pin
satamita12-Jan-09 19:41
satamita12-Jan-09 19:41 
AnswerRe: Strange problem in ASP.NET Pin
Member 450194013-Jan-09 4:07
Member 450194013-Jan-09 4:07 

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.