Soledad Pano's Blog

Just Technical Stuff

Browse by Tags

All Tags » Sharepoint (RSS)
Customizing a Sharepoint 2010 Search Center
Almost all Sharepoint sites make use of Sharepoint Search Capabilities. Sharepoint also provides OOB site templates for setting up search centers. Today I would like to show how we customized the OOB Basic Search Center site to meet the overall site’s...
Posted: Jul 20 2012, 07:12 PM by spano | with 1 comment(s)
Filed under:
Where is my Sharepoint 2010 Custom Timer Job running?
When building a custom timer job for Sharepoint 2010, special attention should be put on where do we need this job to run. When we have a farm environment, we can choose to run the job on all servers, in one particular server, only the front end servers...
Posted: Jun 10 2012, 12:51 AM by spano | with no comments
Filed under:
Azure Flavor for the Sharepoint Media Component
Some time ago I wrote about a Media Processing Component for Sharepoint that I was working on. It is a Media Assets list for Sharepoint that lets you choose where to store the blob files. It provides also intelligence for encoding videos, generating thumbnail...
Posted: May 27 2012, 11:35 AM by spano | with no comments
Filed under: , ,
Sharepoint Guidance Logger: usage, setup and extension
Introduction Log records are essential to any application for troubleshooting problems. When beginning a new Sharepoint project, one of the first needs is to have a core logging component that can be used throughout the application code. In this post...
Posted: Mar 20 2012, 12:57 AM by spano | with 1 comment(s)
Filed under:
Sharepoint Expiration Policy not working
I have a Sharepoint 2010 list with a custom content type with an associated retention policy. The policy consists of a custom formula and then the Send to Recycle Bin action. However, I realized that the items were not being deleted. I verified the list...
Posted: Mar 17 2012, 06:36 PM by spano | with no comments
Filed under:
Media from Sharepoint to the Cloud
On my last post I talked about a media processing component developed for Sharepoint 2010. Besides the processing features (video encoding, thumbnail generation, validations, etc…) there was an asset storage manager that enabled us to store the files...
Posted: Jan 22 2012, 08:32 PM by spano | with 2 comment(s)
Filed under: ,
Media Processing Component for Sharepoint
I have been working recently on the task of building a media processing component for the Sharepoint project I am working on. The requirements for the component are more or less the following: The Site Content Creators must be able to upload media assets...
Posted: Jan 12 2012, 01:50 PM by spano | with 3 comment(s)
Filed under:
Sharepoint Upload File Error: ‘The remote server returned an error: (409) Conflict’
I’ve been using the following code to upload a file to a Sharepoint document library using the Client Object Model: Code Snippet public string Save( string fileName, Stream fileStream) { string destinationUrl = String.Concat(serverRelativeLibraryUrl,...
Posted: Dec 15 2011, 09:51 AM by spano | with 2 comment(s)
Filed under:
Sharepoint @ Buenos Aires Codecamp 2011
BA Codecamp 2011 is coming soon and Tellago is going to be part of it ! More than 10 architects from our team will be presenting the most innovative technology sessions on next October 15. I’m very happy to be speaking at this event! Along with my colleague...
Fixing Sharepoint’s “Cannot connect to the configuration database” error
I have Sharepoint Server 2010 installed in my development environment. It happened a couple of times that the computer hangs and the Sharepoint Configuration dabatase remains in a corrupted state. When I try to access the Sharepoint local site from the...
Posted: Jun 17 2011, 11:34 AM by spano | with 2 comment(s)
Filed under:
More Posts Next page »