regsvr32 注冊dll,提示模塊xxx已加載,但找不到入口點DllRegisterServer解決方案
如果是用(yòng).NET C#創建的類庫,需要用(yòng)regasm注冊,而不是regsvr32。另外類庫本身需要設置ComVisibile。 http://msdn.microsoft.com/zh-cn/library/tzat5yw6(v=vs.110).aspx
如:
C:\Windows\Microsoft.NET\Framework\v4.0.30319>regasm D:\xx.dll
同時需要注意 .NET 版本