Help a novice please.
I ran your code after making it "AtlasWebSite" virtual directory http://localhost/AtlasWebSite/CustomersViewer.aspx
And I get error
------------------------------------------------------------------------------------------
Parser Error Message: Unrecognized attribute 'appliesTo'. Note that attribute names are case-sensitive.
Source Error:
Line 52: <compilation debug="true">
Line 53: <buildProviders>
Line 54: <add extension=".script" type="Microsoft.Web.Compilation.ScriptBuildProvider" appliesTo="Web"/><!---->
Line 55: </buildProviders>
Line 56: </compilation>
----------------------------------------------------------------------------------
When I take (appliesTo="Web") out (like I have seen in some forums) I get another error
----------------------------------------------------------------------------
An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.
Stack Trace:
[MissingFieldException: Field not found: 'System.Collections.Generic.KeyValuePair`2.Key'.]
Microsoft.Web.UI.ScriptManager.RenderScriptScript() +0
Microsoft.Web.UI.ScriptManager.OnPagePreRenderComplete(Object sender, EventArgs e) +42
System.EventHandler.Invoke(Object sender, EventArgs e) +0
System.Web.UI.Page.OnPreRenderComplete(EventArgs e) +2010340
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean
--------------------------------------------------------------------
What am I doing wrong?