Código:
Si le borro la línea funciona, Para que sirve esa línea???? Line 2: <%@ Register TagPrefix="iewc" Namespace="Microsoft.Web.UI.WebControls" Assembly="Microsoft.Web.UI.WebControls, Version=1.0.2.226, Culture=neutral, PublicKeyToken=31bf3856ad364e35" %>

Porque en el servidor funciona y en mi PC no??

El error completo es el siguiente:
Código:
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: File or assembly name Microsoft.Web.UI.WebControls, or one of its dependencies, was not found. Source Error: Line 1: <%@ Page Language="vb" AutoEventWireup="false" enableViewStateMac="False" Codebehind="DetalleEfectivo.aspx.vb" Inherits="Liquidacion.DetalleEfectivo" smartNavigation="True"%> Line 2: <%@ Register TagPrefix="iewc" Namespace="Microsoft.Web.UI.WebControls" Assembly="Microsoft.Web.UI.WebControls, Version=1.0.2.226, Culture=neutral, PublicKeyToken=31bf3856ad364e35" %> Line 3: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> Line 4: <HTML> Source File: C:\Joe\Desarrollo\Aplicaciones Web\Liquidacion\DetalleEfectivo.aspx Line: 2 Assembly Load Trace: The following information can be helpful to determine why the assembly 'Microsoft.Web.UI.WebControls' could not be loaded. === Pre-bind state information === LOG: DisplayName = Microsoft.Web.UI.WebControls, Version=1.0.2.226, Culture=neutral, PublicKeyToken=31bf3856ad364e35 (Fully-specified) LOG: Appbase = file:///C:/Joe/Desarrollo/Aplicaciones Web/Liquidacion LOG: Initial PrivatePath = bin Calling assembly : (Unknown). === LOG: Publisher policy file is not found. LOG: No redirect found in host configuration file (C:\WINNT\Microsoft.NET\Framework\v1.1.4322\aspnet.config). LOG: Using machine configuration file from C:\WINNT\Microsoft.NET\Framework\v1.1.4322\config\machine.config. LOG: Post-policy reference: Microsoft.Web.UI.WebControls, Version=1.0.2.226, Culture=neutral, PublicKeyToken=31bf3856ad364e35 LOG: Attempting download of new URL file:///C:/WINNT/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET Files/liquidacion/06ca71a1/42360fb3/Microsoft.Web.UI.WebControls.DLL. LOG: Attempting download of new URL file:///C:/WINNT/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET Files/liquidacion/06ca71a1/42360fb3/Microsoft.Web.UI.WebControls/Microsoft.Web.UI.WebControls.DLL. LOG: Attempting download of new URL file:///C:/Joe/Desarrollo/Aplicaciones Web/Liquidacion/bin/Microsoft.Web.UI.WebControls.DLL. LOG: Attempting download of new URL file:///C:/Joe/Desarrollo/Aplicaciones Web/Liquidacion/bin/Microsoft.Web.UI.WebControls/Microsoft.Web.UI.WebControls.DLL. LOG: Attempting download of new URL file:///C:/WINNT/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET Files/liquidacion/06ca71a1/42360fb3/Microsoft.Web.UI.WebControls.EXE. LOG: Attempting download of new URL file:///C:/WINNT/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET Files/liquidacion/06ca71a1/42360fb3/Microsoft.Web.UI.WebControls/Microsoft.Web.UI.WebControls.EXE. LOG: Attempting download of new URL file:///C:/Joe/Desarrollo/Aplicaciones Web/Liquidacion/bin/Microsoft.Web.UI.WebControls.EXE. LOG: Attempting download of new URL file:///C:/Joe/Desarrollo/Aplicaciones Web/Liquidacion/bin/Microsoft.Web.UI.WebControls/Microsoft.Web.UI.WebControls.EXE. -------------------------------------------------------------------------------- Version Information: Microsoft .NET Framework Version:1.1.4322.573; ASP.NET Version:1.1.4322.573