External component has thrown an exception.

G

Guest

Hi,

I have received following error in my ASP.NET application. Many of buttons
on the different pages are generating this error. I am not sure what I did
until this morning code was working fine. I have downloaded the Office
updates and installed them. Rebooted my system. Now after few hours I am
getting this error almost everywhere. I am sure some of the pages where I am
getting this error has not changed since months. So there is something that
is beyond me causing this error.

Any help would be greatly appreciated.

Here is the complete text of the error.

Server Error in '/Vtk' Application
--------------------------------------------------------------------------------

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:

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:


[SEHException (0x80004005): External component has thrown an exception.]
System.Web.UI.Control.OnBubbleEvent(Object source, EventArgs args)
System.Web.UI.WebControls.Button.OnCommand(CommandEventArgs e)

System.Web.UI.WebControls.Button.System.Web.UI.IPostBackEventHandler.RaisePostBackEvent(String eventArgument)
System.Web.UI.Page.RaisePostBackEvent(IPostBackEventHandler
sourceControl, String eventArgument)
System.Web.UI.Page.RaisePostBackEvent(NameValueCollection postData)
System.Web.UI.Page.ProcessRequestMain() +1292
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top