catastrophic failure

  • Thread starter Thread starter sakthisakthi
  • Start date Start date
S

sakthisakthi

Hai

I had developed one web application in dotnet with VB.net
as code behind. I had included one addtional Acitvex control
(FpLibX.ocx) in toolbar by selecting Cutomize tool bar. Then in
Project/Add Reference /com i selected that control.

Now the problem for me is when i try to access the properties or
functions of that control i am getting following error

System.Runtime.InteropServices.COMException: catastrophic
failure

Is there any thing wrong in my steps. Please help me. I am new to

Dotnet.

Regards
Sakthi
 
Hi it is due to either

Imporper registration of OCX Control or Multiple register entries for that
OCX.

So remove all OCX register entries and register it once again and try.

Regards
Joseph Vinoth
 
Back
Top