Advanced Forum Search Results
-
Hi Jesse,
Fantastic tutorial as always! can you please do one of the reverse please.
that is passing parameters from a silverlight app to the hosting aspnet page or any other aspnet page within the hosting project.
cheers
-
Hi could you please give me a step- by - step account of how you did it?
...cos at this point i might have to wear the dunce cap for 2 weeks!
-
Hi Silver Light 2 does not seem to work i tried running the simplest of application
Creating a button and clicking it to display click me...all i got when i ran it was a blank browser with an icon on the left still saying download silverlight"
what is this then ? can you help, else i have to install silverlight 1.1 until they address ...
-
I have checked and you are right! i looked in the bin and the dll version is of the application is version 1.0! and i have Silverlight 2.0 installed, so i think one way is to install SilverLight 1.0 until the samples have been migrated to Version 2.0 who knows when that will happen....it funny there is already a download for silverlight 2 but the ...
-
Hi thanks for that please let me know if it works, as i have not tried deploying it...just running it from the IDE,still the same though
-
Hi,
at least it seems that you have a deployed version that does not work but a local version that does is that what you are saying ? if it is i dont even get that far....my local version does not ven work i just get the stupid blank page with "install SilverLight" logo on it :
-
Hi umm what do you mean you are able to run it "by Launching the IDE, do you mean when you run the application by hitting F5 the browser displays your app correctly?
-
Hi Jonathan,
Ok i have looked at my test aspnet page that hists the SliverLight application and this the what i have:%@ Page Language="C#" AutoEventWireup="true" %>
<%@ Register Assembly="System.Web.Silverlight" Namespace="System.Web.UI.SilverlightControls"
TagPrefix="asp" ...
-
Hi Jonathan, here is the Link
http://silverlight.net/GetStarted/
the Scot Guthrie ' 8 part tutorial, I can even get past part 2 of it, due to this issue....do you mean the Test page? that host's the SilverLight App the Html and the asp pages as there are 2 pages(Html and aspnet generated) to host the Silverlight app from ...
-
oh by the way i was just trying to run a simple silverlight application "DiggSample" tutotrial from the offical silverlight website which i was following but i cant seem to see anything else when i hit F5 to run the app on the browser only a blank page with the silverlight download button...how do i solve this has anyone tried to run the ...