Asp.Net – “Sys.ArgumentNullException: Value cannot be null. Parameter name: elements” Error when using AjaxControlToolkit

Today I started experiencing a weird problem with AjaxControlToolkit Calendar Extender control – it would render at the top left corner of the page, and not under the text box control it was bound to.

Fired up Google Developer Tools and saw an error that was being thrown – Sys.ArgumentNullException: Value cannot be null. Parameter name: elements.

Adding ScriptMode=”Release” to asp:ToolkitScriptManager solved the issue. Not sure why release version of the script libraries would be different to debug version (or why debug version causes the problem), but this solved my problem.

AppleWin – Apple II emulator for Windows

AppleWin is an Apple II emulator for Windows. It emulates Apple II system with 128 KB RAM, two 5.25″ floppy drives, joystick, and serial card. It also supports both 40 column and 80 column text modes.

AppleWin supports ProDOS and Apple DOS 3.3 disk image formats, as well as hard disk images. Supported file formats include .BIN, .DO, .DSK, .NIB and .PO files.

You can get AppleWin from GitHub.

Applewin