【发布时间】:2012-08-29 03:13:12
【问题描述】:
我正在使用 Visual Studio 2010 Express。我在 asp.net 中创建了一个网站。它适用于 XP,但不适用于 Windows 7 高级版(64 位)
我面临着同样的问题here.
我尝试使用 regsvr32 注册 DLL,但显示错误为
The Module "c:\MyProject\bin\MyDll.dll" was loaded but the entry-point
DllRegisterServer was not found.
Make sure that "c:\MyProject\bin\MyDll.dll" is a valid DLL or OCX and
then try again.
我也没有在属性下找到任何选项来设置 平台目标 或 目标 CPU 以便我可以将我的网站转换为在 32 位平台上运行。
我是 ASP.NET 新手,请帮助...
【问题讨论】:
标签: asp.net web 32bit-64bit