Silverlight OutOfBrowser Problem
- by senpark15
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.