dsen-25.blogspot.com
SharePoint Secrets: July 2013
http://dsen-25.blogspot.com/2013_07_01_archive.html
Idea, Thought, Opinion, Feedback, Challenges, Experiences on Microsoft platform. View my complete profile. Friday, 19 July 2013. The Security Token Service is not available. WebHost failed to process a request. Sender Information: System.ServiceModel.ServiceHostingEnvironment HostingManager/17653682. At Microsoft.SharePoint.Administration.Claims.SPSecurityTokenServiceManager.get Local(). At Microsoft.SharePoint.IdentityModel.SPSecurityTokenServiceConfiguration.ctor(). At System.RuntimeType.Create...At Sy...
dsen-25.blogspot.com
SharePoint Secrets: May 2013
http://dsen-25.blogspot.com/2013_05_01_archive.html
Idea, Thought, Opinion, Feedback, Challenges, Experiences on Microsoft platform. View my complete profile. Friday, 3 May 2013. Attempted to use an object that has ceased to exist. (Exception from HRESULT: 0×80030102(STG E REVERTED). In my web part I used followig code. I used to write the code like this. Using (SPSite site = SPContext.Current.Site) { using (SPWeb web = site.RootWeb) { / your code } }. Subscribe to: Posts (Atom). There was an error in this gadget. There was an error in this gadget.
lalkotasatish.blogspot.com
satish: Feature Stapling
http://lalkotasatish.blogspot.com/2011/11/feature-stapling.html
Wednesday, November 9, 2011. If you have created a site definition, there are several ways of using features with it. These are:-. Create a site from the definition and subsequently deploy your features to the site. Include the features in the site definition (onet.xml) before using it to create sites. Use feature stapling to associate your features to the site definition. Since the first option doesn't really associate the Features to the site definition, we'll focus on options 2 and 3. This option shou...
lalkotasatish.blogspot.com
satish: December 2011
http://lalkotasatish.blogspot.com/2011_12_01_archive.html
Monday, December 5, 2011. SharePoint Cascading drop downs using jQuery. SharePoint Cascading drop downs using jQuery. Many times we have a requirement in SharePoint where we need to implement cascading dropdowns, like we may have a country list and on selection of a county we need to populate the states in the other dropdown. This can be achieved by writing a custom code. This article will helpful to implement the cascading dropdown without any code with the help of jQuery. Add a content editor webpart t...
lalkotasatish.blogspot.com
satish: TryGetList method in 2010 OM
http://lalkotasatish.blogspot.com/2011/11/trygetlist-method-in-2010-om.html
Wednesday, November 9, 2011. TryGetList method in 2010 OM. Generally when we writing the code to get a list from the web, we will get the error if the list does not exist. For that we will loop through the lists collection and checks whether it exists or not. SPSite objSite = SPContext.Current.Site;. SPWeb objWeb = objSite.OpenWeb();. SPList objList = objWeb.Lists["List1"];. SPList objList = objWeb.Lists.TryGetList("XYZ");. Subscribe to: Post Comments (Atom). Sreedhar - Tech Space.
lalkotasatish.blogspot.com
satish: SPLongOperation Class in SharePoint
http://lalkotasatish.blogspot.com/2011/11/splongoperation-class-in-sharepoint.html
Wednesday, November 9, 2011. SPLongOperation Class in SharePoint. Here is the sample to use this.a webpart with a button. On click of button I am calling this. Main bold text when action is in progress. MyOperation.LeadingHTML = "Please wait while you request is processed.". Small text when action is in progress. MyOperation.TrailingHTML = "You will be redirected once the process is completed". Our long running action here. System.Threading. Thread. Sleep(120000); / 2 mins. Sreedhar - Tech Space.
dsen-25.blogspot.com
SharePoint Secrets: #160005: Bad response from SMTP. Client host rejected: Access denied
http://dsen-25.blogspot.com/2012/09/160005-bad-response-from-smtp-client.html
Idea, Thought, Opinion, Feedback, Challenges, Experiences on Microsoft platform. View my complete profile. Wednesday, 12 September 2012. 160005: Bad response from SMTP. Client host rejected: Access denied. Here is message from the log file C: Program Files Common Files microsoft shared Web Server Extensions 12 LOGS. 160005: Bad response from SMTP host'mail.mydomain.com': 554 5.7.1. Client host rejected: Access denied. I resolved this SMTP issues after adding all WFE server IP into SMTP relay address.
dsen-25.blogspot.com
SharePoint Secrets: September 2012
http://dsen-25.blogspot.com/2012_09_01_archive.html
Idea, Thought, Opinion, Feedback, Challenges, Experiences on Microsoft platform. View my complete profile. Wednesday, 12 September 2012. 160005: Bad response from SMTP. Client host rejected: Access denied. Here is message from the log file C: Program Files Common Files microsoft shared Web Server Extensions 12 LOGS. 160005: Bad response from SMTP host'mail.mydomain.com': 554 5.7.1. Client host rejected: Access denied. I resolved this SMTP issues after adding all WFE server IP into SMTP relay address.
dsen-25.blogspot.com
SharePoint Secrets: January 2013
http://dsen-25.blogspot.com/2013_01_01_archive.html
Idea, Thought, Opinion, Feedback, Challenges, Experiences on Microsoft platform. View my complete profile. Thursday, 10 January 2013. Upgrade SharePoint from 2010 to 2013. Welcome to SharePoint 2013. I just finished upgrading my SP 2010 website to SP 2013 by attached content database More details about upgrade process from here:. Http:/ technet.microsoft.com/en-us/library/cc262483(v=office.15). Subscribe to: Posts (Atom). There was an error in this gadget. Upgrade SharePoint from 2010 to 2013.
dsen-25.blogspot.com
SharePoint Secrets: Upgrade SharePoint from 2010 to 2013
http://dsen-25.blogspot.com/2013/01/upgrade-sharepoint-from-2010-to-2013.html
Idea, Thought, Opinion, Feedback, Challenges, Experiences on Microsoft platform. View my complete profile. Thursday, 10 January 2013. Upgrade SharePoint from 2010 to 2013. Welcome to SharePoint 2013. I just finished upgrading my SP 2010 website to SP 2013 by attached content database More details about upgrade process from here:. Http:/ technet.microsoft.com/en-us/library/cc262483(v=office.15). Subscribe to: Post Comments (Atom). There was an error in this gadget. Upgrade SharePoint from 2010 to 2013.