我遇到了在Windows 7 x64下注冊* .dll的問題。 我已經嘗試將* .dll放在C:/ Windows/System32和C:/ Windows/SysWOW64中,並嘗試在提升的命令提示符下注冊「regsvr32 xxxxx.dll」。我也嘗試從一個單獨的目錄註冊它。 The module "xxxxx.dll" failed to load.
Make sure the bina
以下是我的代碼: private static bool Register(string fullFileName, string username, SecureString password)
{
var isRegistered = false;
using (var process = new Process())
{
var