Operation unavailable (Exception from HRESULT: 0x800401E3 (MK_E_UNAVAILABLE))

J

John Braham

I hope someone can hep with this!

I have a winform (VB.NET 2005), containing a tab control, which in
turn contains a few standard controls and one custom control, the form
used to work fine, then today for no apparent reason when I try to load
the designer for the form I am given a message box saying that the tab
control has thrown an unhandled exception and has been disabled:

Operation unavailable (Exception from HRESULT: 0x800401E3
(MK_E_UNAVAILABLE))

Then of course the designer won't load,

any suggestions please?

Thanks,
John Braham
 
R

Robinson

John Braham said:
I hope someone can hep with this!

I have a winform (VB.NET 2005), containing a tab control, which in
turn contains a few standard controls and one custom control, the form
used to work fine, then today for no apparent reason when I try to load
the designer for the form I am given a message box saying that the tab
control has thrown an unhandled exception and has been disabled:

Operation unavailable (Exception from HRESULT: 0x800401E3
(MK_E_UNAVAILABLE))

Then of course the designer won't load,

any suggestions please?

Thanks,
John Braham

What is the custom control? If it's one of your controls, create a new form
and drag/drop the user control onto it to see if it's that causing the
problem.
 

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