'Coding in .NET' Category
ASP.NET Parser Error Message: Could not load type “”
This message comes up for a number of reasons, spelled out by bloggers more proficient than I. One reason that seems obvious in retrospect is that referenced DLLs not in the GAC need to have the Copy Local property set to true, or you will need to manually copy the files to the bin folder.
Bug in Microsoft ASP.NET AJAX Extensions 1.0
Here’s the story: I created a drop-down calendar control for a website I’m helping to build at work. The website needs to work not only with American date formats, but in British, French, Italian, German and Spanish formats as well, including a format which includes the three-letter abbreviation for the month (e.g., 31-Dec-2007). The Date.parse [...]
