Application Pages in SharePoint
Labels: Application Pages, MOSS 2007, WSS 3.0
Posts about Microsoft Office Sharepoint Server 2007, Windows Sharepoint Services 3.0, InfoPath, Excel Services, Performance Point Server 2007, ASP.Net 2.0, Microsoft Certifications and anything else I can think of.
Labels: Application Pages, MOSS 2007, WSS 3.0
Labels: Network Path was not found, Search Server 2008 content, SharePoint Search content
Labels: Minimal Master Page, MOSS 2007, WSS 3.0
The other day I was trying to create a list event receiver that would fire when a user was added to SharePoint. I did some research and found the User Information List, which is the list that contains all the users in SharePoint. You access this list when you click on the People and Groups link. I built the event receiver and attached it to the list and added some users, only to find out that the event was not firing.
Labels: User Information List
Labels: SharePoint remote debugging
Today I was working on a project that needed some custom screens in SharePoint and manipulated a SharePoint list. I finished most of the screens to manipulate the list item itself and was about to move onto adding attachments to the list item. I began by try to iterate through each file in the SPAttachmentCollection that you can acess via the list item object. When I ran the page I kept getting an error that said it could not cast from string to SPFile object. I started commenting out lines to figure out where it was trying to cast a string into an SPFile because I did not do that explicitly in any of my code.
Labels: Accessing SharePoint Attachments, SPAttachmentCollection, SPListItem attachments
Labels: postback error, SPGridView, SPGridView and Postback error