Click here to Skip to main content
16,011,685 members
Home / Discussions / WPF
   

WPF

 
QuestionHow do I embed WPF Custom UserControl (.dll) into a Webpage? Pin
dsanghera5-Jun-08 18:11
dsanghera5-Jun-08 18:11 
GeneralRe: How do I embed WPF Custom UserControl (.dll) into a Webpage? [modified] Pin
K.L.K6-Jun-08 9:28
K.L.K6-Jun-08 9:28 
QuestionTopmost control error Pin
C# Beginner Nick5-Jun-08 15:30
C# Beginner Nick5-Jun-08 15:30 
AnswerRe: Topmost control error Pin
Brian Griggs5-Jun-08 17:31
Brian Griggs5-Jun-08 17:31 
GeneralRe: Topmost control error [modified] Pin
C# Beginner Nick6-Jun-08 1:00
C# Beginner Nick6-Jun-08 1:00 
QuestionWCF exeption?????? Pin
Romiks5-Jun-08 8:00
Romiks5-Jun-08 8:00 
AnswerRe: WCF exeption?????? Pin
Brian Griggs5-Jun-08 8:46
Brian Griggs5-Jun-08 8:46 
GeneralRe: WCF exeption?????? Pin
Romiks5-Jun-08 21:19
Romiks5-Jun-08 21:19 
Brian thanks for help.
Here is the cut of my server app.config file:
<bindings>
   <wsDualHttpBinding>
     <binding name="WSDualHttpBinding_IPref">
       <security mode="None"/>
     </binding>
   </wsDualHttpBinding>
 </bindings>

Here is is the cut of my client app.config file:
<bindings>
     <wsDualHttpBinding>
         <binding name="WSDualHttpBinding_IPref" closeTimeout="00:01:00"
             openTimeout="00:01:00" receiveTimeout="00:10:00" sendTimeout="00:01:00"
             bypassProxyOnLocal="false" transactionFlow="false" hostNameComparisonMode="StrongWildcard"
             maxBufferPoolSize="524288" maxReceivedMessageSize="65536"
             messageEncoding="Text" textEncoding="utf-8" useDefaultWebProxy="true">
             <readerQuotas maxDepth="32" maxStringContentLength="8192" maxArrayLength="16384"
                 maxBytesPerRead="4096" maxNameTableCharCount="16384" />
             <reliableSession ordered="true" inactivityTimeout="00:10:00" />
             <security mode="Message">
                 <message clientCredentialType="Windows" negotiateServiceCredential="true"
                     algorithmSuite="Default" />
             </security>
         </binding>
     </wsDualHttpBinding>
 </bindings>

If I change
<security mode="Message">
   <message clientCredentialType="Windows" negotiateServiceCredential="true"
   algorithmSuite="Default" />
</security>

to
<security mode="None">
</security>

It fails with something like this:
"Operation of opening doesn't complete in the course of defined period 00:01:00" Frown | :(
even if the server and the client are running on my machine.
GeneralRe: WCF exeption?????? Pin
Brian Griggs6-Jun-08 6:50
Brian Griggs6-Jun-08 6:50 
GeneralRe: WCF exeption?????? Pin
Romiks6-Jun-08 8:09
Romiks6-Jun-08 8:09 
QuestionSilverlight User Control Template was Missing Pin
VijaySofist5-Jun-08 0:09
VijaySofist5-Jun-08 0:09 
AnswerRe: Silverlight User Control Template was Missing Pin
Michael Sync5-Jun-08 2:24
Michael Sync5-Jun-08 2:24 
QuestionHow to create docking control in silver light 2.0 Pin
kishorekumar.malla@live.com4-Jun-08 16:09
kishorekumar.malla@live.com4-Jun-08 16:09 
AnswerRe: How to create docking control in silver light 2.0 Pin
Michael Sync4-Jun-08 17:30
Michael Sync4-Jun-08 17:30 
QuestionHow to create event handler using visual studio 2008? Pin
katelva3-Jun-08 20:03
katelva3-Jun-08 20:03 
AnswerRe: How to create event handler using visual studio 2008? Pin
Michael Sync4-Jun-08 17:27
Michael Sync4-Jun-08 17:27 
GeneralRe: How to create event handler using visual studio 2008? Pin
katelva17-Jun-08 7:54
katelva17-Jun-08 7:54 
QuestionOdd Color Related Exception Pin
Jammer3-Jun-08 6:44
Jammer3-Jun-08 6:44 
QuestionWPF Button ControlTemplate Pin
koleraba3-Jun-08 1:48
koleraba3-Jun-08 1:48 
AnswerRe: WPF Button ControlTemplate Pin
User 2710094-Jun-08 1:15
User 2710094-Jun-08 1:15 
QuestionUsing Reports in WPF Pin
member272-Jun-08 19:01
member272-Jun-08 19:01 
AnswerRe: Using Crystal Reports in WPF Pin
User 2710093-Jun-08 0:47
User 2710093-Jun-08 0:47 
QuestionMP3 Player Pin
BlitzPackage2-Jun-08 11:32
BlitzPackage2-Jun-08 11:32 
AnswerRe: MP3 Player Pin
User 2710093-Jun-08 0:29
User 2710093-Jun-08 0:29 
QuestionCreating Custom Button control using Asp.Net Pin
VijaySofist1-Jun-08 19:20
VijaySofist1-Jun-08 19:20 

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.