Category Archives: Uncategorized

putting ?contents=1 at end of the web part page

Did you know putting ?contents=1 at end of the any page you get list of all web parts?

Posted in Uncategorized | Tagged | Leave a comment

PowerShell goodies and usefull links

Syntax http://ss64.com/ps/syntax.html

Posted in Uncategorized | Tagged | Leave a comment

Sign up at Gen App (Generationapp) for Windows 8

http://www.generationapp.com/

Posted in Uncategorized | Leave a comment

Learned something new on The Reactive Extensions (Rx)…

http://msdn.microsoft.com/en-us/data/gg577609.aspx

Posted in Uncategorized | Leave a comment

Installed SharePoint 2013 Preview on the Hyper-V

The location is http://technet.microsoft.com/en-US/evalcenter/hh973397.aspx?wt.mc_id=TEC_121_1_4 Training http://technet.microsoft.com/en-US/sharepoint/fp123606 http://msdn.microsoft.com/en-US/office/apps/fp123626

Posted in Uncategorized | Tagged | Leave a comment

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