Tag Archives: asp.net

Handling the proprietary CSS filter attribute in dotless

I’m a big fan of the LESS CSS library – a fantastic way of simplifying the process of writing CSS by offering a number of basic programming capabilities such as variables, functions and mixins. There are a number of implementations available for different platforms, and the purpose of this blog post is to highlight a […]

Posted in Tips | Also tagged , | 8 Responses

Visual Studio silently crashing

If you have an issue with Visual Studio 2008 crashing suddenly and without warning, try clearing your native image cache using the following commands at the VS command prompt: Worked for me when VS started crashing every time I opened a view after upgrading MVC 2 from RC2 to RTM.

Posted in Fixes, Visual Studio | Also tagged | Leave a comment