How to set up a self-made DLL on another PC with C#

Asked 1 years ago, Updated 1 years ago, 91 views

Thank you for your help.

Based on the information from a site previously,
to the point where VBA uses DLLs made by C#. I got there.
So, based on the information at the bottom of the site,
can be used on VBS for other PCs. I tried to set it up, but it didn't work.

http://excel.syogyoumujou.com/memorandum/dll_1.html

Just like last time, it says
Settings on a different computer at the bottom of this site. This way, you can create a VBS file and drag and drop it to boot.

Once you drag and drop and the DOS window comes up, you've already set up the registry. Is that so?Or is this posted VBS code a problem?

Please let me know.

I look forward to your kind cooperation.

c# vbs dll

2022-09-30 21:38

1 Answers

Windows has 32bit and 64bit.Is the DLL you created 32bit, 64bit, or AnyCPU? Is the RegAsm command used 32-bit or 64-bit? Are applications such as VBA or Excel 32-bit or 64-bit? These must be properly matched before they can be used.

VBS is part of the problem, but fundamentally, developers should understand the operating environment correctly.And for correct understanding, you may be able to use the RegAsm.exe command yourself without using VBS in the first place.


2022-09-30 21:38

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.