Webpage error details 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 bilalmblya.ServiceReference2.icerikgetirCompletedEventArgs.get_Result() at bilalmblya.Sayfalar.kurumsal.hakkimizda.servis_icerikgetirCompleted(Object sender, icerikgetirCompletedEventArgs e) at bilalmblya.ServiceReference2.accesswebservisSoapClient.OnicerikgetirCompleted(Object state) Line: 1 Char: 1 Code: 0 I create web service for my silverlight application. It works on local succesfully but i get this error on host. ?
http://www.kucukkilic.com/accesswebservis.asmx it's my web service. Do i have to change any option to use it on my host
I don't see any errors with http://www.kucukkilic.com/accesswebservis.asmx. Do you have any URL rewrites or some kind of redirect on http://www.kucukkilic.com?
No i don't have. if you check website from www.kucukkilic.com how it's work. maybe you can help me better thank you very much...
When I pull up http://www.kucukkilic.com, I click on the Enter button, Then your site goes to http://www.kucukkilic.com/#Anasayfa When I click on the menu Company/About Us the URL changes to... http://www.kucukkilic.com/#Hakkimizda Is this doing some kind of redirect or rewrite? I checked your root and I do not see any files or folder with #Hakkimizda.
no there is #hakkimizda in sayfalar folder and in xap file. And it's not redirect or rewrite it's navigate to hakkimizda page. Only Frame navigating in silverlight application. I just wanna know. Do i have to do something use webservice at Winhost host. I got confused Thank you very much again
There's really no server setting you need to impose on the server to run a web service. Everything is dictated on how you code your web service.
but i told you my webservice is working great on localhost. Maybe There some settings on my service code. I will try to find it Thank you very much.