SmallestDotNet - SmallestDotNet.com is a single page site that does one thing. It tells you the smallest, easiest download you'd need to get the .NET Framework on your system.
Running locally, javascript.ashx fails due to the compiler error
“CS1501: No overload for method 'GetUpdateInformation' takes 2 arguments” on line 14 of javascript.ashx(14,25):
A:\SmallestDotNet\SmallestDotNet\javascript.ashx(14,25): error CS1501: No overload for method 'GetUpdateInformation' takes 2 arguments
Navigating to http://smallestdotnet.com/javascript.ashx gives a 500 error:
Running locally,
javascript.ashx
fails due to the compiler error “CS1501: No overload for method 'GetUpdateInformation' takes 2 arguments” on line 14 of javascript.ashx(14,25):