Skip to main content

All Questions

Tagged with
0 votes
0 answers
23 views

Tooltip help for C# COM DLLs [duplicate]

I am new to C# programming. I have created a COM DLL within C# to use in Visual Foxpro. Everything is working fine, by want to extend my DLL to show tooltip for all public properties and methods to ...
Premal Vala's user avatar
1 vote
0 answers
79 views

System.Runtime.InteropServices.COMException: 80040154 Class not registered (Exception from HRESULT: 0x80040154 (REGDB_E_CLASSNOTREG))

At the moment I am trying to use VB6 (.dll) file in a .NET environment, but I am running against an error what I cannot resolve. Error: System.Runtime.InteropServices.COMException: 'Retrieving the COM ...
Giovanni van de Sluis's user avatar
0 votes
0 answers
30 views

PHP using a dll with COM + dotnet

I have to connect to a proprietary service using a closed source dll. The dll is a com object, but requires .NET 5.0. Is there any way I can make this work with PHP? I managed to load the dll using ...
maldaba's user avatar
1 vote
0 answers
42 views

VBA Error 430 but fixed when I modify the VBA program

I created a COM DLL for my VBA program and it works perfectly. But when I create a new class and I add a second function in this class it gives me on VBA : Error 430 : Class doesn't support Automation ...
N_RousBUG's user avatar
1 vote
0 answers
140 views

COM dll registration is not a valid win32 application

I'm trying to use COM interop, specifically with .net core and C++. I have a .net core library which I'm trying to expose to a C++ codebase. I've created my own IDL file that declared the interface I ...
Kevin Etore's user avatar
  • 1,124
1 vote
0 answers
346 views

RegAsm : error RA0000 : Could not load file or assembly 'System.Runtime, Version=6.0.0.0' .... The system cannot find the file specified

I have two dll's that I need to register to enable an API for a third party software I use. This software was recently updated and when I installed the new version and needed to unregister the old dll'...
user2731076's user avatar
0 votes
1 answer
108 views

Why is a wrapped COM EXE in C# looking for its configuration file in the Windows SysWOW64\System32 directory?

I have an old Pascal/Delphi application (#1) that is registered with Windows. It is a COM component executable. I also have another old Delphi app (#2) that calls that COM component, having wrapped ...
Sean Anderson's user avatar
0 votes
1 answer
159 views

Library reference in VBA

I've created custom library using Visual Studio. I want it to be referenced in Excel VBE, so it contains few COM Classes with specific GUIDs (classes that are not COM objects have their members hidden ...
Piotr Kalinowski's user avatar
0 votes
0 answers
87 views

How to use COM .dll in C application?

I need to use the 32-bit COM dll KCrypt.dll in a C application. It exposes an interface called IKPassCrypt that defines the two methods Encrypt and Decrypt as well as the implementation class ...
Paolo Mansi's user avatar
0 votes
0 answers
49 views

Unable to call COM object with elevated privileges

I am working on a Python script that interacts with a COM object of Autodesk Inventor. I can create this object like so: >>> import win32com.client >>> win32com.client.Dispatch('...
Jon Zavialov's user avatar
2 votes
1 answer
133 views

How can I obtain the folder path when right-clicking the background of a folder and invoking a context menu using a shell extension?

How to obtain path to folder in which user made right click in its background to invoke context menu? For example, user opened "D:\projects" folder and made right click in empty background ...
JC JC's user avatar
  • 23
0 votes
0 answers
74 views

create dll for MaxImDL VB.Net - mainly solved

Found partial Solution: I ran Visual Studio 2019 as administrator. Then I copied Interop.MAxIm.dll to the program directory that contains Maxim_dl.exe. The plugin can now be loaded manually and adds ...
autoguider's user avatar
0 votes
0 answers
61 views

DLL Instance error in several calls to a WebAPI

i am trying to solve an error in a WebAPI that uses a COM Dll for a third party functions in a BMS software (Sage200) The problem is that after many calls to the API, eventually it throws an Exception ...
Kiwi's user avatar
  • 1
0 votes
1 answer
362 views

DLL Access Error: 8007007e The specified module could not be found - QuickBooks SDK

I have an ASP.NET application that interacts with the QuickBooks SDK for desktop. When the following code is executed on our target server (at a hosting company): QBSessionManager SessionManager = new ...
baltoworks's user avatar
0 votes
0 answers
117 views

How can i call a DLL from PHP (that DLL doesn´t contains a dllregisterserver())

I have bought a device, which comes with the SDK, it is a DLL file and I need to use it in my PHP application, but I am unable, since the DLL file does not contain the dllregisterserver() function, so ...
Jano CL's user avatar
  • 69

15 30 50 per page
1
2 3 4 5
45