Knockout (or any javascript) Intellisense not working if move script file locations

I found while playing around with Knockout.js, that my Visual Studio Intellisense wasn’t working. This turned out to be because I had formatted my Scripts folder, and moved standard Javascript libraries into another folder. This meant that Visual Studio couldn’t find my _references.js file. At first I added the following to the @Scripts Section in [...]

By |2017-07-24T08:33:17+01:00June 26th, 2013|HTML, Javascript, Knockout, Tips, Visual Studio|0 Comments

Installing IE10 offline

Today I came up against a problem where an application I was working on required IE10 to be installed. This all well and good, however this pc didn’t have access to an internet connection.As such, I needed to download the IE10 install package, and copy it across to the machine.However, when I came to install [...]

By |2013-06-07T16:25:00+01:00June 7th, 2013|Internet Explorer, Tips, Windows|0 Comments

SGEN: Mixed mode assembly is built against version ‘v2.0.50727’…

I found while building an VB application in Visual Studio 2012, in release mode for the first time, that I was confronted with cryptic build error; SGEN: Mixed mode assembly is built against version 'v2.0.50727' of the runtime and cannot be loaded in the 4.0 runtime without additional configuration information. After trawling through some Google [...]

By |2016-03-01T15:18:00+00:00June 7th, 2013|.Net Framework, Bugs, Tips, Visual Studio, XML|0 Comments

Adding EF POCO Classes to TFS Source Control

I have various projects which included Entity Framework POCO (Plain Old CLR Object) Classes. By default, these are not automatically included in TFS Source Control. To add these classes in VS2012; Open the Team Explorer Window using View>Team Explorer You will see a list of shortcuts... My Work, Pending Changes and so on; Under "Pending [...]