System.Threading.Task, Version=2.6.8.0

System.Threading.Task, Version=2.6.8.0

Old forum URL: forums.lhotka.net/forums/t/12855.aspx


indraneelkurane posted on Sunday, March 29, 2015

I am trying to use ProjectTracker with CSLA 4.5.700 in Visual Studio 2012.4

Everything get compiled. Wpf UI runs fine but for Silverlight UI throws following exception. What could be reason.

Could not load file or assembly 'System.Threading.Tasks, Verion= 2.6.8.0'

 

 

ajj3085 replied on Sunday, March 29, 2015

You need to reference the BCL libraries if you're using .net 4 http://nuget.org/packages/Microsoft.Bcl.Async/

indraneelkurane replied on Monday, March 30, 2015

Thank you It Worked

Copyright (c) Marimer LLC