Custom protocol opening your application

When you want to give users the ability to quickly navigate to your WinForms application by URL with custom protocol, you just have to define your protocol in a simple registry key 🙂 See http://msdn.microsoft.com/workshop/networking/pluggable/overview/appendix_a.asp, for the Notepad example shown by MS. Windows Registry Editor Version 5.00 [HKEY_CLASSES_ROOT\note] @=”URL:Note Protocol” …

Err.exe

Tired of error numbers that doesn’t mean a thing 🙁 ? Download the free Err.exe tool that can turn a meaningless error number into a message, it does not mean you get to know why error occurred, but sometimes ANY clue is better than nothing :).

Bindable control property – The server tag is not well formed

When I was doing my first ASP.NET I spend a lot of time looking for clue why statement like this one: Text=”” … did not work, and caused an „all telling” exception: System.Web.HttpException: The server tag is not well formed.

Back to Top