Click here to Skip to main content
15,892,697 members
Home / Discussions / WPF
   

WPF

 
GeneralRe: Silverlight and WCF issu [modified] Pin
Abhinav S26-Apr-10 1:19
Abhinav S26-Apr-10 1:19 
GeneralRe: Silverlight and WCF issue Pin
CrazyCoder2623-Apr-10 17:43
CrazyCoder2623-Apr-10 17:43 
QuestionDatagridRow DetailsTemplate Problem Pin
vsaratkar22-Apr-10 10:43
vsaratkar22-Apr-10 10:43 
Questionwindows application user control in wpf Pin
dashingsidds22-Apr-10 1:56
dashingsidds22-Apr-10 1:56 
AnswerRe: windows application user control in wpf Pin
dashingsidds22-Apr-10 19:33
dashingsidds22-Apr-10 19:33 
Questionneed 2 extract links from a html file Pin
shoeb0171721-Apr-10 21:19
shoeb0171721-Apr-10 21:19 
AnswerRe: need 2 extract links from a html file Pin
Pete O'Hanlon22-Apr-10 23:15
mvePete O'Hanlon22-Apr-10 23:15 
QuestionSilverlight and WCF issue Pin
CrazyCoder2621-Apr-10 17:36
CrazyCoder2621-Apr-10 17:36 
Hi, I am new to Silverlight.I have created a simple silverlight application which uses a WCF dataservice to fetch some data from database.The WCF service is inside the application itself.The application runs fine in my development environment.But when I host the application in IIS,whenever the application tries to communicate with the WCF dataservice, it throws some error saying,"Unhandled error in silverlight application,An Exception occured during the operation,making the result invalid.Check inner exception details at System.ComponentModel.AsyncCompletedEventArgs.RaiseExecptionIfNecessary at
SQLData.ServiceReference1.GetCustomerByTerrytoryEventArgs.get_Result() at
...................................
The System.ServiceModel configuration is web.config is given below :
<pre>
&lt;system.serviceModel&gt;
&lt;behaviors&gt;
&lt;serviceBehaviors&gt;
&lt;behavior name="SQLData.Web.Service1Behavior"&gt;
&lt;serviceMetadata httpGetEnabled="true"/&gt;
&lt;serviceDebug includeExceptionDetailInFaults="false"/&gt;
&lt;/behavior&gt;
&lt;/serviceBehaviors&gt;
&lt;/behaviors&gt;
&lt;services&gt;
&lt;service behaviorConfiguration="SQLData.Web.Service1Behavior" name="SQLData.Web.Service1"&gt;
&lt;endpoint address="" binding="basicHttpBinding" contract="SQLData.Web.IService1"&gt;
&lt;identity&gt;
&lt;dns value="localhost"/&gt;
&lt;/identity&gt;
&lt;/endpoint&gt;
&lt;endpoint address="mex" binding="mexHttpBinding" contract="IMetadataExchange"/&gt;
&lt;/service&gt;
&lt;/services&gt;
&lt;/system.serviceModel&gt;
</pre>
I am totally confused....I searched the web...and applied everything they said....but still getting this error......Please help me solve this issue.

<font style="color:Green;font-family:Courier New;font-weight:bold;">C</font><font style="color:Blue;font-family:Courier New;font-weight:bold;">C</font><font style="color:Pink;font-family:Courier New;font-weight:bold;">26</font>
AnswerMessage Removed Pin
21-Apr-10 17:58
CrazyCoder2621-Apr-10 17:58 
GeneralRe: Silverlight and WCF issue Pin
Abhinav S21-Apr-10 18:54
Abhinav S21-Apr-10 18:54 
QuestionHow to combine multiple usercontrols into a single dll Pin
Prasoon Chaudhary21-Apr-10 2:28
Prasoon Chaudhary21-Apr-10 2:28 
QuestionSilverlight Database Access [modified] Pin
#realJSOP21-Apr-10 1:45
mve#realJSOP21-Apr-10 1:45 
AnswerRe: Silverlight Database Access Pin
daveyerwin21-Apr-10 15:09
daveyerwin21-Apr-10 15:09 
GeneralRe: Silverlight Database Access Pin
#realJSOP22-Apr-10 0:09
mve#realJSOP22-Apr-10 0:09 
AnswerRe: Silverlight Database Access Pin
Abhinav S21-Apr-10 18:50
Abhinav S21-Apr-10 18:50 
AnswerRe: Silverlight Database Access Pin
Michel Godfroid22-Apr-10 1:59
Michel Godfroid22-Apr-10 1:59 
AnswerRe: Silverlight Database Access Pin
econner1-May-10 17:47
econner1-May-10 17:47 
QuestionCommon Properties get disappeared after converting a WPF control into UserControl Pin
Prasoon Chaudhary21-Apr-10 0:15
Prasoon Chaudhary21-Apr-10 0:15 
AnswerRe: Common Properties get disappeared after converting a WPF control into UserControl Pin
BlitzPackage21-Apr-10 16:20
BlitzPackage21-Apr-10 16:20 
Questionwpf tooltip on datagrid cell. [modified] Pin
Ravi Mori19-Apr-10 23:38
Ravi Mori19-Apr-10 23:38 
QuestionUnable to get proper uri of resource dictionary Pin
dashingsidds19-Apr-10 22:33
dashingsidds19-Apr-10 22:33 
AnswerRe: Unable to get proper uri of resource dictionary Pin
dashingsidds19-Apr-10 23:16
dashingsidds19-Apr-10 23:16 
QuestionHTTP POST with C Sharp Silverlight Pin
Brent Dirks19-Apr-10 19:06
Brent Dirks19-Apr-10 19:06 
QuestionPreload ImageSource from URI Pin
ezazazel19-Apr-10 2:38
ezazazel19-Apr-10 2:38 
AnswerRe: Preload ImageSource from URI Pin
Pete O'Hanlon19-Apr-10 8:56
mvePete O'Hanlon19-Apr-10 8:56 

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.