Wrox Home  
Search P2P Archive for: Go

  Return to Index  

aspx_espanol thread: problemas


Message #1 by "Daniel Chavez" <chavezd@r...> on Sat, 30 Mar 2002 11:04:43 -0500
This is a multi-part message in MIME format.

------=_NextPart_000_0005_01C1D7DA.B2683260
Content-Type: text/plain;
	charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

hola gente he instalado el Visual Studio. net Professional
ahora los proyectos que he realizado en el beta ya no me funcionan y me 
sale el siguiente error:

-------------------------------------------------------------------------
-------


Server Error in '/miprimercs' 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: File or assembly name System.Web, or one of its 
dependencies, was not found.

Source Error:


Line 67:     -->
Line 68:     <httpHandlers>
Line 69:             <add verb=3D"*" path=3D"*.vb" 
type=3D"System.Web.HttpNotFoundHandler,System.Web" />
Line 70:             <add verb=3D"*" path=3D"*.cs" 
type=3D"System.Web.HttpNotFoundHandler,System.Web" />
Line 71:             <add verb=3D"*" path=3D"*.vbproj" 
type=3D"System.Web.HttpNotFoundHandler,System.Web" />
    


Source File: C:\Inetpub\wwwroot\miprimercs\web.config    Line: 69

Assembly Load Trace: The following information can be helpful to 
determine why the assembly 'System.Web' could not be loaded.


=3D=3D=3D Pre-bind state information =3D=3D=3D
LOG: DisplayName =3D System.Web
 (Partial)
LOG: Appbase =3D file:///C:/Inetpub/wwwroot/miprimercs
LOG: Initial PrivatePath =3D bin
Calling assembly : (Unknown).
=3D=3D=3D

LOG: Policy not being applied to reference at this time (private, 
custom, partial, or location-based assembly bind).
LOG: Post-policy reference: System.Web
LOG: Attempting download of new URL 
file:///C:/WINNT/Microsoft.NET/Framework/v1.0.3705/Temporary ASP.NET 
Files/miprimercs/b0584bf9/7529b667/System.Web.DLL.
LOG: Attempting download of new URL 
file:///C:/WINNT/Microsoft.NET/Framework/v1.0.3705/Temporary ASP.NET 
Files/miprimercs/b0584bf9/7529b667/System.Web/System.Web.DLL.
LOG: Attempting download of new URL 
file:///C:/Inetpub/wwwroot/miprimercs/bin/System.Web.DLL.
LOG: Attempting download of new URL 
file:///C:/Inetpub/wwwroot/miprimercs/bin/System.Web/System.Web.DLL.
LOG: Attempting download of new URL 
file:///C:/WINNT/Microsoft.NET/Framework/v1.0.3705/Temporary ASP.NET 
Files/miprimercs/b0584bf9/7529b667/System.Web.EXE.
LOG: Attempting download of new URL 
file:///C:/WINNT/Microsoft.NET/Framework/v1.0.3705/Temporary ASP.NET 
Files/miprimercs/b0584bf9/7529b667/System.Web/System.Web.EXE.
LOG: Attempting download of new URL 
file:///C:/Inetpub/wwwroot/miprimercs/bin/System.Web.EXE.
LOG: Attempting download of new URL 
file:///C:/Inetpub/wwwroot/miprimercs/bin/System.Web/System.Web.EXE.

    




-------------------------------------------------------------------------
-------

Version Information: Microsoft .NET Framework Version:1.0.3705.0; 
ASP.NET Version:1.0.3705.0

-------------------------------------------------------------------------
-------

'=BFcual puede ser el error?

      Atte.
      Daniel Chavez B
      RoyalSystems SAC
      Cel: 7409455



Message #2 by "Jorge Martinez" <jmartinez@o...> on Sun, 31 Mar 2002 03:47:56 -0400
This is a multi-part message in MIME format.

------=_NextPart_000_000E_01C1D866.D8BA5B00
Content-Type: text/plain;
	charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

Acotaci=F3n: no es necesario hacer cross-posting. S=F3lo usa la lista de 
un
grupo que pueda satisfacer tus consultas... y dedicate a esperar y
observar... en caso que en un grupo te vaya mal, te pasas a otro...
hasta que encuentres el que mejor cumpla tus requerimientos. Lo otro...
de vez en cuando es bueno leer todo lo que pasa por la lista... y si
eres nuevo, tambien es recomendable hacer una busqueda por Keywords en
los mails anteriores. En =E9ste caso el keyword "httpHandlers" te 
hubiese
dado excelentes resultados.

