Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>I've downloaded your .zip solution but it includes dlls in packages got through Nuget, i.e. dlls for targeting .NET 4.0 from VS2012 and runnable from from machine with installed .NET 4.5 only. One also cannot use C# 5.0 extensions for targeting .NET 4.0 from VS 2012 <strong>on VS2010</strong> through <a href="http://blogs.msdn.com/b/lucian/archive/2012/04/24/async-targeting-pack.aspx" rel="nofollow noreferrer">Async Targeting Pack</a> </p> <p>In order to use async/await in VS2010 one should not use Nuget or .NET 4.0 upgraded by .NET 4.5 installation (in other words, to have .NET 4.5 installed). </p> <p>See my answers to: </p> <ul> <li><a href="https://stackoverflow.com/a/16228189/200449">Async CTP not working in VS 2010 SP1</a> </li> <li><a href="https://stackoverflow.com/a/15972581/200449">Where can I find a TPL dataflow version for 4.0</a><br> with details on how to get and use C# 5.0 extensions in .NET 4.0 (without .NET 4.5/VS2012 installed) </li> <li><a href="https://stackoverflow.com/questions/16074401/asynchronous-programming-with-async-and-await/16097562#16097562">Asynchronous Programming with Async and Await</a> </li> </ul> <p>Update:<br> Once again, citing the answer from <a href="https://stackoverflow.com/a/12056788/200449">"Proper way to use Async with VS 2010 now that VS 2012 is released"</a> </p> <blockquote> <p>"The Async CTP is the only way to use async in Visual Studio 2010. However, it is not the async that made it into .NET 4.5 / Visual Studio 2012"</p> </blockquote> <p>There was also a big hot discussion in MSDN forums: </p> <ul> <li>"<a href="http://social.msdn.microsoft.com/Forums/en-US/wpf/thread/c05a8c02-de67-47a9-b4ed-fd8b622a7e4a/" rel="nofollow noreferrer">If I target .net 4.0 but run on a machine that has .net 4.5 will .net 4.0 WPF bugs still be there?</a>"<br> The title is a little bit misleading since the discussion shifted to impossibility to develop/test .NET 4.0 (om machine without .NET 4.5 installed) from VS2012 and/or from machine with .NET 4.5 </li> </ul>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload