Re: com componets not working .net framework

From: Tarakeshwar L (l.tarakeshwar_at_fifthgentech.com)
Date: 11/18/04


Date: Thu, 18 Nov 2004 10:32:11 +0530

There is a possibility that your CLSID is corrupted or is in use by another
application. Go to your IDL file and change the CLSID for this com object
into a different CLSID using the GUIDGen.exe and rebuild your application,
it will be automatically registered if it is a com project, or manually
register it in your command prompt.

Regards,
Tarakeshwar Reddy

.Net Programmer
Fifth Generation Technologies

"kavitha reddy via .NET 247" <anonymous@dotnet247.com> wrote in message
news:uYajgUIzEHA.2692@TK2MSFTNGP10.phx.gbl...
> my application which worked fine till few days back ,but today its giving
me error saying "com object with CLSID {the no} is either not valid ot not
registered".
> can any one tell me solution to this.
> thanks
> --------------------------------
> From: soni
>
> -----------------------
> Posted by a user from .NET 247 (http://www.dotnet247.com/)
>
> <Id>9zEle59NYU6bthXTOc1PfA==</Id>



Relevant Pages

  • Re: Need help with COM dll registration at runtime
    ... whose default value contains full path to the DLL. ... get expected CLSID when this function returns? ... single thread. ... "Failed to register IPTPlugin.DLL as a COM ...
    (microsoft.public.vc.language)
  • Re: Class not registered error
    ... A similar thing happened to me and it ended up being a missing file: ... > ssdggrid so I had a look at some other suspicious looking dll files. ... > I then proceeded to do a Google search on the CLSID, ... > find mfc32.dll so I tried registering that, ...
    (microsoft.public.vb.general.discussion)
  • Class not registered error
    ... getting the property dialog and then selecting the Custom ... ssdggrid so I had a look at some other suspicious looking dll files. ... I then proceeded to do a Google search on the CLSID, ... find mfc32.dll so I tried registering that, ...
    (microsoft.public.vb.general.discussion)
  • Re: Class not registered error
    ... getting the property dialog and then selecting the Custom property. ... > I had a look at some other suspicious looking dll files. ... > I then proceeded to do a Google search on the CLSID, ... > mfc32.dll so I tried registering that, but the "could not register DLL" ...
    (microsoft.public.vb.general.discussion)
  • Re: DCOM Error
    ... Did not ask to register server. ... In addition to not finding the CLSID I posted I was unable to ... > "George Hester MVP - IIS" wrote: ...
    (microsoft.public.win2000.general)

Loading