Respecto a tu pregunta, uno de los cambios que se produjo al pasar desde
la versi=F3n Beta2 a la Final, es que las siguientes l=EDneas fueron
removidas desde el archivo Web.config:
  _____ 

<httpHandlers>
            <add verb=3D"*" path=3D"*.vb"
type=3D"System.Web.HttpNotFoundHandler,System.Web" />
            <add verb=3D"*" path=3D"*.cs"
type=3D"System.Web.HttpNotFoundHandler,System.Web" />
            <add verb=3D"*" path=3D"*.vbproj"
type=3D"System.Web.HttpNotFoundHandler,System.Web" />
            <add verb=3D"*" path=3D"*.csproj"
type=3D"System.Web.HttpNotFoundHandler,System.Web" />
            <add verb=3D"*" path=3D"*.webinfo"
type=3D"System.Web.HttpNotFoundHandler,System.Web" />
</httpHandlers>

  _____ 


y las siguientes fueron agregadas al archivo machine.config
  _____ 

        <httpHandlers><!--<add verb=3D"*" path=3D"*.vsdisco"
type=3D"System.Web.Services.Discovery.DiscoveryRequestHandler,
System.Web.Services, Version=3D1.0.3300.0, Culture=3Dneutral,
PublicKeyToken=3Db03f5f7f11d50a3a" validate=3D"false"/>-->
            <add verb=3D"*" path=3D"trace.axd"
type=3D"System.Web.Handlers.TraceHandler"/>
            <add verb=3D"*" path=3D"*.aspx"
type=3D"System.Web.UI.PageHandlerFactory"/>
            <add verb=3D"*" path=3D"*.ashx"
type=3D"System.Web.UI.SimpleHandlerFactory"/>
            <add verb=3D"*" path=3D"*.asmx"
type=3D"System.Web.Services.Protocols.WebServiceHandlerFactory,
System.Web.Services, Version=3D1.0.3300.0, Culture=3Dneutral,
PublicKeyToken=3Db03f5f7f11d50a3a" validate=3D"false"/>
            <add verb=3D"*" path=3D"*.rem"
type=3D"System.Runtime.Remoting.Channels.Http.HttpRemotingHandlerFactory,

System.Runtime.Remoting, Version=3D1.0.3300.0, Culture=3Dneutral,
PublicKeyToken=3Db77a5c561934e089" validate=3D"false"/>
            <add verb=3D"*" path=3D"*.soap"
type=3D"System.Runtime.Remoting.Channels.Http.HttpRemotingHandlerFactory,

System.Runtime.Remoting, Version=3D1.0.3300.0, Culture=3Dneutral,
PublicKeyToken=3Db77a5c561934e089" validate=3D"false"/>
            <add verb=3D"*" path=3D"*.asax"
type=3D"System.Web.HttpForbiddenHandler"/>
            <add verb=3D"*" path=3D"*.ascx"
type=3D"System.Web.HttpForbiddenHandler"/>
            <add verb=3D"*" path=3D"*.config"
type=3D"System.Web.HttpForbiddenHandler"/>
            <add verb=3D"*" path=3D"*.cs"
type=3D"System.Web.HttpForbiddenHandler"/>
            <add verb=3D"*" path=3D"*.csproj"
type=3D"System.Web.HttpForbiddenHandler"/>
            <add verb=3D"*" path=3D"*.vb"
type=3D"System.Web.HttpForbiddenHandler"/>
            <add verb=3D"*" path=3D"*.vbproj"
type=3D"System.Web.HttpForbiddenHandler"/>
            <add verb=3D"*" path=3D"*.webinfo"
type=3D"System.Web.HttpForbiddenHandler"/>
            <add verb=3D"*" path=3D"*.asp"
type=3D"System.Web.HttpForbiddenHandler"/>
            <add verb=3D"*" path=3D"*.licx"
type=3D"System.Web.HttpForbiddenHandler"/>
            <add verb=3D"*" path=3D"*.resx"
