I have a dll
which I call from another application (desktop). Everything works correctly on my computer. The problem is when I try to perform the procedure on another team. It throws me the following message when invoking it:
Unable to find the specified progId file "wsDataTransactions.dataTransactions" (progId of the dll) ...
Apparently it is something in the registry, because if I download Visual Studio and compile the project in the conflicting computer the problem disappears. Any ideas?
The dll is invoked from an ERP performed in delphi. This ERP looks for the dll in all windows, reason why in any direction it finds it always and when it is in the local equipment from which the same one is abren. I put the dll in the folder C (it could be any folder) and register the dll with regasm.exe
. I run the ERP hosted on the development server, invoke the dll and the message appears that the progId can not be found. I open Visual Studio as administrator, I compile the project in the conflicting team, and I do not do anything else, I just compile. I go back to the ERP and it works.
Apparently when compiling there is some key that is created in the registry, but I can not identify which one it is. I already verified registering the dll with regasm.exe but the keys are the same in the equipment of the problem and mine.