Error en Net Web
Publicado por Patricio Ojeda V (194 intervenciones) el 18/04/2007 16:34:56
Foristas,
Trabajo con:
- Gx 9 y Pattern 1.1
- Net U2
- DE U2
- SqlServer 2000
- IIS como Servidor Web
Tengo el siguiente error al hacer correr una aplicacion Web:
Server Error in '/Pattern' Application.
--------------------------------------------------------------------------------
.Config file client.exe.config can not be read successfully due to exception System.IO.FileNotFoundException: El sistema no puede hallar el archivo especificado. at System.IConfigHelper.Run(IConfigHandler factory, String fileName) at System.ConfigTreeParser.Parse(String fileName, String configPath).
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.Runtime.Remoting.RemotingException: .Config file client.exe.config can not be read successfully due to exception System.IO.FileNotFoundException: El sistema no puede hallar el archivo especificado. at System.IConfigHelper.Run(IConfigHandler factory, String fileName) at System.ConfigTreeParser.Parse(String fileName, String configPath).
Source Error:
An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.
Stack Trace:
[RemotingException: .Config file client.exe.config can not be read successfully due to exception System.IO.FileNotFoundException: El sistema no puede hallar el archivo especificado.
at System.IConfigHelper.Run(IConfigHandler factory, String fileName)
at System.ConfigTreeParser.Parse(String fileName, String configPath).]
System.Runtime.Remoting.RemotingConfigHandler.LoadConfigurationFromXmlFile(String filename) +125
System.Runtime.Remoting.RemotingConfiguration.Configure(String filename) +16
com.genexus.distributed.DistributedObjectFactory.getInstance(String location)
GeneXus.Application.GxContext.GetDataStore(String id)
GeneXus.Programs.hprincipal..ctor() +71
[TargetInvocationException: Exception has been thrown by the target of an invocation.]
System.RuntimeType.CreateInstanceImpl(Boolean publicOnly) +0
System.Activator.CreateInstance(Type type, Boolean nonPublic) +66
System.RuntimeType.CreateInstanceImpl(BindingFlags bindingAttr, Binder binder, Object[] args, CultureInfo culture, Object[] activationAttributes) +655
System.Activator.CreateInstance(Type type, BindingFlags bindingAttr, Binder binder, Object[] args, CultureInfo culture, Object[] activationAttributes) +200
System.Web.Configuration.HandlerMapping.Create() +124
System.Web.Configuration.HandlerFactoryCache..ctor(HandlerMapping mapping) +17
System.Web.HttpApplication.GetFactory(HandlerMapping mapping) +76
System.Web.HttpApplication.MapHttpHandler(HttpContext context, String requestType, String path, String pathTranslated, Boolean useAppConfig) +699
System.Web.MapHandlerExecutionStep.System.Web.HttpApplication+IExecutionStep.Execute() +95
System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +173
Tengo habilitado los archivos aspx en el IIS y tambien he configurado los niveles de seguridad del Framework.Net.
¿Que podra ser?
Saludos
Patricio Ojeda V
Trabajo con:
- Gx 9 y Pattern 1.1
- Net U2
- DE U2
- SqlServer 2000
- IIS como Servidor Web
Tengo el siguiente error al hacer correr una aplicacion Web:
Server Error in '/Pattern' Application.
--------------------------------------------------------------------------------
.Config file client.exe.config can not be read successfully due to exception System.IO.FileNotFoundException: El sistema no puede hallar el archivo especificado. at System.IConfigHelper.Run(IConfigHandler factory, String fileName) at System.ConfigTreeParser.Parse(String fileName, String configPath).
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.Runtime.Remoting.RemotingException: .Config file client.exe.config can not be read successfully due to exception System.IO.FileNotFoundException: El sistema no puede hallar el archivo especificado. at System.IConfigHelper.Run(IConfigHandler factory, String fileName) at System.ConfigTreeParser.Parse(String fileName, String configPath).
Source Error:
An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.
Stack Trace:
[RemotingException: .Config file client.exe.config can not be read successfully due to exception System.IO.FileNotFoundException: El sistema no puede hallar el archivo especificado.
at System.IConfigHelper.Run(IConfigHandler factory, String fileName)
at System.ConfigTreeParser.Parse(String fileName, String configPath).]
System.Runtime.Remoting.RemotingConfigHandler.LoadConfigurationFromXmlFile(String filename) +125
System.Runtime.Remoting.RemotingConfiguration.Configure(String filename) +16
com.genexus.distributed.DistributedObjectFactory.getInstance(String location)
GeneXus.Application.GxContext.GetDataStore(String id)
GeneXus.Programs.hprincipal..ctor() +71
[TargetInvocationException: Exception has been thrown by the target of an invocation.]
System.RuntimeType.CreateInstanceImpl(Boolean publicOnly) +0
System.Activator.CreateInstance(Type type, Boolean nonPublic) +66
System.RuntimeType.CreateInstanceImpl(BindingFlags bindingAttr, Binder binder, Object[] args, CultureInfo culture, Object[] activationAttributes) +655
System.Activator.CreateInstance(Type type, BindingFlags bindingAttr, Binder binder, Object[] args, CultureInfo culture, Object[] activationAttributes) +200
System.Web.Configuration.HandlerMapping.Create() +124
System.Web.Configuration.HandlerFactoryCache..ctor(HandlerMapping mapping) +17
System.Web.HttpApplication.GetFactory(HandlerMapping mapping) +76
System.Web.HttpApplication.MapHttpHandler(HttpContext context, String requestType, String path, String pathTranslated, Boolean useAppConfig) +699
System.Web.MapHandlerExecutionStep.System.Web.HttpApplication+IExecutionStep.Execute() +95
System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +173
Tengo habilitado los archivos aspx en el IIS y tambien he configurado los niveles de seguridad del Framework.Net.
¿Que podra ser?
Saludos
Patricio Ojeda V
Valora esta pregunta


0