Click here to Skip to main content
15,887,027 members
Home / Discussions / WPF
   

WPF

 
AnswerRe: MVVM design doubt Pin
Pete O'Hanlon25-Mar-09 23:02
mvePete O'Hanlon25-Mar-09 23:02 
GeneralRe: MVVM design doubt Pin
ABitSmart25-Mar-09 23:33
ABitSmart25-Mar-09 23:33 
Questionoff topic, identify correct forum help Pin
led mike26-Mar-09 8:17
led mike26-Mar-09 8:17 
QuestionSilverlight with WCF Services on IIS 7.0 Problems Pin
Miraxz25-Mar-09 12:17
Miraxz25-Mar-09 12:17 
QuestionRe: Silverlight with WCF Services on IIS 7.0 Problems Pin
Mark Salsbery25-Mar-09 13:35
Mark Salsbery25-Mar-09 13:35 
AnswerRe: Silverlight with WCF Services on IIS 7.0 Problems Pin
Miraxz25-Mar-09 19:05
Miraxz25-Mar-09 19:05 
GeneralRe: Silverlight with WCF Services on IIS 7.0 Problems Pin
Mark Salsbery26-Mar-09 6:05
Mark Salsbery26-Mar-09 6:05 
GeneralRe: Silverlight with WCF Services on IIS 7.0 Problems Pin
Miraxz26-Mar-09 16:53
Miraxz26-Mar-09 16:53 
Hi!

in the web.config i have

<system.servicemodel>
<behaviors>
<servicebehaviors>
<behavior name="Chat.Web.ServicesBehavior">
<servicemetadata httpgetenabled="true" />
<servicedebug includeexceptiondetailinfaults="false" />
</behavior>
</servicebehaviors>
</behaviors>
<services>
<service behaviorconfiguration="Chat.Web.ServicesBehavior" name="Chat.Web.Services">
<endpoint address="" binding="basicHttpBinding" contract="Chat.Web.IServices">
<identity>
<dns value="localhost" />
</identity>
</endpoint>
<endpoint address="mex" binding="mexHttpBinding" contract="IMetadataExchange" />
</service>
</services>
</system.servicemodel>



in ServiceReferences.ClientConfig

<system.servicemodel>
<bindings>
<basichttpbinding>
<binding name="BasicHttpBinding_IServices" maxbuffersize="2147483647">
maxReceivedMessageSize="2147483647"&gt;
<security mode="None" />
</binding>
</basichttpbinding>
</bindings>
<client>
<endpoint address="http://localhost:49245/Services.svc" binding="basicHttpBinding">
bindingConfiguration="BasicHttpBinding_IServices" contract="ServiceReference.IServices"
name="BasicHttpBinding_IServices" /&gt;
</endpoint></client>
</system.servicemodel>





ServiceReferences.ClientConfig not found it in my application mounted at the IIS, I guess is in the .XAP of my IIS ... or... I am wrong?

thk again...
GeneralRe: Silverlight with WCF Services on IIS 7.0 Problems Pin
Mark Salsbery26-Mar-09 18:12
Mark Salsbery26-Mar-09 18:12 
AnswerRe: Silverlight with WCF Services on IIS 7.0 Problems Pin
Miraxz26-Mar-09 17:18
Miraxz26-Mar-09 17:18 
GeneralRe: Silverlight with WCF Services on IIS 7.0 Problems Pin
Mark Salsbery26-Mar-09 18:08
Mark Salsbery26-Mar-09 18:08 
QuestionHow Do I Declare a New Property for a UserControl? Pin
That Asian Guy25-Mar-09 12:02
That Asian Guy25-Mar-09 12:02 
AnswerRe: How Do I Declare a New Property for a UserControl? Pin
ABitSmart25-Mar-09 17:47
ABitSmart25-Mar-09 17:47 
QuestionWPF: Combobox in TreeviewItem Pin
levik200625-Mar-09 5:57
levik200625-Mar-09 5:57 
AnswerRe: WPF: Combobox in TreeviewItem Pin
Insincere Dave25-Mar-09 6:45
Insincere Dave25-Mar-09 6:45 
GeneralRe: WPF: Combobox in TreeviewItem Pin
levik200625-Mar-09 7:10
levik200625-Mar-09 7:10 
QuestionTrackball.cs problem Pin
grJubei25-Mar-09 5:57
grJubei25-Mar-09 5:57 
QuestionMusic Player in WPF.. Pin
VisualLive25-Mar-09 0:06
VisualLive25-Mar-09 0:06 
AnswerRe: Music Player in WPF.. Pin
BlitzPackage27-Mar-09 15:37
BlitzPackage27-Mar-09 15:37 
QuestionTreeview Pin
Ch.Gayatri Subudhi24-Mar-09 18:04
Ch.Gayatri Subudhi24-Mar-09 18:04 
AnswerRe: Treeview Pin
Mark Salsbery25-Mar-09 6:56
Mark Salsbery25-Mar-09 6:56 
QuestionEditing items in a bound ListBox? Pin
David Veeneman24-Mar-09 12:25
David Veeneman24-Mar-09 12:25 
AnswerRe: Editing items in a bound ListBox? Pin
ABitSmart24-Mar-09 19:00
ABitSmart24-Mar-09 19:00 
GeneralRe: Editing items in a bound ListBox? Pin
David Veeneman25-Mar-09 3:04
David Veeneman25-Mar-09 3:04 
GeneralRe: Editing items in a bound ListBox? Pin
ABitSmart25-Mar-09 3:53
ABitSmart25-Mar-09 3:53 

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.