-
Recently I joined a project that was using a Sql Server Database Project to manage their DB scheme and so far it is pretty cool. This project type like others has a deploy/publish option which will allow you to publish your changes to a target database. And like other project types this is...
-
Today I was trying to publish a Asp.net 4.5 site to our server and I received the following error; The Application pool that you are trying to use has the ‘managedRuntimeVersion’ property set to v4.0. This application requires ‘v4.5’ I thought this was odd so I went to change the App pool, only to see...
-
If you are using PSake to build .net projects and your project has a silverlight project in it you may get the following error. C:\Program Files (x86)\MSBuild\Microsoft\Silverlight\v4.0\Microsoft.Silverlight.Common.targets(104,9): error : The Silverlight 4 SDK is not installed. [C:\Development\Source...
-
Recently I decided I would kill two birds with one stone, I figured I would learn a bit of Powershell and setup some build scripts for our project. I have been wanting to play around with Powershell for the longest time but could never really either find the time or the reason to play with it. ...