Silverlight WCF service calling exception -
a silverlight 3.0 application tries call wcf service application can not establish connection endpoint. had checked urls etc. , every thing seems ok. accessing service other tools browser works. when debug application in visual studio when first call service made below output dumped:
'sllauncher.exe' (silverlight): loaded 'c:\program files\microsoft silverlight\4.0.50401.0\system.servicemodel.dll' first chance exception of type 'system.io.filenotfoundexception' occurred in mscorlib.dll
when above error happens, application starts wait until timeout.
also silverlight application out of browser 1 elevated permissions set true no need crossdomain.xml.
i wonder if above system.io.filenotfoundexception can detailed doing something? or may may have come problem.
thanks anyway.
it issue of calling wcf service high level @ app.xaml.cs, problem gone when called mainpage.xaml.cs.
Comments
Post a Comment