COM object with CLSID {xxxx} is either not valid or not registered....
- From: "Chris Marsh" <cmarsh@xxxxxxxxxxxxxxxx>
- Date: Mon, 11 Apr 2005 22:30:56 -0400
Hi,
I have situation where the app runs fine on my notebook that it was
developed on, it runs fine at a client site but now that I have delivered it
to this client I find that it is failing. It's a C# website with some VFP8
COM dll's. What am I missing? Do I need to run the VFP install on the web
server so that the DLL's get properly registered? Or should I be able to
just manually register the DLL's.
I am at the moment assuming that it really is a registry problem with either
the VFP DLL's or the COM DLL's but haven't been able to solve the problem.
Any guidance would be greatly appreciated. Line 66 of the purchase page is
the line that calls the svcom.dll which is the first VFP DLL of two that get
called.
Thanks,
Chris
Server Error in '/WCPE' Application.
--------------------------------------------------------------------------------
COM object with CLSID {C3B61AB3-C321-447C-A8E2-BB4822C7843A} is either not
valid or not registered.
Description: An unhandled exception occurred during the execution of the
current web request. Please review the stack trace for more information
about the error and where it originated in the code.
Exception Details: System.Runtime.InteropServices.COMException: COM object
with CLSID {C3B61AB3-C321-447C-A8E2-BB4822C7843A} is either not valid or not
registered.
Source Error:
An unhandled exception was generated during the execution of the
current web request. Information regarding the origin and location of the
exception can be identified using the exception stack trace below.
Stack Trace:
[COMException (0x80040154): COM object with CLSID
{C3B61AB3-C321-447C-A8E2-BB4822C7843A} is either not valid or not
registered.]
Synergy.WebRental.Purchase.Page_Load(Object sender, EventArgs e) in
c:\inetpub\wwwroot\wcpe\Purchase.aspx.cs:66
System.Web.UI.Control.OnLoad(EventArgs e) +67
System.Web.UI.Control.LoadRecursive() +35
System.Web.UI.Page.ProcessRequestMain() +750
--------------------------------------------------------------------------------
Version Information: Microsoft .NET Framework Version:1.1.4322.2032; ASP.NET
Version:1.1.4322.2032
.
- Prev by Date: Re: dllimport, marshal for pointer to pointer ...
- Next by Date: C# Compact Framework cannot pass string to WCE DLL as const char*
- Previous by thread: Knowing when COM interop is possible
- Next by thread: C# Compact Framework cannot pass string to WCE DLL as const char*
- Index(es):
Relevant Pages
|