473,378 Members | 1,067 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,378 software developers and data experts.

What does this mean: External component has thrown an exception.

What does this mean:

External component has thrown an exception.

My program crashes after it leaves a subroutine.

What I see during debugging is

when I press F11 at the End Sub statement

I get the following error message in a dialog box:

An unhandled exception of type 'System.Runtime.InteropServices.SEHException'
occurred in system.windows.forms.dll

Additional information: External component has thrown an exception.

and

Application.Run(New Formzz) is highlighted
Nov 21 '05 #1
6 37767
Developer,

You can be lucky however probably is at least needed what external
component, and where you use that as a piece of code to help you.

Cor
Nov 21 '05 #2
Can you handle the exception and see if there is a Exception.InnerException
value (or use Exception.GetBaseException)?
--

Best regards,

Carlos J. Quintero

MZ-Tools: Productivity add-ins for Visual Studio .NET, VB6, VB5 and VBA
You can code, design and document much faster.
Free resources for add-in developers:
http://www.mztools.com

" **Developer**" <RE*************@a-znet.com> escribió en el mensaje
news:uu**************@tk2msftngp13.phx.gbl...
What does this mean:

External component has thrown an exception.

My program crashes after it leaves a subroutine.

What I see during debugging is

when I press F11 at the End Sub statement

I get the following error message in a dialog box:

An unhandled exception of type
'System.Runtime.InteropServices.SEHException' occurred in
system.windows.forms.dll

Additional information: External component has thrown an exception.

and

Application.Run(New Formzz) is highlighted

Nov 21 '05 #3
What does "External Component" mean.
Is that one of my UserControls that is dying when the form is closing?

Thanks
"Cor Ligthert [MVP]" <no************@planet.nl> wrote in message
news:uU**************@TK2MSFTNGP11.phx.gbl...
Developer,

You can be lucky however probably is at least needed what external
component, and where you use that as a piece of code to help you.

Cor

Nov 21 '05 #4

"Carlos J. Quintero [VB MVP]" <ca*****@NOSPAMsogecable.com> wrote in message
news:ey**************@TK2MSFTNGP14.phx.gbl...
Can you handle the exception How? I'll try putting TRY about the entire sub and about
Application.Run.

I'm at a lose because I don't know what it means by "External component"
Is that external to the framework? Does it mean one of my UserControls?
and see if there is a Exception.InnerException > value (or use
Exception.GetBaseException)? I'll need to read about the two nethods you mention.

Thanks
--

Best regards,

Carlos J. Quintero

MZ-Tools: Productivity add-ins for Visual Studio .NET, VB6, VB5 and VBA
You can code, design and document much faster.
Free resources for add-in developers:
http://www.mztools.com

" **Developer**" <RE*************@a-znet.com> escribió en el mensaje
news:uu**************@tk2msftngp13.phx.gbl...
What does this mean:

External component has thrown an exception.

My program crashes after it leaves a subroutine.

What I see during debugging is

when I press F11 at the End Sub statement

I get the following error message in a dialog box:

An unhandled exception of type
'System.Runtime.InteropServices.SEHException' occurred in
system.windows.forms.dll

Additional information: External component has thrown an exception.

and

Application.Run(New Formzz) is highlighted


Nov 21 '05 #5

"Carlos J. Quintero [VB MVP]" <ca*****@NOSPAMsogecable.com> wrote in message
news:ey**************@TK2MSFTNGP14.phx.gbl...
Can you handle the exception and see if there is a
Exception.InnerException Exception.InnerException is Nothing

value (or use Exception.GetBaseException)?
This is:
External component has thrown an exception.
Thanks

Any suggestions as to what to try next?

What could "External component" mean?

--

Best regards,

Carlos J. Quintero

MZ-Tools: Productivity add-ins for Visual Studio .NET, VB6, VB5 and VBA
You can code, design and document much faster.
Free resources for add-in developers:
http://www.mztools.com

" **Developer**" <RE*************@a-znet.com> escribió en el mensaje
news:uu**************@tk2msftngp13.phx.gbl...
What does this mean:

External component has thrown an exception.

My program crashes after it leaves a subroutine.

What I see during debugging is

when I press F11 at the End Sub statement

I get the following error message in a dialog box:

An unhandled exception of type
'System.Runtime.InteropServices.SEHException' occurred in
system.windows.forms.dll

Additional information: External component has thrown an exception.

and

Application.Run(New Formzz) is highlighted


Nov 21 '05 #6
Developer,

I assume that you don't have a program that only uses Microsoft controls.

SEHE, however I never heard of that exept in the German language for I saw,
and therefore it gives a lot of hits on Google..

Cor
Nov 21 '05 #7

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
by: Charles Hixson | last post by:
I'm getting a list that I build which when printed is displaying, well, e.g.: d = << , 'Do', 'not', 'remove', 'thi', '.', ] >> Clearly I have a problem with the truncation of the final this, but...
6
by: wintaki | last post by:
Given int x; What does x evaluate to? If x is 0, it equals 0x31, the ascii value of '1'. So for some reason, x evaluates to *(y+x) where x is a non pointer/array type.
4
by: garyusenet | last post by:
Hi I'm using the following code which is finally working. Public Class Form1 Shared ActElement As Object Shared ActFields As DataSet Public Sub SetActElement() Dim objApp As New Object
1
by: alex14 | last post by:
Hi could someone please tell me what the double colons :: in perl scripts mean and what do they do? kind regards alex
2
by: SMichal | last post by:
Hi, I'm starting from my application simple bat data...test.bat. This file (test.bat) should start another aplication app.exe. I'm starting the test.bat from my application with Start() method of...
9
by: plusk1008 | last post by:
I have finals next week and I am stuck on one question on my review sheet for excel. So once again I beg: Please, please, please, please, please, please, please, please, please, please someone help...
2
by: mantrid | last post by:
in some php script ive seen $something==@$somethingelse whereas something==$somethingelse works the same what does the use of the @ do? Sorry if this is a stupid question
1
by: Daniel Brower | last post by:
I found documentation that uses the ^ notation after a type name. What does that notation mean? Daniel
1
by: Monica Pnade | last post by:
what does /^/ mean in perl?
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...
0
by: ryjfgjl | last post by:
In our work, we often need to import Excel data into databases (such as MySQL, SQL Server, Oracle) for data analysis and processing. Usually, we use database tools like Navicat or the Excel import...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.