Click here to Skip to main content
15,909,325 members
Home / Discussions / WPF
   

WPF

 
QuestionWPF-Callable Folder Browser Source Code [modified] Pin
Mark Salsbery11-Nov-08 11:40
Mark Salsbery11-Nov-08 11:40 
AnswerRe: WPF-Callable Folder Browser Source Code Pin
Pete O'Hanlon11-Nov-08 11:44
mvePete O'Hanlon11-Nov-08 11:44 
GeneralRe: WPF-Callable Folder Browser Source Code Pin
Mark Salsbery11-Nov-08 11:55
Mark Salsbery11-Nov-08 11:55 
AnswerRe: WPF-Callable Folder Browser Source Code Pin
Jammer12-Nov-08 0:52
Jammer12-Nov-08 0:52 
GeneralRe: WPF-Callable Folder Browser Source Code Pin
Mark Salsbery12-Nov-08 8:41
Mark Salsbery12-Nov-08 8:41 
QuestionAdding events to objects in application.resources Pin
Rferj11-Nov-08 10:22
Rferj11-Nov-08 10:22 
AnswerRe: Adding events to objects in application.resources Pin
ColinM12311-Nov-08 11:19
ColinM12311-Nov-08 11:19 
GeneralUnable to upload file more than 35 kb using WCF Web service Pin
Vipul Mehta11-Nov-08 3:59
Vipul Mehta11-Nov-08 3:59 
Hi,

In my client application (WPF) I am trying to upload a document to a sharepoint site by using WCF web service. I am able to upload documents to site upto 35 Kb. If I try to upload a file more than 35 kb in size then it throws following error message while uploading the file.

The remote server returned an unexpected response:(400) Bad Request

I have added following <binding> tag in web.config file of my WCF service
<bindings>
<wsHttpBinding>
<binding name="wshttpconfig">
<readerQuotas maxDepth="64" maxStringContentLength="2147483647"
maxArrayLength="2147483647" maxBytesPerRead="4096" maxNameTableCharCount="16384"/>
</binding>

after this I did set bindingConfiguration="wshttpconfig" in <endpoint tag>

<endpoint bindingConfiguration="wshttpconfig".....

But I still encounter the same problem.

Do I need to make any other settings in the app.config file of WCF Service
application?

Regards,
Vipul Mehta

QuestionRunning a method in secondary second of a storyboard ? Pin
Mohammad Dayyan10-Nov-08 22:51
Mohammad Dayyan10-Nov-08 22:51 
AnswerRe: Running a method in secondary second of a storyboard ? Pin
lneir12-Nov-08 19:09
lneir12-Nov-08 19:09 
GeneralRe: Running a method in secondary second of a storyboard ? Pin
Mohammad Dayyan13-Nov-08 8:31
Mohammad Dayyan13-Nov-08 8:31 
QuestionDecimal separator and textboxes Pin
Gian10-Nov-08 8:14
Gian10-Nov-08 8:14 
AnswerRe: Decimal separator and textboxes Pin
Thomas Stockwell11-Nov-08 3:07
professionalThomas Stockwell11-Nov-08 3:07 
QuestionIs there a FolderBrowserDialog in WPF ? Pin
Mohammad Dayyan10-Nov-08 6:14
Mohammad Dayyan10-Nov-08 6:14 
AnswerRe: Is there a FolderBrowserDialog in WPF ? Pin
Mark Salsbery10-Nov-08 7:09
Mark Salsbery10-Nov-08 7:09 
GeneralRe: Is there a FolderBrowserDialog in WPF ? Pin
Mohammad Dayyan10-Nov-08 7:28
Mohammad Dayyan10-Nov-08 7:28 
GeneralRe: Is there a FolderBrowserDialog in WPF ? Pin
Pete O'Hanlon10-Nov-08 11:52
mvePete O'Hanlon10-Nov-08 11:52 
GeneralRe: Is there a FolderBrowserDialog in WPF ? Pin
Mark Salsbery10-Nov-08 16:08
Mark Salsbery10-Nov-08 16:08 
GeneralRe: Is there a FolderBrowserDialog in WPF ? Pin
Pete O'Hanlon10-Nov-08 22:21
mvePete O'Hanlon10-Nov-08 22:21 
GeneralRe: Is there a FolderBrowserDialog in WPF ? Pin
Jammer11-Nov-08 1:12
Jammer11-Nov-08 1:12 
GeneralRe: Is there a FolderBrowserDialog in WPF ? Pin
Pete O'Hanlon11-Nov-08 2:42
mvePete O'Hanlon11-Nov-08 2:42 
GeneralRe: Is there a FolderBrowserDialog in WPF ? Pin
Mark Salsbery11-Nov-08 7:22
Mark Salsbery11-Nov-08 7:22 
GeneralRe: Is there a FolderBrowserDialog in WPF ? Pin
Pete O'Hanlon11-Nov-08 11:20
mvePete O'Hanlon11-Nov-08 11:20 
GeneralRe: Is there a FolderBrowserDialog in WPF ? Pin
Mark Salsbery11-Nov-08 11:35
Mark Salsbery11-Nov-08 11:35 
GeneralRe: Is there a FolderBrowserDialog in WPF ? Pin
Jammer11-Nov-08 8:26
Jammer11-Nov-08 8: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.