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