Today i decided to look through tweets a favorited the last couple of month and one of the tweets I favorited was about a small add-on to Visual Studio called Metalscroll. Metalscroll basically make your scrollbar alot mor intersting. It’s kind of hard to describe but a picture says more then 1000 word so have [...]
I use a custom MSBUILD xml file to build some of my projects so that i can run stuff to compress CSS/JS files and stuff like that. After installing Visual Studio 2010 and playing around a bit with suddenly my builds started to fail. C:\Program Files (x86)\MSBuild\Microsoft\VisualStudio\v10.0\WebApplications\Microsoft.WebApplication.targets(132,11): error MSB4064: The “Retries” parameter is not supported [...]
When i debug web applications i like to go with the attach to process instead of pressing F5 when i use IIS as the development web server. It has lot of advantages: If you are “deep down” in your application you do not have to start from the beginning again. Attach to process lets you [...]
Posted on 11 August 2009, 8:37, by Ola, under
ASP.NET.
Every time i reinstall my computer i spend 30 minutes trying to find my favorite dark Visual Studio theme from the web. So i thought i better write about it here so i do not have to look for it again. So for my own pleasure, download the theme here. Link: Rob Conery
Posted on 14 January 2009, 18:58, by Ola, under
ASP.NET.
I have had huge problems on various projects with the “publish” functionality in Visual Studio 2008. I like the feature, you just click publish, choose a directory and the files that is needed on the webserver is placed in the folder and you can easliy copy it to your server or whatever. The problem with [...]