Olivier Jooris posted on augustus 04, 2008 09:01
Alle referenties naar deze geschrapte business controller waren geschrapt in de code. Elke SQL tabel die er iets mee te maken kon hebben, opgeschoond.
Deze update had ik al uitgevoerd:
UPDATE DesktopModules
SET SupportedFeatures = 0
WHERE SupportedFeatures = -1
Maar steeds bleef dezelfde fout terugkomen:
Message: System.Web.HttpException: Could not load type 'mijncontroller'
Dit sleept nu al maanden aan tot ik toevallig op deze oplossing kwam
- Login as Superuser ("host" by default)
- In Host Menu select item SQL ausführen
- Copy the following 4 lines and paste them into the text box:
- TRUNCATE TABLE {databaseOwner}{objectQualifier}SearchItemWordPosition
- DELETE {databaseOwner}{objectQualifier}SearchItemWord
- DELETE {databaseOwner}{objectQualifier}SearchWord
- DELETE {databaseOwner}{objectQualifier}SearchItem
- Activate the check box "run as script?" and hit Run
- The search index will be rebuilt automatically by the scheduler.
referentie: deutschnetnuke.de