Try updating NuGet packages. TOOLS> NuGet Package Manager> Managing NuGet packages for the solution, click "Updates" in the left part of the window, in the center of the windows you will get a list of packages that need to be updated, then click "Install" above the package that you like to get the latest version. I am updating everything: jQuery, Json.NET, Microsoft ASP.NET SignalR, Microsoft.Owin
After updating the packages to the latest version (SignalR Currently 2.2.0) you can compile. Do not forget the update links in "StockTicker.html", in my case after the update it looks like this:
<script src="/Scripts/jquery-2.1.4.min.js"></script> <script src="/Scripts/jquery.signalR-2.2.0.js"></script>
rafaellorey
source share