[nopCommerce4.10]: Plugin development, File not found, System.Runtime.dll, v4.2.1

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
4 年 前
Hi,

Developping a plugin for nopCommerce 4.10, netcoreapp2.1, and using a tool to extract information of my plugin assembly, this one raises an error relative to my plugin assembly:

System.IO.FileNotFoundException: Could not load file or assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. The system cannot find the file specified.
File name: 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'

Any idea?
Does nopCommerce4.10, netcoreapp2.1, use this particular file?

Best regards,
Alain
4 年 前
Hi Alain,

Have you added some new additional Nuget packages to your plugin?

Best,
Patryk
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.