Ver Mensaje Individual
  #1  
Antiguo 25-08-2006
YaninaGenia YaninaGenia is offline
Miembro
 
Registrado: jun 2005
Ubicación: Buenos Aires
Posts: 95
Reputación: 19
YaninaGenia Va por buen camino
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?
Responder Con Cita