Oludayo Alli

Getting started with Shell in Xamarin Forms 4.0 (Part 1)

Xamarin Forms recently released an awesome feature called Shell reduces the complexity of mobile application development by providing the fundamental features that most mobile applications require. Shell combines the power of MasterDetailPage, TabbedPage, NavigationPage and BottomTab to create an awesome experience for the user while making it easy for developers to implement. Let’s deep our

Getting started with Shell in Xamarin Forms 4.0 (Part 1) Read More »

Error Code -1073741792 (0xc0000020) While debugging Windows Store app

Are you getting error code -1073741792 (0xc0000020) while debugging Windows Store app in Visual Studio 2017 with the following error message? The program ‘[10204] AppTest.exe’ has exited with code -1073741792 (0xc0000020). Activation of the Windows Store app ‘da948166-6801-4a87-a655-3ab556220de4_594fk28n7wngm!App’ failed with error ‘The app didn’t start’. Here are some of the steps that I have tried.

Error Code -1073741792 (0xc0000020) While debugging Windows Store app Read More »

How to resolve “Could not load file or assembly Microsoft.CodeAnalysis, version= 1.3.1.0…” in Visual Studio 2015

Do you find yourself unable to do a “ctrl + .” for code suggestions in VS 2015? An error message comes up saying the following: Could not load file or assembly ‘Microsoft.CodeAnalysis, version= 1.3.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35’ or one of its dependencies. The system cannot find the file specified. For some developers, you can still build and

How to resolve “Could not load file or assembly Microsoft.CodeAnalysis, version= 1.3.1.0…” in Visual Studio 2015 Read More »