v3
There are 3 entries for the tag v3
The Title Column inherrited from Item typically shows itself up in any contentType that would define. But ever wanted to call it something else? Here is how you do it. <FieldRef ID="{fa564e0f-0c70-4ab9-b86... Name="Title" DisplayName="Your Other Name for Title" Sealed="TRUE"/> The trick is in the DisplayName. Reference the Title Colulmn and give it a seperate DisplayName And you could even have a go at LinkTitle <FieldRef ID="{82642ec8-ef9b-478f-acf... Name="LinkTitle"...
Yay! There is an update to the SDK to reflect WSS v3 B2 TR. Looks like the OSS SDK is still on B2 (i.e. not TR) tags: sdk, wss, sharepoint, v3 Cross-posted from tariqayad.com...
I deployed a sample ASP .NET 2.0 app in to the _layouts directory of a WSS v 3 setup. This app was not precompiled. When the app runs, executing code that accesses the SP object model gave me the error "Unable to Validate Data". I can think of any reasoning behind that error. But after resetting IIS, all was fine. Note to Self: Recycle the Application pool after each deployment. Technorati : 2007, Sharepoint, Wss, v3 Cross-posted from tariqayad.com...