-
Commerce Server 2009 (formerly known as Commerce Server 2007 code name “Mojave”) delivers the ability to increase your business reach by making it possible to sell via multiple channels using an out-of-the-box shopping site, SharePoint Commerce Services, and the Multi-Channel Commerce Foundation. The...
-
Today, I got the following error message when browsing to the mySites: The evaluation version of Microsoft Office SharePoint Server 2007 for this server has expired Altough i was able to add new sites, site Collections, administrate MOSS and things, this message continued to show up while trying to browse...
-
On a SharePoint website you can make lists to store information based on a list type. Some lists can be connected to Outlook, including contact lists, by using the Connect to Outlook action. The contact lists can be connected to Microsoft Outlook 2003 or 2007. If you connect to Outlook 2007, you can...
-
January 2009 the Microsoft SharePoint Product Group announced the Community Technology Preview of Visual Studio 2008 extensions for SharePoint v1.3 (VSeWSS). Previous VSeWSS versions were not out-of-the box installable on x64 machines, therefore I blogged about Installing Visual Studio Extensions for...
Posted to
Harold van de Kamp's Blog
by
Harold van de Kamp
on
Fri, Feb 20 2009
Filed under:
Filed under: Visual Studio 2008, SharePoint, IIS7, Community Technology Preview, SharePoint Development, x64, 64-bit, VSeWSS, SharePoint Deployment, Windows Communication Foundation
-
Some time ago I wanted to enable some features upon a siteCollection creation, but I couldnt find an eventhandler which allowed me to execute those actions. You could, of course, add or alter the ONET.XML for a new Template, but if you need to run code/activate features on Site Creation for multiple...
-
I would like to reference to an old post that appeared in 2007 on http://blogs.msdn.com/sharepoint , that mentions the SharePoint debugger feature. I use it quite a lot and i am sure a lot of people don't know about its existance. Its a relatively simple feature that shows up in the SiteActions menu...
-
The SharePoint conference 2009 has been announced! This year they will be at the Mandalay Bay Events Center in Las Vegas, Nevada between October 19-22, 2009. It will be the conference to learn about SharePoint 14, where they will tell you about the improvents that have been made Learn more about the...
-
While browsing the internet to find some information about my iPhone 3G, i came accross this site: http://www.isharephone.com/ It's a company that developed a SharePoint application that will be able to display the data of your SharePoint intranet on the iPhone, using the iPhone interface. In addition...
-
SPDisposeCheck is a tool to help you to check your assemblies that use the SharePoint API so that you can build better code. It provides assistance in correctly disposing of certain SharePoint objects to help you follow published best practice. This tool may not show all memory leaks in your code. Further...
-
Some days ago i was browsing the internet for sharepoint analyze tools. On tool has been developed by the well known "Bamboo Solutions", it's called "Bamboo SharePoint Analyzer". It helps discovering the SharePoint administration: The information for the entire farm topology,...
-
An introduction into Data Form Web Parts The Data Form Web Part is a Web Part component that is available out-of-the-box with WSS 3.0. It allows you to display information from different data source types, with the possibility to change or insert new data. You can display a single item or a collection...
-
As I had problems with the way events worked, I wanted to know more about the way they worked. below is bit of information about events that is good to know: There are two different kinds of events: Synchronous and Asynchronous events. Synchronous events End with -ing (ItemAdding, ItemUpdating) Block...
-
Some time ago I tried to alter a field of a SPListItem right after the moment that the item has been created. A var was stored in the Session so it could be used on the newly created SPListItem (itemAdded). NOT. I figured out that the HttpContext isn't available when during the ItemAdded event. When...
-
When travelling by car I have my radio on or listen to podcasts . A few times a month a group of SharePoint enthusiasts make podcasts on SharePoint related topics and post them on the SharePoint Pod Show website . It’s an easy way to learn more about SharePoint technology, real world SharePoint implementations...
-
If you receive error Exception from HRESULT 0x81070215 when you open a list or access the SharePoint site manager, a list has not properly been deleted and is in a corrupted state. You can change the corresponding custom list definition after you have deleted the list to fix the problem. Because the...