Click here to Skip to main content
15,895,799 members
Home / Discussions / WPF
   

WPF

 
AnswerRe: How to generate WPF controls Dynamically Pin
User 2710098-Jan-09 2:54
User 2710098-Jan-09 2:54 
QuestionWCF BasicHTTPBinding Thoughts Pin
Jammer7-Jan-09 23:38
Jammer7-Jan-09 23:38 
AnswerRe: WCF BasicHTTPBinding Thoughts Pin
Pete O'Hanlon8-Jan-09 1:08
mvePete O'Hanlon8-Jan-09 1:08 
GeneralRe: WCF BasicHTTPBinding Thoughts Pin
Jammer8-Jan-09 7:06
Jammer8-Jan-09 7:06 
AnswerRe: WCF BasicHTTPBinding Thoughts Pin
ColinM1238-Jan-09 11:33
ColinM1238-Jan-09 11:33 
QuestionExecutionEngineException when calling Application.Run Pin
Eslam Afifi7-Jan-09 5:07
Eslam Afifi7-Jan-09 5:07 
GeneralProblem solved. Please ignore. Pin
Eslam Afifi7-Jan-09 6:26
Eslam Afifi7-Jan-09 6:26 
QuestionSilverlight Error in Server Pin
avi_dadi20026-Jan-09 19:31
avi_dadi20026-Jan-09 19:31 
Hi Everybody,
I have Silverlight application and WCF Service under one solution.In my application i'm bionding some data ( from sql server ) to DataGrid. If i run this application in my system result is coming properly i mean data was binding to datagrid correctly.

If i publish this website in my IIS by using new -> virtual directory. Error is coming like " Unhandled Error in Silverlight 2 Application An Exception occurred during the operation, making the result invalid ". For reference i'm giving my web.config file also here:

<system.servicemodel>
<behaviors>
<servicebehaviors>
<behavior name="TestProject.Web.TestSilverLightServiceBehavior">
<servicemetadata httpgetenabled="true" />
<servicedebug includeexceptiondetailinfaults="false" />
</behavior>
</servicebehaviors>
</behaviors>
<servicehostingenvironment aspnetcompatibilityenabled="true" />
<services>
<service behaviorconfiguration="TestProject.Web.TestSilverLightServiceBehavior" name="TestProject.Web.TestSilverLightService">
<endpoint address="http://localhost/TestSilverLightService.svc" binding="basicHttpBinding" contract="TestProject.Web.TestSilverLightService" />
<endpoint address="mex" binding="mexHttpBinding" contract="IMetadataExchange" />
</service>
</services>
</system.servicemodel>

endpoint address i tried in different ways also:

like

1. <endpoint address="" binding="basicHttpBinding" contract="TestProject.Web.TestSilverLightService" />

2. <endpoint address="http://localhost/TestSilverLightService.svc" binding="basicHttpBinding" contract="TestProject.Web.TestSilverLightService" />

3. <endpoint address="http://wm8bgfhos-062a(mySystemName)/ TestSilverLightService.svc" binding="basicHttpBinding" contract="TestProject.Web.TestSilverLightService" />


Please help me to solve this issue.

Thanks in advance from core of my heart
AnswerRe: Silverlight Error in Server Pin
ColinM1237-Jan-09 13:34
ColinM1237-Jan-09 13:34 
QuestionWCF SSL For Newbies Pin
Jammer6-Jan-09 3:26
Jammer6-Jan-09 3:26 
AnswerRe: WCF SSL For Newbies Pin
Mark Salsbery6-Jan-09 6:30
Mark Salsbery6-Jan-09 6:30 
GeneralRe: WCF SSL For Newbies Pin
Jammer6-Jan-09 22:18
Jammer6-Jan-09 22:18 
GeneralRe: WCF SSL For Newbies Pin
Pete O'Hanlon6-Jan-09 22:27
mvePete O'Hanlon6-Jan-09 22:27 
GeneralRe: WCF SSL For Newbies Pin
Jammer6-Jan-09 22:41
Jammer6-Jan-09 22:41 
QuestionWhat is the best solution for User Interface of VC++ app? Pin
xiaolin.lan5-Jan-09 22:22
xiaolin.lan5-Jan-09 22:22 
AnswerRe: What is the best solution for User Interface of VC++ app? Pin
Mark Salsbery6-Jan-09 6:37
Mark Salsbery6-Jan-09 6:37 
QuestionRe: What is the best solution for User Interface of VC++ app? [modified] Pin
xiaolin.lan6-Jan-09 14:33
xiaolin.lan6-Jan-09 14:33 
QuestionDragMove() method for other elements ? Pin
Mohammad Dayyan5-Jan-09 20:41
Mohammad Dayyan5-Jan-09 20:41 
AnswerRe: DragMove() method for other elements ? Pin
User 2710096-Jan-09 3:20
User 2710096-Jan-09 3:20 
GeneralRe: DragMove() method for other elements ? Pin
Mohammad Dayyan7-Jan-09 23:38
Mohammad Dayyan7-Jan-09 23:38 
GeneralRe: DragMove() method for other elements ? Pin
User 2710098-Jan-09 1:24
User 2710098-Jan-09 1:24 
QuestionIntegrating Onlinehelp(.chm file) with xbap application Pin
hemakrishnan5-Jan-09 19:19
hemakrishnan5-Jan-09 19:19 
QuestionHow to customize built in Commands in WPF C# Pin
Emir Gracanin5-Jan-09 16:11
Emir Gracanin5-Jan-09 16:11 
AnswerRe: How to customize built in Commands in WPF C# Pin
Jani Giannoudis5-Jan-09 20:12
Jani Giannoudis5-Jan-09 20:12 
QuestionHow to retrieve object from a web page to create WPF dynamically Pin
vsaratkar5-Jan-09 15:16
vsaratkar5-Jan-09 15:16 

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.