12 Results for 'gotcha':

How to fix Visual Studio Git Sync Error "The pull operation failed. See the Output window for details."

If you cannot push/sync changes in your local repository to a remote, your lock file may be corrupt.

Roughly a 1 minute read, posted 4 years ago into c#, gotcha & development



GhostScript PDF to Image Conversion Results in Black Text On Black Background [SOLVED]

Learn how I managed to fix this issue with GhostScript when converting a PDF source to an image

Roughly a 2 minute read, posted 5 years ago into code & gotcha



How to increase the maximum allowed URL length in ASP.NET

Sometimes it's necessary for a URL to be longer than the default of 260 characters in .NET - here's how you do it.

Roughly a 1 minute read, posted 6 years ago into code & gotcha



How to migrate a .NET website to TLS 1.2

A quick guide to getting your .NET websites set up to use TLS 1.2 before June 30th 2018 rolls around.

Roughly a 2 minute read, posted 6 years ago into code & gotcha



Http 500 error when deploying .NET Framework 2.0 application on Windows Server 2012 and IIS 8.5

How to get your legacy .NET application up and running on Windows Server 2012 and IIS 8.5

Roughly a 1 minute read, posted 7 years ago into csharp, code, gotcha, iis & server



Why is System.Threading.Tasks.Task`1 [System.Threading.Tasks.VoidTaskResult]; appearing in my ASP.NET Core Razor Views?

Find out why your partial views output a TaskResult instead of exiting cleanly when rendering themselves into your page

Roughly a 1 minute read, posted 7 years ago into csharp, code & gotcha



SelectListItems not appearing in the Edit view when Scaffolding Controllers and Views with MVC Core in Visual Studio 2015

Easy fix to the bug when scaffolding views and controllers in Visual Studio 2015

Roughly a 1 minute read, posted 7 years ago into csharp, code & gotcha



Geolocation not working on non-HTTPS domains with Google Chrome

Why geolocation no longer works on websites with Google Chrome unless they're using a secure connection

Roughly a 1 minute read, posted 7 years ago into gotcha, browser, google & code



OpenVPN won't connect on Windows 10 - Solved

Learn how to get OpenVPN working again on Windows 10 after updating to the latest version

Roughly a 1 minute read, posted 8 years ago into openvpn, windows10, code & gotcha



Windows 10 Wireless Issues - No Connections Available [SOLVED]

Make sure you uninstall the Cisco VPN client from Windows 8.1 before you upgrade to Windows 10 or you will have wireless connectivity issues.

Roughly a 1 minute read, posted 9 years ago into windows10, gotcha & code



Unable to add 'Global.asax' to the Web site. An unknown WinINet error has occurred (code 12113).

Find out what to do when Visual Studio reports a WinINet error code 12113 when deploying a website via Web Publish

Roughly a 1 minute read, posted 9 years ago into csharp, code & gotcha



301 Rewrite Rules can break MVC forms

Why sometimes 301 rewrite rules can break ASP.NET MVC forms

Roughly a 1 minute read, posted 10 years ago into code, csharp & gotcha