Orleans: "Could not load type 'Orleans.PublicOrleansTaskExtentions'..." error

Created on 25 Jul 2016  路  2Comments  路  Source: dotnet/orleans

Hi guys,
I just started to explore Orleans and tried to run "Hello, world" sample when client and host are in separate executables. However, I'm getting an error on the client side when calling Console.WriteLine(hello.SayHello("First").Result);

Full error:
"Could not load type 'Orleans.PublicOrleansTaskExtentions' from assembly 'Orleans, Version=1.2.3.0, Culture=neutral, PublicKeyToken=null'.":"Orleans.PublicOrleansTaskExtentions"

I guess some runtime component maybe is missing, but what is this? Win 7, VS 2015. Please help. Thanks.

Most helpful comment

I also had this issue because my NuGet packages were not all the same version across the solution. Maybe try checking that.

All 2 comments

I also had this issue because my NuGet packages were not all the same version across the solution. Maybe try checking that.

Yup, it helped. Thanks!

Was this page helpful?
0 / 5 - 0 ratings

Related issues

Liversage picture Liversage  路  4Comments

luciobemquerer picture luciobemquerer  路  4Comments

jt4000 picture jt4000  路  3Comments

leoterry-ulrica picture leoterry-ulrica  路  4Comments

galvesribeiro picture galvesribeiro  路  4Comments