Ir para conteúdo

POWERED BY:

Arquivado

Este tópico foi arquivado e está fechado para novas respostas.

Fábio Zamboni

para um iniciante deseperado!

Recommended Posts

Olá bom dia a todos,Negócio é o seguinte, não entendo muito de .net, e não tenho ninguém q possa me ajudar aqui na empresa, o cara que programou o site não esta mais aqui, está viajando para o exterior, ou seja, não da para ligar para ele. Assim, eu fui tentar arrumar um erro que estava dando (conheço um pouco de programação, mas não .net) e acho que fiz bobagem =PBom, estava dando um erro, ai abri a página do erro e alterei a seguinte linha no código:de:

<%@ Page Language="VB" MasterPageFile="~/gerenciador/gerenciador.master" validateRequest=false AutoEventWireup="false" CodeFile="produtosjost.aspx.vb" Inherits="gerenciador_Default2" title=":: JOST :: " StylesheetTheme="gerenciador" Theme="gerenciador" %>

para:

<%@ Page Language="VB" MasterPageFile="gerenciador/gerenciador.master" validateRequest=false AutoEventWireup="false" CodeFile="produtosjost.aspx.vb" Inherits="gerenciador_Default2" title=":: JOST :: " StylesheetTheme="gerenciador" Theme="gerenciador" %>

apenas tirei o til (~) pois no caminho fisico do arquivo esse til não existia. Pois bem, o site inteiro parou de funcionar, essa linha ficou sublinhada no Visual Web Developer me indicando o seguinte erro:

y:\XXX\site\gerenciador\produtosjost.aspx: ASP.NET runtime error: An error occurred loading a configuration file: Failed to start monitoring change to y:\XXX\site\gerenciador because the network BIOS command limit has been reached. For more information on this error, please refer to Microsoft knowledge article 810886. Hosting on a UNC share is not supported for windows xp Platform

pus o til de volta e o erro continuo.na página ele me mostra isso: Server Error in '/jostsite' Application.--------------------------------------------------------------------------------Configuration Error Description: An error occurred during the processing of a configuration file required to service this request. Please review the specific error details below and modify your configuration file appropriately. Parser Error Message: Could not load file or assembly 'Microsoft.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. O sistema não pode encontrar o arquivo especificado.Source Error: Line 37: <add assembly="System.Web.RegularExpressions, Version=2.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A"/>Line 38: Line 39: <add assembly="Microsoft.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"/></assemblies>Line 40: </compilation>Line 41: <!-- Source File: E:\Clientes\xxx\site\web.config Line: 39 Assembly Load Trace: The following information can be helpful to determine why the assembly 'Microsoft.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 Alguém ai sabe o que pode estar acontecendo e como eu posso resolver???obrigadoFábio

Compartilhar este post


Link para o post
Compartilhar em outros sites

O '~' no caminho significa que o asp.net vai mapear o caminho da página ou diretório referenciado a partir da raiz do site. Tu tentaste recompilar a solution depois de ter feito as alterações?

Compartilhar este post


Link para o post
Compartilhar em outros sites

×

Informação importante

Ao usar o fórum, você concorda com nossos Termos e condições.