Tag Archives: framework

TypeLoadException

Introducing a new member to the team is always a good thing. This brings up problems that would stay under the radar otherwise. Our new tester experienced an application crash that we’ve never seen before. Using the remote debugger we … Continue reading

Posted in Development | Tagged , , | Leave a comment

Microsoft TechDays 2015

With all the new stuff Microsoft has presented at Build, pushed to Azure and is going to release, I just had to go to TechDays. After an amazing keynote about zombies in the AppStore, the future of monetization (micro payments) … Continue reading

Posted in Conference | Tagged , , , , , , , , , , , , , , , , , | 3 Comments

Target Mono from Visual Studio

Targetting Mono in Visual Studio is possible. This way your assemblies are build using the Mono framework (which should be .NET compatible). Change the target to the Mono profile to get immediate feedback of incompatible references and other Mono things. … Continue reading

Posted in Development | Tagged , , , , , , | 20 Comments