Szabolcs Molnar said:
NOTICIAS írta:
1; Do you get an error when trying to load your application? If so, then
add <customErrors mode="Off" /> inside the <system.web> tag, maybe that
will show you a better error message.
I sent the precompiled site to brinkster, \bin with all its stuff included
(Microsoft.Web.Preview.dll,
Ajaxextensionstoolbox.dll, Ajaxcontroltoolkit.dll and so on) and that's
what I get:
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
'System.Web.Extensions, Version=1.0.61025.0, Culture=neutral,
PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system
cannot find the file specified.
Source Error:
Line 1: <%@ Page Language="C#" AutoEventWireup="true"
CodeFile="Default.aspx.cs" Inherits="_Default" %>
Line 2:
Line 3: <%@ Register Assembly="System.Web.Extensions, Version=1.0.61025.0,
Culture=neutral, PublicKeyToken=31bf3856ad364e35"
Line 4: Namespace="System.Web.UI" TagPrefix="asp" %>
Line 5: <%@ Register Assembly="AjaxControlToolkit"
Namespace="AjaxControlToolkit" TagPrefix="cc1" %>
Source File: /PRUEBAS/default.aspx Line: 3
Assembly Load Trace: The following information can be helpful to determine
why the assembly 'System.Web.Extensions, Version=1.0.61025.0,
Culture=neutral, PublicKeyToken=31bf3856ad364e35' 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.42; ASP.NET
Version:2.0.50727.210
2; are you on a server with asp.net 2.0? Brinkster both have 1.1 and 2.0
servers. if you are hosted on a 1.1 server, you have to ask support to
upgrade your account to .net 2.0
2.0 as you can see up in this message