Silverlight OutOfBrowser Problem

Posted by senpark15 on Stack Overflow See other posts from Stack Overflow or by senpark15
Published on 2010-03-06T11:29:16Z Indexed on 2010/03/09 7:06 UTC
Read the original article Hit count: 528

I am developing silverlight application. I want create the out of browser application .

This is My OutOfBrowserSettings.xml

<OutOfBrowserSettings ShortName="CollegeManagement Application" EnableGPUAcceleration="False" ShowInstallMenuItem="True">
  <OutOfBrowserSettings.Blurb>CollegeManagement Application on your desktop; at home, at work or on the go.</OutOfBrowserSettings.Blurb>
  <OutOfBrowserSettings.WindowSettings>
    <WindowSettings Title="CollegeManagement Application" Height="300" Width="500" />
  </OutOfBrowserSettings.WindowSettings>
  <OutOfBrowserSettings.Icons />
</OutOfBrowserSettings>

It Installed correctly. But When I open the outofBrowser application, It Shows Blank White Page,It doesn't Show start page

please help me,

Thank you.

© Stack Overflow or respective owner

Related posts about silverlight-3.0

Related posts about Silverlight