我在vs2010中开发了一个项目,它包括外部库,如Twilio。 我通过nuget下载并安装了这些库。我可以在项目的bin文件夹中找到dll。它可以通过在visual studio中进行重组来正常工作。
然后我用iis8在我的远程服务器上复制了项目,当我调用url www.xxxxxxx.com/myproject/default.aspx时,它找不到Twilio参考
The type or namespace name 'Twilio' could not be found (are you missing a using directive or an assembly reference?)
所有twilio dll都在项目的“bin”文件夹中,并且dll复制本地属性设置为“true”。
提前致谢!!!
答案 0 :(得分:2)
使用Nuget Manager安装.dll时,管理器会自动将.dll添加到您的注册表中。将其复制到新计算机时,需要重新注册dll。我使用RegAsm。