I am getting this error while accessing the EXE.
form load-2147217871.
Pleas help me to resolve this..Thanks For ur help in advance
Devendra
You're gonna have to provide more information than that. Problem is, from
what you have stated, I don't have much of a clue as to what information to
ask you to provide.
I guess for starters, what do you mean by "accessing the EXE"? Are you
trying to run it?
Is there an error message you're getting in addition to this error number?
Is this even a program that you've written?
--
Mike
You're getting it because there's an untrapped error in the application. Actually,
it may be trapped, but not handled, based on the wording. (Assuming your Subject is
the exact wording of the error? You really couldn't have been much less
self-helpful with your description.)
Which all brings us back to Mike's other question -- is this an application you
wrote? If not, you're probably hosed, but it also raises the question of why you're
posting about it here?
--
.NET: It's About Trust!
http://vfred.mvps.org
Not really any additional help in helping you. The error number itself is
next to meaningless because it's an automation error number and generated
from a component used in the app. Need the message that goes with it. And
then MAYBE someone might have a clue as to how to solve it.
--
Mike