Hello,
I just installed VS 2013 and when opening it for some reason, I get an error on my sites. The error is the following:
Server Error in '/' Application.
Value cannot be null.
Parameter name: key
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.ArgumentNullException: Value cannot be null.
Parameter name: key
Source Error:
Line 14: <uc1:head ID="head" runat="server" />
Line 15: <!-- /head -->
Line 16: <body id="page1" class="<%=BodyClass%>" <%=BodyParameters%>>
Line 17: <form id="form2" runat="server">
Line 18:
Oddly I do not get this error with VS 2012. Anyone see this at all?