Skip to main content
Home Forums General Silverlight Installation and Setup blank browser screen after SL3 install
10 replies. Latest Post by StevieWright on September 22, 2009.
(0)
StevieWr...
Member
0 points
55 Posts
09-11-2009 6:03 AM |
Hi ...
1. Have installed VS2008 SP1
2. Have installed SL plugins/toolkit/SDK etc of SL3
trying my first SL application, opting for install as web app (and no other changes except an addition of a TextBlock into the user control)
SL comes up with a blank browser screen and a popup asking me if I want to install SL. Looking at the solution explorer, I also have a testpage (html) and a testpage (aspx), where it is stated when you create the app, and opt for website, no testpages are created.
Any Idea what is wrong ?? Using XP professional SP3, and the browser which comes along with that.
thx ... Steve
Pravinku...
Contributor
4300 points
708 Posts
09-11-2009 6:13 AM |
Hi,
Check this link-
http://silverlight.net/getstarted/
Check the installation steps here. If you are already working on Silverlight 3 and wants to upgrade to Silverlight 3 then check the below link-
http://www.dotnetcurry.com/ShowArticle.aspx?ID=293
http://blogs.msdn.com/jamlew/archive/2009/07/11/upgrading-to-silverlight-3-tools-for-vs2008-rtw.aspx
Thanks,
Pravin
"Please mark as answered, if this answers your question"
09-11-2009 4:05 PM |
Hi .. took all download steps as indicated in your response ... no problems in install ...
Started on the "helloworld sl app." Result is the same: blank screen, and a SL image inviting me to install SL. Checked the HTML, why is the img in the code ??? code below ...
<%
<
html, body {
height: 100%;
overflow: auto;
}
body {
padding: 0;
margin: 0;
#silverlightControlHost {
text-align:center;
appSource = sender.getHost().Source;
errMsg +=
</
Wilfred ...
Participant
1318 points
258 Posts
09-11-2009 4:43 PM |
Steve,
Try debugging your application in Visual Studio. That way you will know if the application is getting executed or not.
09-12-2009 1:46 AM |
There isn't really a lot to debug. I put a breakpoint on the Initializecomponent() statement, and it does not hit, but I am at a bit of a loss on next steps ... for me, the install looks ok, and in solution explorer, all the necssary files seem to be there ...
Still wondering why there is an img/link in the code inviting to install SL ... still wondering why there is a aspx test page AND an html testpage ...
Mog Lian...
All-Star
15884 points
1,541 Posts
09-15-2009 1:57 AM |
Is it possible the silverlight plugin is disabled by browser? Could you see the silverlight application at http://silverlight.net/?
If you could see the silverlight on otherweb site, then i may be some problem on your silverlight project. Could you upload the sample project to SkyDrive and paste link here?
09-15-2009 5:24 PM |
Hi Mog,,
Website is visible for me. Tried SkyDrive for the first time. Couldnt find an option to upload directories, so I have uploaded 16 separate files of my test project. No changes made to project par addition of a button.
Link --- >
http://cid-e8e9373005f6b7e5.skydrive.live.com/browse.aspx/SL%20Test%20App
Is accessible for everyone. If you really need all files uploaded in their respective directories, tell me how to do it with SjyDrive and I'll reattempt an upload .... thx ... Steve
PS one burning question: are there any restrictions on using Silverlight on windows mobile phones ????
09-15-2009 10:04 PM |
I still cannot reproduce the problem, here is the project with your provided code file.
http://cid-8d29fb569d8d732f.skydrive.live.com/self.aspx/.Public/test%5E_project.zip
Please try create a new silverlight project and test if problem still exist. You could upload the entire project by compressing to one zip file.
09-16-2009 5:54 AM |
Hi Mog,
Re-uploaded project using PkZip ....
Link --->
http://cid-e8e9373005f6b7e5.skydrive.live.com/browse.aspx/SL%20App%201
thx .. Steve
Maud
3286 points
453 Posts
09-16-2009 11:51 PM |
Your sample project run correctly on my machine. There is something wrong with silverlight runtime or silverlight tool.
You could clean up the silverlight runtime and reinstall, then check if it solve the problem.
http://blogs.msdn.com/rpomeroy/archive/2008/06/10/how-to-manually-clean-up-a-bad-silverlight-installation.aspx
If problem still exist, try reinstall silverlight tool.
http://www.microsoft.com/downloads/details.aspx?displaylang=en&FamilyID=9442b0f2-7465-417a-88f3-5e7b5409e9dd
09-22-2009 2:20 PM |
Hi Mog, thx for that. I'll do a reinstall on a different, clean machine, and see what happens ...