SharePoint List Definition Instantiation Error (Cannot find a url for for quick launch element id 0, setting as ") -
i’ve run complex list through sharepoint solution generator 2008 , have set wspbuilder feature. list definition project deploys , activates fine when try create list through gui takes me error page has following text:
exception hresult: 0x81070909 @ microsoft.sharepoint.library.sprequestinternalclass.createlistfromformpost(string bstrurl, string& pbstrguid, string& pbstrnexturl) @ microsoft.sharepoint.library.sprequest.createlistfromformpost(string bstrurl, string& pbstrguid, string& pbstrnexturl)
and log file contains following messages:
creating list "grouptasklist" in web "http://sharepoint2007:102" @ url "lists/", (setuppath: "c:\program files\common files\microsoft shared\web server extensions\12\template\features\ grouptasklistdefinition\grouptasklist") creating list "grouptasklist" web "http://sharepoint2007:102", feature 33b16b15-5b5c-4286-bc30-566d99d80861, template id 111116.
standard 'verbose' messages
cannot find url for quick launch element id 0, setting "" 90009: web http://sharepoint2007:102 busy. please try again. unknown sprequest error occurred. more information: 0x81070909 application error when access /_layouts/new.aspx, error=exception hresult: 0x81070909 @ microsoft.sharepoint.library.sprequestinternalclass.createlistfromformpost(string bstrurl, string& pbstrguid, string& pbstrnexturl) @ microsoft.sharepoint.library.sprequest.createlistfromformpost(string bstrurl, string& pbstrguid, string& pbstrnexturl)
more standard 'verbose' messages
the list created correctly not have valid url associated , never shows on quick launch menu have manually browse http:--sharepoint2007:102/lists/thenameigaveit. believe node in schema.xml correct because it’s being created , have quicklaunchurl tag 1 of errors referring missing. first major error in log when instantiate list i’m trying find solution , others after go away.
<list quicklaunchurl="lists/grouptasklist" name="grouptasklist_fromtemplate" title=" grouptasklist_fromtemplate " description=" grouptasklist_fromtemplate description" direction="0" basetype="0" url="lists/grouptasklist_fromtemplate" versioningenabled="true" majorversionlimit="0" majorwithminorversionslimit="0" foldercreation="false" enablecontenttypes="true" type="111116" id="3fa08ec0-4772-4ab3-825c-00e1c335b31e" xmlns="http://schemas.microsoft.com/sharepoint/">
i can’t find references errors in log file on net, has run problem when instantiating list definition in sharepoint 2007?
thanks in advance, dan
just guess try removing spaces in:
title=" grouptasklist_fromtemplate "
and
description=" grouptasklist_fromtemplate description"
have tried that? leading spaces may throwing off.
also, @ path in log file pointing feature ("\template\featueres\ grouptasklistdefinition"). you've got space in path before " grouptasklistdefinition".
good luck
Comments
Post a Comment