Mike Mooney
Mike Mooney
FYI, I took a fresh copy of the trunk last Friday (Sept 6 2013) and created a .NET 3.5 fork. I’ve been testing it out with a 3.5 Webforms project...
Ah, sorry about that, I was missing the NuGet dependency for the Task Parallel Library (which is needed to get a 3.5 implementation of ConcurrentDictionary). I just pushed a fix...
Hi @yellis, can you check if you have this in your web.config? You may need to enable the routing handler/modules, especially if it's web forms (yes I need to write...
Hi @yellis, For the EntityFramework error, can you check your bin directory under the website and see if the an EntityFramework DLL is there? Just to be sure, whack the...