Ext.NET
Ext.NET copied to clipboard
examples5.ext.net-5 Compile error
Downloaded examples5.ext.net-5.zip. Extracted. When trying to run in visual studio, get below error
Parser Error
Description: An error occurred during the parsing of a resource required to service this request. Please review the following specific parse error details and modify your source file appropriately.
Parser Error Message: Cannot create an object of type 'Ext.Net.Theme' from its string representation 'Spotless' for the 'Theme' property.
Source Error:
Line 134:</head>
Line 135:<body>
Line 136: <ext:ResourceManager ID="ResourceManager1" runat="server" Theme="Spotless" />
Line 137:
Line 138: <ext:History runat="server">
Source File: /default.aspx Line: 136
Unfortunately, I was unable to reproduce the error.
I completed the following steps:
- Downloaded the .zip file
- Extracted the .zip file
- Double clicked the
Ext.NET.Examples.slnfile, which opened the project in Visual Studio - Clicked the Run button
- After a few moments, the Examples Explorer loaded properly in the web browser