97 questions
2
votes
3
answers
155
views
How to create a CLSID (TGUID) in Delphi with hexadecimal values like in C++?
How to create a CLSID (System.TGUID in Delphi) with hexadecimal values, like in C++?
For example:
CLSID clsid = {0x12345678, 0x1234, 0x1234, {0x12, 0x34, 0x56, 0x78, 0x90, 0xAB, 0xCD, 0xEF}};
I tried:...
0
votes
1
answer
41
views
SideBySide Assembly MS Unit Tests
I've created a unit test (MS Unit Test), which uses COM Dlls for specific operations. If these COM Dlls are registered (via Regsvr32.exe) everything works fine. But if I try to run my test using these ...
1
vote
3
answers
757
views
How to create a Windows Control Panel window using CLSID in Powershell?
I have just recently learned that one can start Control Panel windows in Windows 10 via these windows CLSID; the only list I've found so far is https://www.autohotkey.com/docs/v1/misc/CLSID-List.htm , ...
0
votes
1
answer
101
views
Calling COM objects [closed]
I'm still learning about using COM objects.
I'm trying to figure out where the values of CLSID_FileOpenDialog and IID_IFileOpenDialog are defined: https://learn.microsoft.com/en-us/windows/win32/...
1
vote
1
answer
1k
views
How to find a CLSID in rust for windows?
I'm using rust for windows to use the win32 API.
However, I need to initialize com library to use some windows APIs, but I cannot find some classes ID (CLSID), to create an instance.
I need to find ...
0
votes
0
answers
218
views
Problem with Jacob.jar - com.jacob.com.ComFailException: Can't get object clsid from progid
I have a development in Java using DB Postgres, and we have running a serial of applications to create digital invoices according to the local gov tax department. When the program calls to jacob to ...
0
votes
1
answer
261
views
Programmatically access files in a device showing up in 'This PC'
I am on Windows 10. I want to write a function (in R) to copy the files stored in a camera (actually in the SD of the camera, but I cannot just read the memory card in the PC), to a different storage ...
0
votes
1
answer
269
views
Couldn't run my WinForm app when COR_ENABLE_PROFILING set
I couldn't run my .NET Framework Winform App when COR_ENABLE_PROFILING = 1
If I delete COR_ENABLE_PROFILING from Registry Editor, it works fine.
Do you have any idea to run my app while ...
0
votes
0
answers
65
views
Where to register CLSID entry for Visual Studio 2017 or later version
For one of our project, we had created some registry entry under HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID<registry entry>
and some under specific VS version.
This seems to be working fine with ...
0
votes
1
answer
290
views
oleaut32.dll returns negative hresult in debugger, but the correct result in a different app and even in my built app
My Windows Forms app needs to find an active instance of SolidEdge.Application, and for this I've copied all the required code from https://github.com/SolidEdgeCommunity/SolidEdgeSpy. It uses a custom ...
-2
votes
1
answer
208
views
Retrieving the COM class factory for component with CLSID {DB797690-40E0-11D2-9BD5-0060082AE372} failed due to the following error: 80040154
While migrating .net application to 64 bit Windows 10 the above runtime error is occuring.I tried all the possible ways but still not working.Also the above mentioned key is not there in the clsid of ...
1
vote
1
answer
465
views
MS office Word 2016 upgrade from 2010 resulted in error “error: 80080005 Server execution failed” (CO_E_SERVER_EXEC_FAILURE) .Net web application
.Net C# web application that generates a word document from one of its web page.
In dev server we have recently upgraded the microsoft office version from 2010 to 2016. while initializing word dll ...
-1
votes
1
answer
2k
views
Get CLSID from ProgID
I am working on small program using com component on windows 10 1909, but I've got a problem with com function CLSIDFromProgID.
The c++ code is as follows.
CoInitialize(NULL);
HRESULT hr = NULL;
CLSID ...
0
votes
1
answer
3k
views
Retrieving the COM class factory for component Access Denied Error
While trying to run Azure Pipeline for Loadrunner Professional Tests, got below error
Retrieving the COM class factory for component with CLSID {E933439A-81A1-11D4-8EEE-0050DA6171E8} failed due to the ...
2
votes
0
answers
6k
views
How to find out Application AppID \ CLSID IN Windows Registry \ DCOM Config
continuing from this thread:
How can I find the GUID for other applications or even excel if the guy from the thread above didn't mention it?
Let's say I missing from dcom (both regular and 32bit ...
0
votes
0
answers
4k
views
DCOM was unable to communicate with the computer using any of the configured protocols
I am currently on a problem, here is the situation :
The aim is to use a dll from serverA to write in a database on serverB (it's not SQL database it's RAIMA database).
A webservice on a serverB ...
1
vote
0
answers
172
views
Duplicate Powershell Get-Members in C#
PowerShell has the capability to enumerate the Methods and Properties of an object given a CLSID GUID via the Get-Members cmdlet. For example:
$test = [activator]::CreateInstance([type]::...
1
vote
1
answer
252
views
How to register multiple shell extension handlers
I'm creating a single project that contains multiple shell extension handlers. For example, there's a class for a context-menu handler, a class for a property-system handler, a class for a drag-and-...
0
votes
0
answers
3k
views
Exception "Creating an instance of the COM component with CLSID" when creating new object
I have C# project which i'm publishing using IIS.
Tried to debug webPage and found that on code line
var SilApi = new SilApi();
webPage got stuck and it's keep loading something. After 10-20 min, it'...
2
votes
0
answers
558
views
Telling VBA to look at 64-bit registry view
I want to assign an ArrayList to a variable.
Sub Create_ArrayList()
Dim arrL As Object
'Creating an ArrayList, option 1 - fails
Set arrL = CreateObject("System.Collections.ArrayList")
...
1
vote
0
answers
82
views
How to access step over Signature Pad ActiveX object in chrome through javascript?
This step over signature pad does not work in Google Chrome, but it works with IE.
<div style="border: solid 1px blue; width:97%">
<object id="signDevice" width="850" height="200" ...
0
votes
3
answers
1k
views
Acces Outlook via Visual Basic error
I'm trying to create a program which retrieves all emails from Outlook's(2007 desktop version) Inbox and puts them into a DataGridView.
Code:
Imports Outlook = Microsoft.Office.Interop.Outlook
...
0
votes
1
answer
2k
views
what is java clsid ? where can I find or write clsid for any java version?
I have a problem with run jar file ..... please explain this CLSID
"jpi_classid=clsid:8AD9C840-044E-11D1-B3E9-00805F499D93"
what is... "8AD9C840" , "044E", "11D1", "B3E9", "00805F499D93" whare to ...
0
votes
1
answer
972
views
How to create shortcut for virtual folder in C++ on windows 7?
The platform I am using is windows 7. I need to create shortcut for the virtual folder on windows 7.
I use windows 7 SDK sample to create a virtual folder under Computer:
The sample project name is ...
0
votes
0
answers
4k
views
Retrieving the COM class factory for component failed due to 80070005 Access is denied in ASP.net MVC app
Hey all I have experiencing an issue with getting a COM office Excel call to work out.
Here is my code that is pooping:
public async Task<bool> updateExcelSheets(string excelName, DateTime ...
0
votes
1
answer
3k
views
C#: DLL is registered but COM error 80040154 still appear
When I debug my Windows Form Application I get this error:
Retrieving the COM class factory for component with CLSID
{27526253-6119-4B38-A1F9-2DC877E72334} failed due to the following
error: ...
0
votes
1
answer
130
views
Error with a custom folder
I've been working on this for days but still cannot figure out how to do this: creating a custom folder.
Here's some information that I used:
Source 1
Source 2
Source 3
The major difference between ...
0
votes
1
answer
690
views
CreateWindow by CLSID and QueryInterface it in Win32
I want to create a COM control in Win32 by clsid: {3523C2FB-4031-44E4-9A3B-F1E94986EE7F} and then use the api QueryInterface to send commands to it. In MFC project this would be very simple in 4 lines ...
2
votes
0
answers
512
views
Retrieving the COM class factory for component with CLSID {00024500-0000-0000-C000-000000000046} failed due to the following error: 8007007f
I have a message error when I run my software application and that I open a window that is using EXCEL in the background.
This is the detail message error that I get :
************** Exception Text ...
1
vote
0
answers
92
views
What are the CLSIDs of the legacy (XP-style) file open and file save dialogs?
What are the CLSIDs of the file open and file save dialogs used before Windows Vista?
-2
votes
1
answer
632
views
COM Server failed execution [closed]
I have a some dll and exe files. I registred these files and create desired instance. In one case the instance wasn't created. Any other dll and exe leads to the successful result, only this one was a ...
2
votes
0
answers
156
views
classid object functionalities
We have a kiosk application in which we used to give receipt prints using windows print. Now we have a classid clsid:CCB90152-B81E-11D2-AB74-0040054C3719 and few functionalities in them which I need ...
0
votes
1
answer
760
views
GUID and CLSID in different formats?
I'm working on a MP4 filter in DirectShow. I am current trying to create a IBaseFilter object but one of the requirements is CLSID for CoCreateInstance.
I am confused about where this ID comes from. ...
1
vote
1
answer
551
views
Compiling a VB6 COM DLL through command line gets a different CLSID each time
Let dllproject.vbp be a DLL VB6 project.
Each time i compile through this Line :
VB6.EXE /MAKE dllproject.vbp /outdir somedir
The compiler produce a dll with another CLSID. Why ?
(EDIT)
1
vote
0
answers
609
views
Error : No method available to convert ProgID to CLSID
I am using OPC Labs QuickOPC 5.31 in VB.NET application to read the OPC tags from the Top server. The application and the Top Server are located in different machine. DCOM is configured in both ...
0
votes
1
answer
3k
views
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 ...
0
votes
2
answers
1k
views
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 ...
0
votes
1
answer
393
views
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 article:
...
2
votes
2
answers
3k
views
How to find a DLL when the CLSID does not exist in registry
One of system services reports in his log that it has loaded some object. In the log mentioned also the CLSID of loaded object (value is 1CECAF7C-B7A0-4B81-912D-78F202E3F0EA, see also the screenshot:
...
2
votes
0
answers
2k
views
Error Creating an instance of the COM component with CLSID. WCF with COM
How can i solve the next problem that i have. Im using WCF and it reference a COM.
Creating an instance of the COM component with CLSID {...} from the IClassFactory failed due to the following error: ...
0
votes
0
answers
396
views
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 ...
2
votes
1
answer
800
views
Winapi: programatically obtain path of special folder given its CLSID as string
Does Windows API offer any way to obtain a special folder path (i.e. My Documents), given its CLSID as string (i.e. ::{450d8fba-ad25-11d0-98a8-0800361b1103})? Can this be done in any way? Also, it ...
1
vote
0
answers
203
views
Can a COM Object have a "fake" CLSID?
Example: I have an ActiveX object (.cab file) in my "Downloaded Program Files" folder. Using a program like HiJackThis, I find that the CLSID of that object is:
1D4DB7D2-6EC9-47A3-BD87-1E41684E07BB
I ...
1
vote
2
answers
2k
views
Retrieving the COM class factory for component with CLSID{} failed
I have two projects in the same computer that use the same dll (InputsSanitizer), the only difference between them is one is in IIS 7 and is a website, and the other one is not in IIS 7 and is a ...
3
votes
1
answer
3k
views
Given a Win32 COM interface locate its typelib
Consider the IUniformResourceLocator Interface defined in intshcut.h. I know how to manually define it for managed COM interop, but I'm trying to understand if I can get tlbimp to do that for me. Here'...
0
votes
1
answer
5k
views
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 ...
2
votes
1
answer
3k
views
How to Keep CLSID constant after a version change in VS2010 - Binary compatibility?-
Can someone tell me how I can use the binary compatibilty in VS2010?
I have a project that evertime I build with a new assembly file with the new version changes the CLSID of the dll.
I already use ...
1
vote
0
answers
208
views
HtmlUnit. Map <object> tag to custom java class
I am using HtmlUnit and I am trying to provide custom implementation for ActiveXObjects. Although I can provide custom implementation when an ActiveObject is called through javascript by name e.g.
...
0
votes
1
answer
7k
views
Flashplayer embedding, classid vs type="application/x-shockwave-flash"
Which is the better way out of the two to embed a flash player?
<object id="flashplayer" width="800" height="600" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000">
or
<object id="...
2
votes
2
answers
4k
views
Runtime error 429 in VBA, but class is registered
I'm trying to recreate a program that uses javascript to open a connection to a PLC and then display all sorts of information on a web page. I'd rather have it in a form in MS Access for various ...