Skip to content
This repository has been archived by the owner on Mar 27, 2023. It is now read-only.

Could not load type 'Semantics3.Products' from assembly 'Semantics3, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null'.' #5

Open
pantonis opened this issue Dec 30, 2018 · 1 comment

Comments

@pantonis
Copy link

I created a console app and added Semantics3 from nuget.
Where I run the app I get
"Could not load type 'Semantics3.Products' from assembly 'Semantics3, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null'.'"

@kidambisrinivas
Copy link
Contributor

kidambisrinivas commented Dec 31, 2018

Please install the latest version:

Install-Package Semantics3 -Version 1.0.0.27

And make sure the dependencies are installed:

  • Google.GData.Client >= 2.2.2.0
  • Newtonsoft.Json >= 5.0.6
  • .NET Framework >= 4.0

And then try compiling and running your program. Let us know if this helps

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants