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

C#

 
GeneralAccess to the path is denied Pin
Arunkumar.Koloth26-Jul-12 3:35
Arunkumar.Koloth26-Jul-12 3:35 
GeneralRe: Access to the path is denied Pin
Eddy Vluggen26-Jul-12 3:47
professionalEddy Vluggen26-Jul-12 3:47 
GeneralRe: Access to the path is denied Pin
Dave Kreskowiak26-Jul-12 3:51
mveDave Kreskowiak26-Jul-12 3:51 
GeneralRe: Access to the path is denied Pin
Arunkumar.Koloth26-Jul-12 5:17
Arunkumar.Koloth26-Jul-12 5:17 
GeneralRe: Access to the path is denied Pin
dybs26-Jul-12 5:42
dybs26-Jul-12 5:42 
GeneralRe: Access to the path is denied Pin
Arunkumar.Koloth26-Jul-12 5:49
Arunkumar.Koloth26-Jul-12 5:49 
GeneralRe: Access to the path is denied Pin
Dave Kreskowiak26-Jul-12 6:51
mveDave Kreskowiak26-Jul-12 6:51 
GeneralRe: Access to the path is denied Pin
Arunkumar.Koloth26-Jul-12 17:51
Arunkumar.Koloth26-Jul-12 17:51 
Hi thanks for the replay

I found what is happening here

C#
Download(textBox1.Text, @"D:\test\test.zip");


i have to tell destination file name and its extention!!!.

now my problem is when i download larger files (50 mb ) from my server it is not downloading the file.
i thing the problem is here.
C#
byte[] inBuf = new byte[100000];


I thing the array is small so how can i manage it?

Please help me to do this...
Thanks in advance...

GeneralRe: Access to the path is denied Pin
Arunkumar.Koloth27-Jul-12 1:24
Arunkumar.Koloth27-Jul-12 1:24 
GeneralRe: Access to the path is denied Pin
Dave Kreskowiak27-Jul-12 2:08
mveDave Kreskowiak27-Jul-12 2:08 
GeneralRe: Access to the path is denied Pin
ignrod27-Jul-12 1:52
ignrod27-Jul-12 1:52 
GeneralRe: Access to the path is denied Pin
Arunkumar.Koloth27-Jul-12 2:08
Arunkumar.Koloth27-Jul-12 2:08 
GeneralRe: Access to the path is denied Pin
ignrod27-Jul-12 2:36
ignrod27-Jul-12 2:36 
QuestionProblems Running an Executable... Pin
glennPattonWork326-Jul-12 3:08
professionalglennPattonWork326-Jul-12 3:08 
AnswerRe: Problems Running an Executable... Pin
Eddy Vluggen26-Jul-12 3:34
professionalEddy Vluggen26-Jul-12 3:34 
GeneralRe: Problems Running an Executable... Pin
glennPattonWork326-Jul-12 3:42
professionalglennPattonWork326-Jul-12 3:42 
GeneralRe: Problems Running an Executable... Pin
Eddy Vluggen26-Jul-12 6:40
professionalEddy Vluggen26-Jul-12 6:40 
GeneralRe: Problems Running an Executable... Pin
glennPattonWork327-Jul-12 0:17
professionalglennPattonWork327-Jul-12 0:17 
Questioncancelling the dataGridview RowValidating event is not returning me to the grid so i can edit the empty cell Pin
Martin kipth26-Jul-12 1:39
Martin kipth26-Jul-12 1:39 
GeneralRe: cancelling the dataGridview RowValidating event is not returning me to the grid so i can edit the empty cell Pin
Senser2226-Jul-12 2:08
Senser2226-Jul-12 2:08 
AnswerRe: cancelling the dataGridview RowValidating event is not returning me to the grid so i can edit the empty cell Pin
Eddy Vluggen26-Jul-12 2:09
professionalEddy Vluggen26-Jul-12 2:09 
QuestionI want to write freehand text in picture box using USB Pen : in pen mode Pin
Shirkeay25-Jul-12 21:40
Shirkeay25-Jul-12 21:40 
AnswerRe: I want to write freehand text in picture box using USB Pen : in pen mode Pin
Richard MacCutchan25-Jul-12 22:29
mveRichard MacCutchan25-Jul-12 22:29 
GeneralRe: I want to write freehand text in picture box using USB Pen : in pen mode Pin
Shirkeay4-Sep-12 23:09
Shirkeay4-Sep-12 23:09 
GeneralRe: I want to write freehand text in picture box using USB Pen : in pen mode Pin
Richard MacCutchan4-Sep-12 23:26
mveRichard MacCutchan4-Sep-12 23:26 

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.