System.Runtime.InteropServices.COMException - Catastrophic Exception

Ask a Question related to ASP.NET General, Design and Development.

  1. #1

    Default System.Runtime.InteropServices.COMException - Catastrophic Exception

    I'm trying to generate excel sheet using SpeedGen COM object.
    I'm getting 'Catastrophic exception,Error code : 2147418113' when i
    try to access methods and properties of XLSpeedGen class in
    C#.Possible reasons as told on the forums are memory leaks and open
    resources.I've closed all the database resources like ,connection and
    data-reader objects,but that doesn't seem to provide any help.
    Can anybody provide me with a solution to this problem?
    An early reply would be appreciated.

    Regards,
    -Ritu.
    Ritu Guest

  2. Similar Questions and Discussions

    1. AxAcroPDF -System.Runtime.InteropServices.COMException
      When using the AxAcroPDF Control, I receive: System.Runtime.InteropServices.COMException (0x80004005): Unspecified error The odd part is the...
    2. InteropServices.COMException: Access is denied
      Hi, I want to create a virtual directory when a user has filled a form on an ASP.net page. It works well on my dev server, but when I try it on...
    3. Urgent Help: System.Runtime.interopservices.COMException 0x80010105
      Hi Gurus, I can instantiate a COM object in VC# without any problem. But when i call one function exported by the COM object i get this...
    4. Unhandled Execution Error: System.Runtime.InteropServices.COMException
      Hi, setup: - two MCMS2002 in an AC Cluster (newest Service Packs) with Framework 1.0 - SQL-Cluster following problem: - Web-Site normaly...
    5. System.Runtime.InteropServices.COMException Error
      I created a project that has OWC10 reference in c#. When I run it from VS.Studio it works fine. However, when I copy the project to the...
  3. #2

    Default Re: System.Runtime.InteropServices.COMException - Catastrophic Exception

    1) Try to activate the COM object via vbs file to check if he registered
    properly.

    2) Use tlbimp to generate .net wrapper class and reference to this
    class.

    3) Add Impersonate=true to the web.config. Use the user and password
    attributes to set them with user that got the right privilege.

    Natty Gur, CTO
    Dao2Com Ltd.
    28th Baruch Hirsch st. Bnei-Brak
    Israel , 51114

    Phone Numbers:
    Office: +972-(0)3-5786668
    Fax: +972-(0)3-5703475
    Mobile: +972-(0)58-888377

    Know the overall picture


    *** Sent via Developersdex [url]http://www.developersdex.com[/url] ***
    Don't just participate in USENET...get rewarded for it!
    Natty Gur Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139