Exception from HRESULT: 0x800A273F

  • Thread starter Thread starter moondog
  • Start date Start date
M

moondog

I keep getting this funny error message everytime I try to run my
VB.NET program. My program has no errors in it and compiles fine.
When I run it I get a msgbox that says "Exception from HRESULT:
0x800A273F.". That's all it says. And it has one "OK" button. What
does this mean? I tried to step through my code to see where it's
coming from. It comes from InitializeComponent() inside new() inside
the #Region called "Windows Form Designer generated code".

What's causing this and how can I fix it?

Thanks,
Dominic Isaia
(e-mail address removed)
 
Nevermind. I figured out what's causing this.

When I begin my app, I set a radio button to the checked state.
However, I also have an event that is triggered when that radio button
is checked. That event does some things it shouldn't yet during the
InitializationComponent phase of my first form. That's what is
throwing the error.

Thanks anyway,
Dominic Isaia
(e-mail address removed)
 

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

Back
Top