Hello,
Just redone the whole Ext.net install and coming up with the warning above for all ext elements on the page.
Funny thing is that when i type <ext:... in the header section,the intellisense works fine,Have reference of resourcemanager in the form as per instructions but to no avail.
Steps taken to try to resolve problem:
-Remove all references of ext in the bin directory and clean the project,recopy the necessary files back into the dircetory.
-Add:
<section name="extnet" type="Ext.Net.GlobalConfig" requirePermission="false" />
to the web config file as advised by -Also using nuget for easier installation and decided on using Console Powershell as i can see what is added to the project.
- Get-Package shows Ext.net and dependencies installed fine.
Any tips?