I was writing a custom SharePoint feature the other day and probably killed a few hours on this error and still don’t have an answer to it just yet. 

using (SPWeb web = (SPWeb)properties.Feature.Parent) //since SPWeb is unmanaged code
{
    //check to see if our list exists already
    SPList storageList;
 
    try
    {
        //storageList = web.Lists[PAGE_VIEW_LIST_VALUE];
        storageList = web.GetList(web.ServerRelativeUrl + "/Lists/MyCustomList");
    }
    catch (Exception ex)
    {
        storageList = null;
    }
}

 

As you can see in the above code, I am merely trying to get a reference to my custom list using the SPWeb.GetList method.  Everything I have read says that the GetList method is the most efficient means of getting a reference to a SPList object as opposed to SPWeb.Lists[“MyCustomList"].  The problem was that everytime this code ran, it would NOT get a reference to my list and would instead throw an error.  I verified the URL countless times and tried everything, but still got an error whenever the feature was activated and this code ran.  I  then decided to write a quick win app with the same code and BAM!…it worked fine! 

So…..I still don’t have an answer at the moment (when I get time, I’ll revist this) but for the time being I switched over to the SPWeb.Lists[“MyCustomList”].

To all the SharePoint dev’s out there writing custom features…look out for this error.


Posted in:   Tags:

Comments


June 23. 2009 16:33
Custom Banner
    Thanks for the code that you gave it really helps me .,

http://www.ballyhoobanners.com/http://www.ballyhoobanners.com/


January 25. 2010 07:18
no fax personal loans
The best vision is insight.

http://cashusloans.com/no-fax/personal-loans-no-fax.htmlhttp://cashusloans.com/no-fax/personal-loans-no-fax.html


February 1. 2010 08:09
Loans in DE
Remember you will not always win. Some days, the most resourceful individual will taste defeat. But there is, in this case, always tomorrow - after you have done your best to achieve success today.

http://superpaydayloan.com/state/Delawarehttp://superpaydayloan.com/state/Delaware


February 8. 2010 05:28
cash loans
The worst thing one can do is not to try, to be aware of what one wants and not give in to it, to spend years in silent hurt wondering if something could have materialized - never knowing.

http://cashusloans.com/http://cashusloans.com/


February 9. 2010 02:55
payday advance
I find that the harder I work, the more luck I seem to have.

http://fastloansus.com/PaydayLoans/payday-advance.htmlhttp://fastloansus.com/PaydayLoans/payday-advance.html


February 14. 2010 18:52
guaranteed personal loans
nice info and great way to show your talent

http://www.badcreditguaranteedloan.com/http://www.badcreditguaranteedloan.com/

Search Blog

Blog Roll

    OPMLDownload OPML file

    Recent Comments

    Banners

    Theme Grabber
    Disclaimer
    The opinions expressed herein are my own personal opinions and do not represent my employer's view in anyway.

    © Copyright 2010 Tony Testa's World