我想在Silverlight 3.0創建一個 「Hello World」 應用程序,但它運行的時候,有一個錯誤:(IE 8)Silverlight將不會加載
錯誤:
Unhandled Error in Silverlight Application
Code: 2104
Category: InitializeError
Message: Could not download the Silverlight application. Check web server settings
當創建項目,我選擇舉辦一個新的網站(ASP.net Web應用程序項目)的Silverlight應用程序
這裏是我的代碼:
<UserControl x:Class="Test.MainPage"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:d="http://schemas.microsoft.com/expression/blend/2008" xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
mc:Ignorable="d" d:DesignWidth="640" d:DesignHeight="480">
<Grid x:Name="LayoutRoot">
<TextBlock Text="Hello World!"/>
</Grid>
</UserControl>
我也試圖在Firefox中運行,但它在那裏也不工作。
有沒有人知道如何解決這個問題?
如何將MIME類型添加到從VS 2008運行的ASP.NET開發服務器? – eflles 2009-08-07 10:02:29
安裝Silverlight工具,他們會正確設置它。 – 2009-08-07 10:59:16