Foros Club Delphi

Foros Club Delphi (https://www.clubdelphi.com/foros/index.php)
-   .NET (https://www.clubdelphi.com/foros/forumdisplay.php?f=17)
-   -   Error en c#: External component has thrown an exception (https://www.clubdelphi.com/foros/showthread.php?t=34939)

YaninaGenia 25-08-2006 21:39:27

Error en c#: External component has thrown an exception
 
Estaba probando mi aplicacion lo mas bien, es un proyecto que incluye varios webforms y clases, y en una de esas, cuando lo corro de nuevo me tira este error:
Código:

External component has thrown an exception.
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.InteropServices.SEHException: External component has thrown an exception.
Source Error:

Line 1:  <%@ Page language="c#" Codebehind="Main.aspx.cs" AutoEventWireup="false" Inherits="Curso2310B.Main" %>
Line 2:  <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
Line 3:  <HTML>
 
Source File: c:\inetpub\wwwroot\Curso2310B\Main.aspx    Line: 1
Stack Trace:

[SEHException (0x80004005): External component has thrown an exception.]
  System.Web.UI.Control.get_Controls()
  System.Web.UI.Control.AddParsedSubObject(Object obj)
  System.Web.UI.Control.System.Web.UI.IParserAccessor.AddParsedSubObject(Object obj)
  ASP.Main_aspx.__BuildControlTree(Control __ctrl) in c:\inetpub\wwwroot\Curso2310B\Main.aspx:1
  ASP.Main_aspx.FrameworkInitialize() in c:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\Temporary ASP.NET Files\curso2310b\b1499fed\e935ffe7\wmbvffj3.0.cs:0
  System.Web.UI.Page.ProcessRequest()
  System.Web.UI.Page.ProcessRequest(HttpContext context)
  System.Web.CallHandlerExecutionStep.System.Web.HttpApplication+IExecutionStep.Execute()
  System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +87

No toque nada como para que se rompa asi, de hecho, volvi a versiones anteriores y me pasa lo mismo. Puede tener que ver con que estoy usando XP? A Alguien le paso?


La franja horaria es GMT +2. Ahora son las 20:44:39.

Powered by vBulletin® Version 3.6.8
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Traducción al castellano por el equipo de moderadores del Club Delphi