Monthly Archives: September 2016

CWBSY1040 – Windows logon credentials are unavailable

This short blog shows you how to resolve the error “CWBSY1040 – Windows logon credentials are unavailable” when configuring the ODBC Driver for Client Access ODBC Driver (32 bit). The dialog pop up when you configure the ODBC Driver for … Continue reading

Posted in .Net, Community | Tagged , , , , , , , , , | 3 Comments

Export Samsung Android Phone contacts to Nokia Win Phone

This short article is showing you how to transfer Samsung Android Phone contacts to Nokia Win Phone. 1. Export your Samsung contact to csv file using /Kies software provided by Samsung. (http://www.techulator.com/resources/14283-How-to-save-or-convert-all-spb-contacts-in-csv-file-extension.aspx). 2. To obtain a Contact Template csv file … Continue reading

Posted in .Net, Community, Computers and Internet, Microsoft Office, Office 365 | Tagged , , , , , , | Leave a comment

Call Web Api from Javascript

This short article shows you the missing part of the complete sample of Getting Started with ASP.NET Web API 2. When I was searching for how to call Web API on Google the below link was returned. http://www.asp.net/web-api/overview/getting-started-with-aspnet-web-api/tutorial-your-first-web-api When I … Continue reading

Posted in Uncategorized | Tagged , , , , , | Leave a comment

CDPUserSvc Failed to Read Description. Error Code: 15100

This short article shows you how to disable the CDPUserSvc_xxxxxx that is giving problem in the Windows 10 1607. You won’t be able to disable it using Services.msc. Once you upgraded to Windows 10 Build 1607 most likely you will … Continue reading

Posted in .Net, Community, Operating System | Tagged , , , , , , | 5 Comments

Create Subfolder in SharePoint Document Library using CSOM

This short article and code snippet shows you how to create a subfolder in SharePoint Document Library using CSOM. In the code below, this first folder you are going to add is folder name TopFolder. var newFolder = folders.Add(name); You … Continue reading

Posted in .Net, Community, Office 365, sharepoint | Tagged , , , , | Leave a comment

The web template requires that certain feature be installed ReviewPublishingSPD Feature

This short article shows you one of the possible ways to resolve the Office 365 error “The web template requires that certain feature be installed…” When I was saving the Site as Template from one Office 365 SharePoint site and … Continue reading

Posted in .Net, Community, Office 365, sharepoint | Tagged , , , , | Leave a comment