74 messaggi dal 01 aprile 2001
Ciao a tutti, sto cercando di provare gli esempi di vs.net allegati per capire un pò qualcosa.
Ho provato nella cartella vb7/vbsample/
Ho pravato ad installare il componente DHTMLWebForm, una volta installato lo provo ad aprire con vs.net, come spiega il file txt, ma ricevo questo errore:

Errore server nell'applicazione '/DHTMLWebForm'.
--------------------------------------------------------------------------------

Errore di compilazione
Descrizione: Si è verificato un errore durante la compilazione di una risorsa necessaria per soddisfare la richiesta. Verificare i dettagli dell'errore specifico riportati di seguito e modificare il codice sorgente in modo appropriato.

Messaggio di errore del compilatore: BC30138: Impossibile creare il file temporaneo nel percorso "C:\WINDOWS\TEMP\": Accesso negato.

Errore nel codice sorgente:



[Nessuna riga di codice sorgente corrispondente]


File sorgente: vbc : Riga: 0



Mostra dettagli dell'output del compilatore:


C:\WINDOWS\system32> "c:\windows\microsoft.net\framework\v1.0.3705\vbc.exe" /t:library /utf8output /R:"c:\windows\assembly\gac\system.drawing\1.0.3300.0__b03f5f7f11d50a3a\system.drawing.dll" /R:"c:\windows\assembly\gac\system.data\1.0.3300.0__b77a5c561934e089\system.data.dll" /R:"c:\windows\assembly\gac\system.web.mobile\1.0.3300.0__b03f5f7f11d50a3a\system.web.mobile.dll" /R:"c:\windows\assembly\gac\system.enterpriseservices\1.0.3300.0__b03f5f7f11d50a3a\system.enterpriseservices.dll" /R:"c:\windows\microsoft.net\framework\v1.0.3705\temporary asp.net files\dhtmlwebform\8cbb6f1f\a3413187\assembly\dl2\5b89d96b\8257af7c_0dbfc201\webformdhtmldemo.dll" /R:"c:\windows\assembly\gac\system.xml\1.0.3300.0__b77a5c561934e089\system.xml.dll" /R:"c:\windows\assembly\gac\system\1.0.3300.0__b77a5c561934e089\system.dll" /R:"c:\windows\assembly\gac\system.web\1.0.3300.0__b03f5f7f11d50a3a\system.web.dll" /R:"c:\windows\assembly\gac\system.web.services\1.0.3300.0__b03f5f7f11d50a3a\system.web.services.dll" /out:"C:\WINDOWS\Microsoft.NET\Framework\v1.0.3705\Temporary ASP.NET Files\dhtmlwebform\8cbb6f1f\a3413187\gi_chhso.dll" /D:DEBUG=1 /debug+ "C:\WINDOWS\Microsoft.NET\Framework\v1.0.3705\Temporary ASP.NET Files\dhtmlwebform\8cbb6f1f\a3413187\gi_chhso.0.vb"


Compilatore Microsoft (R) Visual Basic .NET versione 7.00.9466
per Microsoft (R) .NET Framework versione 1.00.3705.288
Copyright (C) Microsoft Corporation 1987-2001. Tutti i diritti riservati.

vbc : error BC30138: Impossibile creare il file temporaneo nel percorso "C:\WINDOWS\TEMP\": Accesso negato.





Mostra origine di compilazione completa:


Riga 1: '------------------------------------------------------------------------------
Riga 2: ' <autogenerated>
Riga 3: ' This code was generated by a tool.
Riga 4: ' Runtime Version: 1.0.3705.288
Riga 5: '
Riga 6: ' Changes to this file may cause incorrect behavior and will be lost if
Riga 7: ' the code is regenerated.
Riga 8: ' </autogenerated>
Riga 9: '------------------------------------------------------------------------------
Riga 10:
Riga 11: Option Strict Off
Riga 12: Option Explicit On
Riga 13:
Riga 14: Imports Microsoft.VisualBasic
Riga 15: Imports System
Riga 16: Imports System.Collections
Riga 17: Imports System.Collections.Specialized
Riga 18: Imports System.Configuration
Riga 19: Imports System.Text
Riga 20: Imports System.Text.RegularExpressions
Riga 21: Imports System.Web
Riga 22: Imports System.Web.Caching
Riga 23: Imports System.Web.Security
Riga 24: Imports System.Web.SessionState
Riga 25: Imports System.Web.UI
Riga 26: Imports System.Web.UI.HtmlControls
Riga 27: Imports System.Web.UI.WebControls
Riga 28:
Riga 29: Namespace ASP
Riga 30:
Riga 31: <System.Runtime.CompilerServices.CompilerGlobalScopeAttribute()> _
Riga 32: Public Class Global_asax
Riga 33: Inherits WebFormDHTMLDemo.Global
Riga 34:
Riga 35: Private Shared __intialized As Boolean = false
Riga 36:
Riga 37: Public Sub New()
Riga 38: MyBase.New
Riga 39: If (ASP.Global_asax.__intialized = false) Then
Riga 40: ASP.Global_asax.__intialized = true
Riga 41: End If
Riga 42: End Sub
Riga 43: End Class
Riga 44: End Namespace
Riga 45:





--------------------------------------------------------------------------------
Informazioni di versione: Versione di Microsoft .NET Framework:1.0.3705.288; Versione di ASP.NET:1.0.3705.288


Qualcuno di voi sa darmi una spiegazione?

Grazie
Modificato da linker il 18 gennaio 2003 17.25 -

mungo mauro

Torna al forum | Feed RSS

ASPItalia.com non è responsabile per il contenuto dei messaggi presenti su questo servizio, non avendo nessun controllo sui messaggi postati nei propri forum, che rappresentano l'espressione del pensiero degli autori.