Errors Articles

Oracle OTIN License Error installing Visual Studio

While installing Visual Studio with Xamarin, I ran into an error where it wouldn't download some of the Oracle parts. When clicking on the link for more information, it told me "In order to download products from Oracle Technology Network you must agree to the OTN license terms."

Fixing Entity Framework Validation 30000 No Type Specified for the Decimal Column

Here's a quick fix for Entity Framework's Validation 30000 errors that show up on decimal columns.

Blazor Error - There is no Registered Service of Type

Experimenting with Blazor, I ran into this error. "There is no registered service of type...".

Fix Git Self Signed Certificate in Certificate Chain on Windows

You are in the right place if you're trying to use git clone on a computer and running into one of the following errors. SSL certificate problem self signed certificate in certificate chain or SSL certificate problem unable to get local issuer certificate.

TypeScript Cannot Invoke an Expression whose Type Lacks a Call Signature

I have a love|hate relationship with TypeScript. I love it when it works & hate it when it doesn't do what I think it should. I was trying to clean up some code and wrote the following

Visual Studio Crashes Due to NPM

I've just started using Visual Studio and so far the experience has been great. The Web Essentials plugin makes web development a lot better. Unfortunately Visual Studio has not been playing nice when I select to "Open a Website" that is using NPM.
Let's Connect