Ciao a tutti!
Ho creato un progetto in asp mvc 2 con VS web Developer 2010 e framework .net 4.
Il mio progetto "viveva" fino a poco tempo fa nella cartella "Projects" di Visual Studio. Fin qui tutto ok!
Volendo creare una copia di backup ho trascinato la cartella sul Desktop, facendo di fatto un taglia/incolla.
Ora se lancio la soluzione dalla cartella sul Desktop tutto ok, se provo a ricopiare la cartella del mio progetto in "Projects"quando apro la soluzione di mi segnala che il codice potrebbe essere non affidabile, chiedendomi se volgio cmq aprire la soluzione, una volta aperto il progetto la compilazione va a buon fine, ma nel browser mi da il segente errore:
Server Error in '/' 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: An error occurred loading a configuration file: Failed to start monitoring changes to '\\192.168.1.32\Documenti\Visual Studio 2010\Projects\Cervia\Cervia\views' because the network BIOS command limit has been reached. For more information on this error, please refer to Microsoft knowledge base article 810886. Hosting on a UNC share is not supported for the Windows XP Platform.
Source Error:
[No relevant source lines]
Source File: \\192.168.1.32\Documenti\Visual Studio 2010\Projects\Cervia\Cervia\views\web.config Line: 0
Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.0.30319.1
Sapete come mai?
Grazie a tutti