Click here to Skip to main content
15,896,063 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have used AspNetVideo for window media player control that displays in the toolbox. I did everything that i wanted to and it's working fine in my local computer. The problem is it is not working online server. When I browse the particular file where media player is added it displays the result as;

Server Error in '/' Application.

Parser Error

Description: An error occurred during the parsing of a resource required to service this request. Please review the following specific parse error details and modify your source file appropriately.

Parser Error Message: Could not load file or assembly 'ASPNetVideo.NET2' or one of its dependencies. The system cannot find the file specified.

Source Error:


Line 1: <%@ Page Language="C#" MasterPageFile="~/HomeMaster.master" AutoEventWireup="true" CodeFile="BanjaraVideos.aspx.cs" Inherits="BanjaraVideos" Title="Untitled Page" %>
Line 2:
Line 3: <%@ Register assembly="ASPNetVideo.NET2" namespace="ASPNetVideo" tagprefix="ASPNetVideo" %>
Line 4:
Line 5: <asp:Content ID="Content1" ContentPlaceHolderID="head" Runat="Server">

Source File: /BanjaraVideos.aspx Line: 3

Assembly Load Trace: The following information can be helpful to determine why the assembly 'ASPNetVideo.NET2' could not be loaded.


WRN: Assembly binding logging is turned OFF.
To enable assembly bind failure logging, set the registry value [HKLM\Software\Microsoft\Fusion!EnableLog] (DWORD) to 1.
Note: There is some performance penalty associated with assembly bind failure logging.
To turn this feature off, remove the registry value [HKLM\Software\Microsoft\Fusion!EnableLog].

Version Information: Microsoft .NET Framework Version:2.0.50727.5446; ASP.NET Version:2.0.50727.5420
Posted
Comments
saini arun 7-Dec-11 2:55am    
Are you sure you have ASPNetVideo.NET2.dll in your BIN folder on server?

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900