catastrophic failure

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • sakthisakthi

    #1

    catastrophic failure

    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

  • Joseph Vinoth

    #2
    RE: catastrophic failure

    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

    "sakthisakt hi" wrote:
    [color=blue]
    > 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
    >
    >[/color]

    Comment

    Working...