A CLSID is a globally unique identifier that identifies a COM class object.
Questions tagged [clsid]
96 questions
0
votes
1 answer
Symbol Scanner not working as IBM Hand-Held USB
I use Motorola Symbol Scanner DS9808 .
I am able to scan the barcodes to notepad in normal mode.
But when i enable the scanner in IBM Hand-Held USB mode by scanning the barcode available in LS2208 guide, i am no longer able to scan the barcodes to…

Mani
- 1
- 2
0
votes
2 answers
COM DLL c++ not visible in Object Viewer
i have create a c++ DLL with COM interface with Visual Studio 2013.
The DLL get's installed along with registration.
In the Ole Object Viewer, i can see typelibrary of this DLL with all
exported functions.
regsvr32 completes without any error.
Just…

maxchinaski
- 21
- 6
0
votes
1 answer
What does SQUID stand for?
The article below mentions SQUIDs several times but I can't figure out what it stands for. I know what SID and CLSID stand for but not sure about SQUID. Any ideas?
Example from…

Djonesalex
- 1
- 1
0
votes
0 answers
Error 80070005 - I Can't find Microsoft Excel Application or CLSID {00024500-0000-0000-C000-000000000046} on DCOM
After getting enlightenment from this post , i've changed the flow.
I asked the user to upload the excel so i can manipulate it later.
and then i got error :
Retrieving the COM class factory for component with CLSID…

h_minos
- 9
- 2
0
votes
0 answers
Why library is registered only in CLSID\Wow6432Node but not in CLSID?
I wrote application which should work on 32 and 64 bits architectures. I set the targets to AnyCPU and tested it on 2 PC (x86 with XP, 64 with Win7). The application itselfs work fine (the library indeed). When I'm making the installer for the…

h__
- 761
- 3
- 12
- 41
0
votes
3 answers
COM class factory error
I am getting the following error on my workstation when I am trying to work with a COM object.
An unhandled exception of type
'System.Runtime.InteropServices.COMException'
occurred in CarteGraphInterface.exe
Additional information: Retrieving…

Mike Wills
- 20,959
- 28
- 93
- 149
0
votes
1 answer
How to retrieve "CLSID_SeparateMultipleProcessExplorerHost"
How can I retrieve the "CLSID_SeparateMultipleProcessExplorerHost", without querying the Registry?
Is there any Win32 API to take the "CLSID_SeparateMultipleProcessExplorerHost" as parameter and give me the GUID of it.

santhiR
- 41
- 1
- 5
0
votes
1 answer
Flashplayer embedding, classid vs type="application/x-shockwave-flash"
Which is the better way out of the two to embed a flash player?
0
votes
3 answers
HRESULT:0x80040154 COM object with CLSID {} is either not valid or not registered
I am using COM Object in my C# .NET 1.1 application. When the COM object is not registered on client machine, I get the exception:
"COM object with CLSID {} is either
not valid or not registered."
(HRESULT:0x80040154)
I know how to register…

Fayyaz Naqvi
- 695
- 7
- 19
0
votes
1 answer
.Net Web service using HIS adapter is throwing error in VS2010
I have a web service that uses HIS adapter. It was developed in 3.5 .Net Framework and work smoothly in Window XP.
Now I am trying to run the same web service in Window 7 using VS2008. following error is thrown.
Retrieving the COM class factory for…

vicage
- 75
- 1
- 8
0
votes
0 answers
InstallShield generated shortcut alters program directory? c#
I have program that reads code from a .bin file stored the same directory as the main executable and .dll.
So, the program works completely fine, unless I install it with InstallShield and have shortcuts automatically created. If I open the program…

gjudkins
- 341
- 3
- 11
0
votes
1 answer
C# Cant Access Some Registry Values
I need to read default value of HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Classes\CLSID{CF2CF428-325B-48d3-8CA8-7633E36E5A32}\InprocServer32
In my Project options "Prefer 32-Bit" is unchecked and Platform target is Any CPU, i'm running on Windows-7…

Trax
- 943
- 2
- 12
- 30
0
votes
1 answer
XBAP uses unmanaged c++ COM server, Side by side deployment issue
I'm facing a the following situation:
I created a simple full trust XBAP application that refers to unmanaged c++ COM server (isolated).
After deployment I expect that XBAP application will discover the COM server dll that is placed in the same…

zaky
- 11
- 2
0
votes
1 answer
Calling the Javascript functions inside C# for a 64 bit project
I am trying to call the Javascript function "eval" from inside C# code (to utilise the string to operators parser). I used the following code:
https://stackoverflow.com/a/12431435/712700
It crashes though with the following message--- :
Exception…

goamn
- 1,939
- 2
- 23
- 39
0
votes
1 answer
VB.net Class Not Registered Error
I'm in the process of writing a VB application but whenever I run the application I get the error listed below:
"An error occurred creating the form. See Exception.InnerException for details. The error is: Retrieving the COM class factory for…

jbeverid
- 291
- 7
- 23