I just converted a project from 2008 to 2010. I didn't encounter any errors in the conversion.
I tried to add. This gives the "...doesn't contain any public member..." warning and naturally, the .Tasks library is not recognized. Is there any trick to the conversion, setting in the properties, etc. that I need to deal with?HTML Code:Imports System.Threading.Tasks
Note that I have a "from scratch" project that accesses the System.Threading.Tasks class with no problem. Both projects are contained in the same Projects folder as in:
Projects/ProjectThatWorks
Projects/ProjectThatDoesn'tWork




Reply With Quote