Posted by Eric Bartels
I came accross an issue when using TMG / UAG with SharePoint Workspace 2010. When connecting to a site I got the error SharePoint Workspace was unable to interpret the SharePoint location. Please check and ensure the location contains no typing errors. Of course this error message is misleading. Solutions found in “the internet” like [...]
Posted by Eric Bartels
I came across this rare bug in the current development of a project. It makes heavy use of the RowEditing plugin of Extjs‘ grid. Because the Extjs environment is used within SharePoint 2010 I have to use the scoped theme to avoid “damage” to the SharePoint UI. After inserting a record into the grid via [...]
Posted by Eric Bartels
Today I encountered the same problem as stated in a blog post by Christopher Maish. When activating the feature via powershell the associated feature receiver was not called. Trying the suggested solution in the blog post drove me to the cause of this problem. When using stsadm I got an “access denied” error. I did [...]
Posted by Eric Bartels
Writing CAML-Queries is still no fun. Even with SharePoint 2010… So you often need to test your queries before they actually work. In case you quickly want to test if your SPSiteDataQuery is correct you can use powershell to “debug” it. Just create an instance of the site-collection and target the root-web with your query-instance. [...]
Posted by Eric Bartels
If your are writing custom timer-jobs for your SharePoint solution it will happen that you write jobs which are only executed once a day or even less often. As a developer you cannot wait that long… You could of course comment in and out (via ctrl + k, ctrl + c / ctrl + k, [...]