Windows 7 Desktop Integration for .NET

by fkollmann 2/10/2009 5:57:37 PM

Hüseyin Tüfekçilerli started a project on CodePlex to bring the new Windows 7 API extensions to .NET. There are yet some features left to implement but it’s a good start. I think it is however unclear if the new features will be integrated into Vista Bridge, too, or not – I felt like starting a thread here.

http://www.codeplex.com/Windows7TaskbarExt

UPDATE: Microsoft released an own implementation for this (including Vista Bridge):

http://code.msdn.microsoft.com/Windows7Taskbar

UPDATE2: There is a new project from Microsoft providing Multi Touch support:

http://code.msdn.microsoft.com/WindowsTouch

UPDATE3: There is a new project available from Microsoft called Windows API Code Pack:

http://code.msdn.microsoft.com/WindowsAPICodePack

Install SharePoint 2007

by fkollmann 2/3/2009 3:48:47 PM

The following graph shows the install paths for SharePoint:

SharePoint Install Paths

The version of the current installation can easily be looked up in the Central Administration: Operations > Topology and Services > Servers in farm.

Please find the download links and further information on this excellent Microsoft site: http://technet.microsoft.com/en-us/office/sharepointserver/bb735839.aspx .

Thanks to Penny Coventry for his list of version numbers which was a good start for this.

UPDATE: Added Feburary 09 CU.

UPDATE: This Post is now obsolete and won’t be updated further. Please refer to the new version table post: http://www.fkollmann.de/v2/post/SharePoint-version-table.aspx.

Custom DataView Webpart und Lookup Felder: Konflikt beim Speichern

by fkollmann 2/2/2009 5:05:23 PM

Wenn man ein eigenes Formular verwendet für die Erstellung und/oder Bearbeitung von Listeneinträgen, und diese Lookup/Nachschlage Felder beinhaltet, und diese auch noch als Javascript Dropdown* angezeigt werden, dann kann es sein, dass sich diese Listeneinträge über die Formulare nicht mehr speichern lassen.

Es kommt dann der Fehler, dass ein Konflikt beim Speichern aufgetreten wäre, und sich die Änderungen mit denen eines anderen Benutzers überschneiden würden.

Dies ist natürlich ein Fehler, der leider auch mit SP1 noch nicht behoben ist. Um diesen Fehler loszuwerden, muss das Kumulative Update für WSS 3.0/MOSS 2007 vom Dezember 2008 installiert werden.

DOWNLOAD** für WSS 3.0, MOSS 2007

 

* Hintergrund: Die Dropdowns von Lookup Felder können auf zwei Arten gerendert werden. Nämlich einmal bei weniger als 20? Elementen als klassisches Dropdown (Dropdown Button klassisch) oder eben bei mehr mit einer Kombination aus Textfeld und Javascript (Dropdown Button JavaScript).
** Die Wahl der Sprache und Plattform erfolgt (leider) automatisch über den Browser. Man muss also mit der richtigen Sprache und von der richtigen Plattform (x64 oder x86) den Link aufrufen :-/ .

.NET 3.5 for Windows Server 2003/Windows Home Server

by fkollmann 2/2/2009 12:23:36 PM

Sam Wood recognized that .NET 3.5 is distributed via Windows Update on all Windows Server 2003 – including Windows Home Server.

Because of this the Router Control v1.1 CTP2 will be based on .NET 3.5 which will provide a more reliable backend communication using WCF (instead of WSE3).

Router Control v1.1 - CTP1

by fkollmann 2/1/2009 2:46:01 AM

I am happy to announce the first preview version of Router Control v1.1 (which was known as v1.0.1.0 before).

Please feel free to test this version. It would be great if you activate the Error Reporting in the Advanced settings mode.

DOWNLOAD