Advanced Forum Search Results
-
Most likely you need to add a clientaccesspolicy.xml file at the root of your site. This should allow you to access the service. I think in this instance you maybe cross domain from local to server.
-
you will have to write some type of service for the silverlight client to call and get the data. The call to the server is async so dont be suprised.
-
Silverlight runs on the client you still need to stream the data down from the server. Silverlight should be able to stream video without having a specialized handerl.
-
Yeah I have trouble in vs as well. The best thing i can say is try and use blend.
-
you can use this tool http://shazzam-tool.com/ to make your own. Also dont just search for silverlight any pixel shader with wpf will work too.
-
Another posted mentioned this
http://www.codeplex.com/SilverlightValidator
You can try using some type of validation or do it in the onchanged event.
-
Use the htmlpage object. This object allows you to control the dom through silverlight in c# code.
-
Before you can install anything you have to have c:\drive space. Without the space you may encounter alot of other errors... you need to be able to create temp files for most applications, most applications store data in the AppData folder for your login. There are core files in system32 that will need to be updated. You cannot ...
-
I may have mis-understood but silverlight runs on the client. You would need a service layer to talk to the db. Silverlight(Client)-Service Layer(Web Server) - DB.
-
My only other question would be why do you have to uninstall silverlight ? I am curious on what upgrades are prevented.