runliuv

c# 写的DLL是32位的,在64位机器上注册时提示 无法定位输入程序集

方法1:

使用绝对路径:

"%windir%\Microsoft.NET\Framework\v2.0.50727\RegAsm.exe" "D:\Project\pbusenet\SissWxpayCore.dll" /codebase 

 

 .NET 4.0 的:

 

“C:\Windows\Microsoft.NET\Framework\v4.0.30319\RegAsm.exe”  "D:\Project\pbusenet\SissWxpayCore.dll" /codebase 

 

---------

分类:

技术点:

相关文章:

  • 2022-12-23
  • 2021-11-29
  • 2021-07-07
  • 2021-07-12
  • 2021-12-14
  • 2021-12-04
  • 2021-12-09
  • 2021-11-29
猜你喜欢
  • 2021-11-29
  • 2021-11-29
  • 2022-12-23
  • 2021-11-29
  • 2021-11-29
  • 2021-08-22
  • 2022-12-23
相关资源
相似解决方案