shanselman / SmallestDotNet

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.
MIT License
130 stars 64 forks source link

Compilation error in javascript.ashx #70

Closed atifaziz closed 6 years ago

atifaziz commented 8 years ago

Navigating to http://smallestdotnet.com/javascript.ashx gives a 500 error:

image

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
atifaziz commented 6 years ago

Closed via 7f3c48a069bf40a2422ff5ce0a5d6b12f1ccd382