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.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Compilation error in javascript.ashx

atifaziz opened this issue · comments

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

Closed via 7f3c48a