When I use the object model to add item to MOSS 2007 project task list, I have some code like following: const string SitePath = " http://litwareserver:5000"; const string ListName = "ProjectTask"; // enter object model through site collection. SPSite
Read More...