Ext.NET icon indicating copy to clipboard operation
Ext.NET copied to clipboard

examples5.ext.net-5 Compile error

Open Hrishi-Thetica opened this issue 2 years ago • 1 comments

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

Hrishi-Thetica avatar Nov 01 '23 15:11 Hrishi-Thetica

Unfortunately, I was unable to reproduce the error.

I completed the following steps:

  1. Downloaded the .zip file
  2. Extracted the .zip file
  3. Double clicked the Ext.NET.Examples.sln file, which opened the project in Visual Studio
  4. Clicked the Run button
  5. After a few moments, the Examples Explorer loaded properly in the web browser

geoffreymcgill avatar Nov 01 '23 17:11 geoffreymcgill