Community Page
- SharePointMagazine.net/ Jump to website »
-
Subscribe -
Community
-
Top Commenters
-
Popular Threads
-
Recent Comments
- Hi Michael, Thanks again for another awesome post. I've been wondering how we can expand our SharePoint farm in an eco-friendly manner. I'd like to explore using VMWare ESX Server or...
- Hey Bill, The best place to deploy CSS files is in the Layouts folder of the 12 hive (usually: Program Files\Common Files\Microsoft Shared\web server extensions\12\Template\Layouts). The...
- Hi Greg, Great article. I have a master page ready but it uses a special css file in conjunction with core and others. What is the best way to deploy my special CSS file and where? Should I list it...
- Pingback from PJonDevelopment. http://tinyurl.com/ldpmer Nice tutorial.
- Great series. I'd like to add that not only are we virtualising our WFE's and application servers but also the database role on SQL 2008 running on ESX infrustructure. The key with...
SharePoint Magazine
SharePoint Magazine is an online magazine dedicated to the world of SharePoint and related Information Worker technologies.
How to modify the data sources of a DataFormWebPart real-time and make a simple content aggregator.
... Continue reading »
11 months ago
8 months ago
I'm SharePoint Developer. Thanks alots of your post. I needed a way to populate the sub site's task list data in dataview that find your post. I copy the .dll in gac and added in safe control and register in .aspx page so put dataview ID in the tag , but when I want run the page saw this error....
Object reference not set to an instance of an object
[NullReferenceException: Object reference not set to an instance of an object.]
DynamicAggregateDataSource.DynamicAggregateDataSource.OnLoad(EventArgs e) +106
System.Web.UI.Control.LoadRecursive() +47
System.Web.UI.Control.LoadRecursive() +131
System.Web.UI.Control.LoadRecursive() +131
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +1436
Thanks
Jamal From SPS Persia Corporation
8 months ago
I'm SharePoint Developer. Thanks alots of your post. I needed a way to populate the sub site's task list data in dataview that find your post. I copy the .dll in gac and added in safe control and register in .aspx page so put dataview ID in the tag , but when I want run the page saw this error....
Object reference not set to an instance of an object
[NullReferenceException: Object reference not set to an instance of an object.]
DynamicAggregateDataSource.DynamicAggregateDataSource.OnLoad(EventArgs e) +106
System.Web.UI.Control.LoadRecursive() +47
System.Web.UI.Control.LoadRecursive() +131
System.Web.UI.Control.LoadRecursive() +131
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +1436
Thanks
Jamal From SPS Persia Corporation
8 months ago
I fixed that prblem and now it it is work but when I attached master page to page , get the following error...
[NullReferenceException: Object reference not set to an instance of an object.]
DynamicAggregateDataSource.DynamicAggregateDataSource.OnLoad(EventArgs e) +106
System.Web.UI.Control.LoadRecursive() +47
System.Web.UI.Control.LoadRecursive() +131
System.Web.UI.Control.LoadRecursive() +131
System.Web.UI.Control.LoadRecursive() +131
System.Web.UI.Control.LoadRecursive() +131
System.Web.UI.Control.LoadRecursive() +131
System.Web.UI.Control.LoadRecursive() +131
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +1436
Please help me
Thanks
Jamal
8 months ago