By Udayakumar Ethirajulu , on June 22nd, 2008
If you try to activate the feature using stsadm command you will not be able to debug the feature receiver assemblies.
Open the Site collection features in
Site Actions ->
Site Settings ->
Modify All Site Settings ->
Site Collection Administration -> Site Collection features
Attach the w3wp.exe process in visual studio.
Place breakpoints.
Then Activate the feature in site [...]
By Udayakumar Ethirajulu , on June 20th, 2008
In WCM most of you guys may use RichHtmlField in publishing Layout.
To set default text property to RichHtmlField using HTML property to pass your default text.
Example:
[PublishingWebControls:RichHtmlField FieldName="CountrySectionTitle3" runat="server" id="RichHtmlField5" AllowExternalUrls="true" AllowFonts="true" AllowHeadings="false" AllowHtmlSourceEditing="false" AllowHyperlinks="true" AllowImages="false" [...]
By Udayakumar Ethirajulu , on June 6th, 2008
Some of the Patches released by microsoft for MOSS 2007 [...]
Popular Articles