SPD Workflow Error Solved : cannot perform this operation, the file is no longer checked out or has been deleted

nAfter long chase behind this issue finally I figured out the solution.nnIssuen : You create a new workflow using SharePoint designer and publish it. nbut suddenly notice that the workflow status says – Failed to start. nafter further research on buddy Google you know that there are some nfiles which are not checked in which … Read more

How to Initialized Client Context in Office 365 / Claim Based Authenticated Sites

nProblem:nnGenerally we initialize the client context straightnaway by creating new object of class ClientContext and by providing the url ofnthe site as well as needed credentials, but for sites using claims basednauthentication (let it be Office 365 site or On Premise site) this logic won’t,nso what’s the solution?n n n nSolution:n n nUser must be … Read more