-
Recent Posts
- How to retrieve Response header values from the Custom Connector in PowerApps Canvas App? May 25, 2023
- Microsoft Build 2023 (May 23-25) May 25, 2023
- How to create a JSON String array in PowerApps? May 24, 2023
- How to resolve “FHIRBase.GETPatient failed: Failed to execute ‘atob’ on ‘Window’: The string to be decoded is not correctly encoded.” error? May 20, 2023
- How to clean up the FHIR objects in the Postman received as a bundle? May 17, 2023
Recent Comments
Julie Bird on How to hide welcome message fo… Erik on How to Export Intune reports u… Jonnie on How to add a Checkbox to a Pow… Jeff Flogerzi on How to send approval requests… Chris on How to fix an infinite trigger… Archives
- May 2023
- February 2023
- January 2023
- December 2022
- October 2022
- September 2022
- August 2022
- July 2022
- June 2022
- April 2022
- March 2022
- February 2022
- January 2022
- December 2021
- November 2021
- September 2021
- August 2021
- July 2021
- June 2021
- April 2021
- February 2021
- December 2020
- November 2020
- October 2020
- September 2020
- August 2020
- July 2020
- June 2020
- May 2020
- April 2020
- March 2020
- February 2020
- October 2018
- April 2015
- February 2015
- January 2015
- December 2014
- November 2014
- June 2014
- March 2014
- January 2013
- October 2012
- September 2012
- August 2012
- July 2012
- May 2012
- April 2012
- February 2011
- December 2010
Categories
Meta
Monthly Archives: May 2012
Weird error in VS2010 for SharePoint project.
Error 5 Both “ListDefinition2” and “ListDefinition2” contain a file that deploys to the same Package location: SPCustomListFormDemo_Feature2\ListDefinition2\EYDisplay.aspx D:\root\fdr\SandBox\POC\spcustomlistformdemo\SPCustomListFormDemo\Package\Package.package SPCustomListFormDemo Never thought the .spdata file will be a culprit. The error was caused a duplicate entries in the .spdata file. This happens because we did … Continue reading
Posted in Uncategorized
Leave a comment
I got the following error with one solution. Error 1 Error occurred in deployment step ‘Add Solution’: The solution cannot be deployed. Directory “SPCustomListFormDemo_Feature1” associated with feature ‘f0fb0300-f1a4-493b-ac43-68977d7d6e2d’ in the solution is used by feature ‘2d8b49b9-ba7c-4f7f-82f7-447e596ba96c’ installed in the farm. All features … Continue reading
Posted in Uncategorized
Leave a comment
Taxonomy Service and its output parsing code
The following code is created using this link. The code will need the Taxonomy Service ASMX file, termstore ID, term set ID. using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Xml.Linq; using System.Globalization; using System.IO; namespace ConsoleApplication2 { class Program … Continue reading
Posted in Uncategorized
Leave a comment
Managed Metadata Column Limitations
I liked the following article “Managed Metadata Column Limitations” http://todosharepoint.blogspot.com/2012/01/managed-metadata-column-limitations.html
Posted in Uncategorized
Leave a comment
New to InfoPath 2010? Try this…
4 Labs http://www.infopathdev.com/blogs/jennifer/archive/2010/07/01/free-training-design-your-infopath-form-template-lab-1.aspx http://www.infopathdev.com/blogs/jennifer/archive/2010/07/08/free-training-lab-2-make-your-infopath-form-template-look-and-work-better.aspx http://www.infopathdev.com/blogs/jennifer/archive/2010/07/14/free-training-lab-3-making-it-smarter.aspx http://www.infopathdev.com/blogs/jennifer/archive/2010/07/23/free-training-lab-4-track-responses-from-your-event-form.aspx Also download Chaper09 code from the Professinal SharePoint 2010 Development book. http://www.wrox.com/WileyCDA/WroxTitle/Professional-SharePoint-2010-Development.productCd-0470529423,descCd-DOWNLOAD.html
Posted in Uncategorized
Leave a comment
“The HTTP request is unauthorized with client authentication scheme ‘Anonymous’. The authentication header received from the server was ‘NTLM’.”
I spent more than 4 hours to resolve the following error. “The HTTP request is unauthorized with client authentication scheme ‘Anonymous’. The authentication header received from the server was ‘NTLM’.” I got this error when I tried to write a … Continue reading
Posted in Uncategorized
2 Comments
Content Type Hub in 2010
The following links were helpful whenever I have done Content Type Hub worl. View error logs for content type publishing http://office.microsoft.com/en-us/sharepoint-server-help/view-error-logs-for-content-type-publishing-HA101631504.aspx Republish all hub content types in SharePoint using PowerShell http://get-spscripts.com/2010/11/republish-all-hub-content-types-in.html Content Type Hub (Sharing or Syndication) SharePoint Server 2010 … Continue reading
Posted in Uncategorized
Leave a comment