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 collection features
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 after SP1
http://support.microsoft.com/kb/941422
http://support.microsoft.com/kb/941274
http://support.microsoft.com/kb/942819
http://support.microsoft.com/kb/948945
http://support.microsoft.com/kb/948947
http://support.microsoft.com/kb/948957
http://support.microsoft.com/kb/949402/en-us
http://support.microsoft.com/kb/949955/en-us
http://support.microsoft.com/kb/950280/en-us
http://support.microsoft.com/kb/950292/en-us
http://support.microsoft.com/kb/950487/en-us
Popular Articles