Once again about the SharePoint 2010 taxonomy service.
As I wrote in my previous posts, loading data into MMD service automatically can be quite a challenge.
If you have ever had to load large number of data into SharePoint MMD service or build taxonomies automatically you have likely encountered the following problem:
Recently, when I was working on mechanism of automatic synchronization of tree structures provided by web service to SharePoint taxonomies, I came across an error like this:
Writing a component for parsing XML files with XMLSerializer I had to provide DTD validation (DTD file was already created long time ago so there was no sense for creating XSD schema).
For the years I have developed .Net projects I’ve found many useful solutions on CodePlex repository. Some of them are only drafts of ideas but there are also many products that are ready to use on production environments.
Looking for some solution for batch items update I’ve run into the following problem: when I clicked a checkbox in top right corner of the list (actually a document library) “All Items” view, the browser displayed an error: You cannot select more than 100 items at once.
There are many popular tools for web performance profiling/debugging these days. From my personal tool set I could mention Firebug, IE Developers Toolbar (integrated with IE from version > 8) or Fiddler.
Have you ever had a problem with a user complaining on and on that when he clicks some button in your application his computer hangs but it works fine on any other machine where you have tested it?
I’m working in a team that builds and maintains a big document management system. Since SharePoint itself is not the best option for storing large amount of files (which can be also quite large) and serving them (performance, content DB size limitations etc.
Lately I was looking for some example on how to replace the attachment in document library (SP2010) without changing the version number but without any results.