HomePosts tagged โ€œerrorโ€

error

Showing 1 - 15 of 15 results
There are times when you might get the below error when you have multiple projects with-in your Visual Studio solution....
You might have had a situation where your code once worked fine in ASP.NET application but now throws the below...
  • .NET
  • December 3, 2024
This was one of the Compiler error that i received when trying to use the INotifyPropertyChanging in one of my...
For the last few days, I have been getting the following error inย Visual Studio 2010ย when creating a new Windows Phone...
Are you getting this error when trying to run a Windows Phone 8 application in the emulator? โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€”โ€” Microsoft Visual...
When trying to accept an HTML tag as input for one of the textbox in my ASP.NET MVC and saving...
When you run a PowerShell script in the PowerShell terminal for the first time , sometimes you might get the...
This was one of the error that i received today when trying out sample on declaring a variable of type...
  • .NET
  • November 17, 2024
When trying to install the Windows Phone toolkit via NuGet Manager in Microsoft Visual Studio 2012, you might receive the...
When using the automatically implemented properties in C#, we cannot have the property with just a get. When attempting to...
When a setup file is created in Visual Sudio 2010 and when we run the installation , it might result...
This post will explain how to resolve the error โ€œHandler โ€œaspNetCoreโ€ has a bad module โ€œAspNetCoreModuleV2โ€ in its module listโ€...
Sometimes when developing an android application using C# (Xamarin) and when you deploy the android app to the emulator ,...
  • .NET
  • November 6, 2024
I was recently try out some samples using Windows Phone 8 SDK and one such sample was using Isolated Storage...