Forum member

daflame

5 posts

Posts by daflame

  1. Build error in VS2010 with Async CTP

    On a final note. I did get the library to work with .NET 4.5 installed. Using this library instead of the AsyncCtpLibrary.dll: https://www.nuget.org/packages/Microsoft.Bcl.Async Although it says it does not support Visual Studio 2010, it builds just fine as long as you have the async CTP insta…

  2. Build error in VS2010 with Async CTP

    After much work looking over the files in the nCrunch build folder, it seems that when you run msbuild at the command prompt it fails with the same error, but when you load up the same project file into Visual Studio and compile it, it builds successfully. This is not isolated to nCrunch it seems. …

  3. Build error in VS2010 with Async CTP

    I'll look into it on Tuesday when May long weekend is over. Thank you for your patience and quick replies!

  4. Build error in VS2010 with Async CTP

    I am running win7 64bit and after installing the async CTP. I also installed. NET 4.5 (other programs I have rewire it). I didn't check whether it was the installation of. NET 4.5 that caused this, but it could be. Still,, this configuration should work. I can compile the code manually and run …

  5. Build error in VS2010 with Async CTP

    I am also experiencing the same issues as Dave. I noticed he hasn't replied. All you need to do to reproduce the problem is to install the Async CTP version 3 and include AsyncCtpLibrary.dll into your project. http://www.microsoft.com/en-ca/download/details.aspx?id=9983 A simple test case: …