PDA

View Full Version : [Aspx]Errore caricamento pagina. Help.


W4lt0rD
26-11-2007, 14:02
Salve a tutti, è la prima volta che utilizzo Aspx sul mio pc, con Visual Web Developer 2005, (l'ho sempre utilizzato a scuola) ma dopo l'avvio del server locale, durante il caricamento della pagina, mi da questo errore:

http://img137.imageshack.us/img137/3894/asd2li3.png (http://img137.imageshack.us/img137/3894/asd2li3.png)



Server Error in '/Cap15' 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 'System.Web.Services, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. Impossibile trovare il file specificato.

Source Error:

Line 54: <add assembly="System.Web, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
Line 55: <add assembly="System.Data, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
Line 56: <add assembly="System.Web.Services, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" /> (Mi da qui l'errore)
Line 57: <add assembly="System.Xml, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
Line 58: <add assembly="System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />


Source File: D:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Config\web.config Line: 56

Assembly Load Trace: The following information can be helpful to determine why the assembly 'System.Web.Services, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' 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.832; ASP.NET Version:2.0.50727.832








Ho il .Net framework alla versione 2.0, ma non riesco a capire quale sia il problema...magari è pure un idiozia da parte mia. =D

Qualcuno può aiutarmi?

wingman87
26-11-2007, 14:09
Hai provato a fare quello che dice? Mi riferisco a questo:
Assembly Load Trace: The following information can be helpful to determine why the assembly 'System.Web.Services, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' 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].

W4lt0rD
26-11-2007, 14:29
Hai provato a fare quello che dice? Mi riferisco a questo:


Ho cercato. Dovrebbe essere una chiave del registro ma non ho idea di dove andare, cosa fare..

wingman87
26-11-2007, 14:43
Allora, se non sei su vista vai su "start->esegui" e lanci "regedit". Da lì segui il percorso HKLM\Software\Microsoft\Fusion!EnableLog e fai la modifica (HKLM è HKEY_LOCAL_MACHINE).
Se sei su vista è la stessa cosa ma "esegui" lo trovi su "Tutti i programmi->accessori".

Comunque non sono sicuro che sia questa la soluzione al problema, ma provare non costa nulla..

W4lt0rD
26-11-2007, 14:54
Ho trovato la chiave enablelog, ma è già settata a 1. Non capisco... .-.
Ho provato a settarla a 0 ma non cambia nulla.

wingman87
26-11-2007, 15:20
Come temevo.. d'altra parte era solo un warning... Aspetta che qualcuno + esperto ti dica cosa fare

W4lt0rD
26-11-2007, 15:49
Come temevo.. d'altra parte era solo un warning... Aspetta che qualcuno + esperto ti dica cosa fare

Ok, grazie cmq dei consigli. =D

W4lt0rD
26-11-2007, 16:47
Provo a installare il .Net 3.5
Spero cambi qualcosa..

W4lt0rD
26-11-2007, 17:11
Framework aggiornato, probelma risolto. =D
Si può chiudere grazie.