Visual Studio – Error when clicking on Solution -> Properties (Object reference not set to an instance of an object)

Some extensions may cause this. Try disabling extensions and restarting Visual Studio. Quite often error will be gone even if you re-enable extensions after this. There’s a bug report on Microsoft Connect (link). It is marked there as “Closed as External”, but it seems that it may occur randomly with any extension, so would be … Read more

jQuery 1.4.2 VSDoc

The adventurous can add the following lines starting at 2949: delegate: function( selector, types, data, fn ) { /// <summary> /// Attach a handler to one or more events for all elements that match the selector, now or in the future, based on a specific set of root elements. See also “live”. /// </summary> /// … Read more