3

I'm working with NopCommerce 2.60, and suddenly I'm getting this error when I run the project

NuGet Package restore failed for project Nop.Plugin.ExternalAuth.Facebook: Unable to find version '2.0.21' of package 'LinqToFacebook'..

I tried to restore the package by NuGet but got the same error and the wired thing is that I cannot find even the reference to LinqToFacebook in project "Reference", also search for the LinqToFacebook.dll in package folder but is not there.

Any help would be great

Best regards.

4

2 回答 2

3

在 Facebook 插件中找到 package.config 并删除或注释对解决 Visual Studio 错误的 LinqToFacebook 的引用

于 2014-04-19T11:57:02.383 回答
1

我遇到了同样的错误,我正在尝试将 nopCommerce 的 2.65 版升级到 2.7 版。我们还在公共服务器上部署了 2.65 版,我的 bin 文件夹中没有任何 LinqToFacebook.dll。我也找不到任何 LinqToFacebook NuGet 包的证据,所以我认为这个 .dll 曾经是旧版本的 NopCommerce 所需要的,并且不再可用。我的解决方案是注释掉package.config文件中的行并继续。更高版本的 nopCommerce 不需要此 .dll。

于 2014-01-14T21:36:29.403 回答