jeanne
12-03-2008, 02:57 AM
I am trying to load a silverlight application I have written in Visual Studio 2008. It works fine on my local machine, but when I upload the application and try to run it, I get the following error:
Could not load file or assembly 'System.Web.Silverlight' or one of its dependencies. The system cannot find the file specified.
Source Error:
Line 1: <%@ Page Language="C#" AutoEventWireup="true" %>
Line 2:
Line 3: <%@ Register Assembly="System.Web.Silverlight" Namespace="System.Web.UI.SilverlightControls"
Line 4: TagPrefix="asp" %>
Line 5:
Source File: /TestBed.Web/TestBedTestPage.aspx Line: 3
Does the silverlight application have to be in the root directory? Do I need some kind of special account to run Silverlight applications?
Thanks for any suggestions,
Jeanne
Could not load file or assembly 'System.Web.Silverlight' or one of its dependencies. The system cannot find the file specified.
Source Error:
Line 1: <%@ Page Language="C#" AutoEventWireup="true" %>
Line 2:
Line 3: <%@ Register Assembly="System.Web.Silverlight" Namespace="System.Web.UI.SilverlightControls"
Line 4: TagPrefix="asp" %>
Line 5:
Source File: /TestBed.Web/TestBedTestPage.aspx Line: 3
Does the silverlight application have to be in the root directory? Do I need some kind of special account to run Silverlight applications?
Thanks for any suggestions,
Jeanne