Advanced Forum Search Results
-
Hi,
For open file use OpenFileDialog.
HttpWebRequest helps you to upload file to server. Look http://channel9.msdn.com/posts/mtaulty/Silverlight-Using-HttpWebRequest/
-
Hi,
Try to make a security configuration of IE weaker.
-
Hi,
You can't get a windows user id from Silverlight application. Silverlight don't have API and permission for access to client data.
-
[quote user="aspn00b69"] That is a bit harder to do when the object that is populating the field is an integer, and not a City class, coming from the database.[/quote]
Also, use can use a IValueConverter instead that implementation.
-
Look http://blah.winsmarts.com/2008-7-Using_a_WCF_Client_to_talk_to_SharePoint_OOTB_Web_Services.aspx
-
Hi,
You need to correct a url to web service in Silverlight application.
-
Does ClientCredentials has properties UserName and Password or something like that?
-
[quote user="Seuche"]Is it possible to get Completed Events as Channel Factory user, too?[/quote]
No, need to use calbacks. Did you see http://www.netfxharmonics.com/2008/11/Understanding-WCF-Services-in-Silverlight-2?
Seems like all right at code which you show. Look at that article there are a part about Channel Factory.
-
Hi,
You need to subscribe to serviceClient.ReturnDataCompleted(maybe name is different it is depend on method to call) event and you will get data at that handler.
-
Hi,
You need to load whole Silverlight application and parse it for AppManifest.xaml file.