Ask a Question related to ASP.NET General, Design and Development.
-
Ritu #1
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
-
AxAcroPDF -System.Runtime.InteropServices.COMException
When using the AxAcroPDF Control, I receive: System.Runtime.InteropServices.COMException (0x80004005): Unspecified error The odd part is the... -
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... -
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... -
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... -
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... -
Natty Gur #2
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



Reply With Quote

