Click here to Skip to main content
15,914,452 members
Home / Discussions / WPF
   

WPF

 
QuestionSL Toolkit v4 - Install issues Pin
#realJSOP19-Jul-10 3:45
professional#realJSOP19-Jul-10 3:45 
AnswerRe: SL Toolkit v4 - Install issues Pin
Abhinav S19-Jul-10 6:54
Abhinav S19-Jul-10 6:54 
GeneralRe: SL Toolkit v4 - Install issues Pin
#realJSOP20-Jul-10 0:05
professional#realJSOP20-Jul-10 0:05 
GeneralRe: SL Toolkit v4 - Install issues Pin
Abhinav S20-Jul-10 2:28
Abhinav S20-Jul-10 2:28 
GeneralRe: SL Toolkit v4 - Install issues Pin
#realJSOP20-Jul-10 2:36
professional#realJSOP20-Jul-10 2:36 
AnswerRe: SL Toolkit v4 - Install issues Pin
Rob Graham19-Jul-10 10:23
Rob Graham19-Jul-10 10:23 
QuestionHow to update combo box selection before prompt Pin
D.Dubya19-Jul-10 3:27
D.Dubya19-Jul-10 3:27 
QuestionCan't hit my asmx from Silverlight.. Pin
Nick Jacobs18-Jul-10 17:35
Nick Jacobs18-Jul-10 17:35 
Maybe somebody can help me out here...

I have a really really simple Silverlight app calling a web service on a different domain. The silverlight is just a simple login screen, it takes a username and a password and returns true/false.

The values are passed off to my web service and I return the boolean. I have checked out the following:
1) The web service itself works fine. I fired up a different platform and I can hit the web service and get back what I'm expecting from all over the place.
2) The ClientAccessPolicy.xml file is also wide open. I went so far as to play around with it a bit and I know I'm hitting the right one and it's working ok. (I did this by changing the URI to something else and I got shut out as expected, etc.

On my DevBox, it works fine. I can fire up the web site on my machine, and call the web service as expected. Shucks, I can even call up the web site itself on the web server and it works as expected.

It's only when I try to hit the Silverlight web site from other places where I run into problems.

Any chances somebody out there run across this and might know what I'm doing wrong?

Thanks,
Nick



Here's some of the error messages I'm seeing:

Webpage error details

User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; WOW64; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; OfficeLiveConnector.1.4; OfficeLivePatch.1.3; .NET4.0C; .NET4.0E; InfoPath.3)
Timestamp: Mon, 19 Jul 2010 03:31:43 UTC


Message: Unhandled Error in Silverlight Application An exception occurred during the operation, making the result invalid. Check InnerException for exception details. at System.ComponentModel.AsyncCompletedEventArgs.RaiseExceptionIfNecessary()
at xyx.ServiceProxy.GetAllAdvisorStatesCompletedEventArgs.get_Result()
at xyx.App.oProxy_GetAllAdvisorStatesCompleted(Object sender, GetAllAdvisorStatesCompletedEventArgs e)
at xyx.ServiceProxy.svcXYXSoapClient.OnGetAllAdvisorStatesCompleted(Object state)
Line: 1
Char: 1
Code: 0
URI: http://portal.myportal.com/xyx/


Message: Unhandled Error in Silverlight Application An exception occurred during the operation, making the result invalid. Check InnerException for exception details. at System.ComponentModel.AsyncCompletedEventArgs.RaiseExceptionIfNecessary()
at xyx.ServiceProxy.LoginCompletedEventArgs.get_Result()
at xyx.MainPage.oProxy_LoginCompleted(Object sender, LoginCompletedEventArgs e)
at xyx.ServiceProxy.svcXYXSoapClient.OnLoginCompleted(Object state)
Line: 1
Char: 1
Code: 0
URI: http://portal.myportal.com/xyx/
This are my own opinions. You know the rest.....

AnswerRe: Can't hit my asmx from Silverlight.. Pin
Abhinav S18-Jul-10 18:11
Abhinav S18-Jul-10 18:11 
GeneralRe: Can't hit my asmx from Silverlight.. Pin
Nick Jacobs19-Jul-10 2:21
Nick Jacobs19-Jul-10 2:21 
GeneralRe: Can't hit my asmx from Silverlight.. Pin
#realJSOP19-Jul-10 3:47
professional#realJSOP19-Jul-10 3:47 
GeneralRe: Can't hit my asmx from Silverlight.. Pin
Nick Jacobs21-Jul-10 17:37
Nick Jacobs21-Jul-10 17:37 
QuestionMore MVVM WPF Angst Pin
_Maxxx_18-Jul-10 16:49
professional_Maxxx_18-Jul-10 16:49 
AnswerRe: More MVVM WPF Angst Pin
Pete O'Hanlon18-Jul-10 21:46
mvePete O'Hanlon18-Jul-10 21:46 
GeneralRe: More MVVM WPF Angst Pin
_Maxxx_19-Jul-10 0:44
professional_Maxxx_19-Jul-10 0:44 
GeneralRe: More MVVM WPF Angst Pin
Pete O'Hanlon19-Jul-10 0:57
mvePete O'Hanlon19-Jul-10 0:57 
GeneralRe: More MVVM WPF Angst Pin
_Maxxx_19-Jul-10 14:36
professional_Maxxx_19-Jul-10 14:36 
QuestionWPF Calendar Binding Pin
carrigart18-Jul-10 6:33
carrigart18-Jul-10 6:33 
AnswerRe: WPF Calendar Binding Pin
Parwej Ahamad18-Jul-10 8:20
professionalParwej Ahamad18-Jul-10 8:20 
GeneralRe: WPF Calendar Binding Pin
carrigart18-Jul-10 9:37
carrigart18-Jul-10 9:37 
QuestionValidator.ValidateProperty always throw error and application is exited Pin
ctlqt1217-Jul-10 23:10
ctlqt1217-Jul-10 23:10 
QuestionFull Silverlight website Pin
mehrdadc4816-Jul-10 18:33
mehrdadc4816-Jul-10 18:33 
AnswerRe: Full Silverlight website Pin
Kunal Chowdhury «IN»17-Jul-10 4:45
professionalKunal Chowdhury «IN»17-Jul-10 4:45 
AnswerRe: Full Silverlight website Pin
Abhinav S17-Jul-10 6:35
Abhinav S17-Jul-10 6:35 
QuestionWPF MVVM Multiple Vs with one VM Pin
_Maxxx_15-Jul-10 19:51
professional_Maxxx_15-Jul-10 19:51 

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.