This worked for me: Add the following lines to your web.config <system.webServer> <staticContent> <remove fileExtension=".woff"/> <mimeMap fileExtension=".woff" mimeType="application/x-font-woff" /> &l…
his dll is required for the use of Microsoft's forms based ReportViewer control. This version is to be used with VS 2012. To install Micosoft.ReportViewer.WebForms v 11.0.0.0, run the following command in the Package Manager Console Install-Package M…
Cocos2d (v.3.0) rendering pipeline roadmap Why (the vision) The way currently Cocos2d does rendering is good but it is beginning to feel somehow antiquate and moreover it doesn't actually leverage modern multi core CPUs so popular nowadays on most mo…