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

WPF MVVM ComboBox Binding to XML Data.

Once again, while browsing StackOverflow.com, I came across a question from a user who needed to fix their ComboBox Binding. The user in question was Binding XML data in Key/Value pairs to the combo box, displaying the Key and wanted to retrieve the Value. This was achieved using the following example;My XML Test Data was [...]

By |2013-01-24T17:15:00+00:00January 24th, 2013|Binding, MVVM, VB.net, WPF, XML|0 Comments