type=3D"System.Web.HttpForbiddenHandler"/>
            <add verb=3D"*" path=3D"*.resources"
type=3D"System.Web.HttpForbiddenHandler"/>
            <add verb=3D"GET,HEAD" path=3D"*"
type=3D"System.Web.StaticFileHandler"/>
            <add verb=3D"*" path=3D"*"
type=3D"System.Web.HttpMethodNotAllowedHandler"/>
        </httpHandlers>

  _____ 


Por ende, la respuesta es que debes remover la secci=F3n httpHandlers
desde tu archivo Web.config


Saludos,
Jorge

-----Original Message-----
From: Daniel Chavez [mailto:chavezd@r...]
Sent: Saturday, March 30, 2002 12:05 PM
To: DesarrolloCSharp@g...;
"vbpuntonet@y..."@server.royalsystems.com.pe;
"vbnet@m..."@server.royalsystems.com.pe;
aspx_espanol@p...;
"mspuntonet@y..."@server.royalsystems.com.pe;
"sos-puntonet@y..."@server.royalsystems.com.pe
Cc: MUGPERU
Subject: [sos-puntonet] problemas


hola gente he instalado el Visual Studio. net Professional
ahora los proyectos que he realizado en el beta ya no me funcionan y me
sale el siguiente error:

  _____ 



Server Error in '/miprimercs' 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: File or assembly name System.Web, or one of its
dependencies, was not found.

Source Error:



Line 67:     -->

Line 68:     <httpHandlers>

Line 69:             <add verb=3D"*" path=3D"*.vb"
type=3D"System.Web.HttpNotFoundHandler,System.Web" />

Line 70:             <add verb=3D"*" path=3D"*.cs"
type=3D"System.Web.HttpNotFoundHandler,System.Web" />

Line 71:             <add verb=3D"*" path=3D"*.vbproj"
type=3D"System.Web.HttpNotFoundHandler,System.Web" />

Source File: C:\Inetpub\wwwroot\miprimercs\web.config    Line: 69

Assembly Load Trace: The following information can be helpful to
determine why the assembly 'System.Web' could not be loaded.



=3D=3D=3D Pre-bind state information =3D=3D=3D

LOG: DisplayName =3D System.Web

 (Partial)

LOG: Appbase =3D file:///C:/Inetpub/wwwroot/miprimercs

LOG: Initial PrivatePath =3D bin

Calling assembly : (Unknown).

=3D=3D=3D



LOG: Policy not being applied to reference at this time (private,
custom, partial, or location-based assembly bind).

LOG: Post-policy reference: System.Web

LOG: Attempting download of new URL
file:///C:/WINNT/Microsoft.NET/Framework/v1.0.3705/Temporary ASP.NET
Files/miprimercs/b0584bf9/7529b667/System.Web.DLL.

LOG: Attempting download of new URL
file:///C:/WINNT/Microsoft.NET/Framework/v1.0.3705/Temporary ASP.NET
Files/miprimercs/b0584bf9/7529b667/System.Web/System.Web.DLL.

LOG: Attempting download of new URL
file:///C:/Inetpub/wwwroot/miprimercs/bin/System.Web.DLL.

LOG: Attempting download of new URL
file:///C:/Inetpub/wwwroot/miprimercs/bin/System.Web/System.Web.DLL.

LOG: Attempting download of new URL
file:///C:/WINNT/Microsoft.NET/Framework/v1.0.3705/Temporary ASP.NET
Files/miprimercs/b0584bf9/7529b667/System.Web.EXE.

LOG: Attempting download of new URL
file:///C:/WINNT/Microsoft.NET/Framework/v1.0.3705/Temporary ASP.NET
Files/miprimercs/b0584bf9/7529b667/System.Web/System.Web.EXE.

LOG: Attempting download of new URL
file:///C:/Inetpub/wwwroot/miprimercs/bin/System.Web.EXE.

LOG: Attempting download of new URL
file:///C:/Inetpub/wwwroot/miprimercs/bin/System.Web/System.Web.EXE.



  _____ 

Version Information: Microsoft .NET Framework Version:1.0.3705.0;
ASP.NET Version:1.0.3705.0
  _____ 

'=BFcual puede ser el error?

Atte.=09
Daniel Chavez B=09
RoyalSystems SAC=09
Cel: 7409455=09




  Return to Index