Tags: , , | Categories: AddIns, German, Visual Studio 2008 Posted by AlexanderZeitler on 9/2/2008 6:23 PM | Comments (0)

ReSharper JetBrains hat die Version 4.1 von ReSharper, dem Refactoring-Add-On für Visual Studio schlechthin, veröffentlicht.

Seit Version 4.0 wurden über 230 Bugs und 650 Exceptions gefixt, 15 neue Features eingeführt und über 10 Usability- und Performance-Probleme gefixt.

Zudem wird Visual Studio 2008 SP1 native unterstützt und der ASP.NET-Support wurde verbessert.

Weitere Details zu den Fixes und Verbesserungen finden sich in den Release Notes.

Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5
Tags: | Categories: German Posted by AlexanderZeitler on 7/13/2008 1:40 PM | Comments (4)

Das Windows Update KB948109 vom 08.07. für SQL Server 2005 SP2 schlägt unter Umständen immer wieder fehl, trotz Neustarts und mehrerer Installationsversuche.

Eine mögliche Lösung steckt in den Logfiles, die unter

C:\Program Files\Microsoft SQL Server\90\Setup Bootstrap\LOG\Hotfix

gespeichert werden.

Um den Fehlern auf die Schliche zu kommen, empfiehlt es sich, das Update bei Microsoft herunterzuladen und von Hand zu installieren.

Bei mir erschien im Logfile, das sich am Ende der Installation anzeigen lässt, folgende Fehlermeldung:

07/13/2008 15:16:25.245 MSP Error: 29506  SQL Server Setup failed to modify security permissions on file C:\Program Files\Microsoft SQL Server\MSSQL.1\MSSQL\Data\ for user AZeitler. To proceed, verify that the account and domain running SQL Server Setup exist, that the account running SQL Server Setup has administrator privileges, and that  exists on the destination drive.
07/13/2008 15:17:06.706 MSP returned 1603: Schwerwiegender Fehler bei der Installation.

Wer nun glaubt, dass man einfach per Rechtsklick auf den Ordner und Security-Tab die Berechtigungen für AZeitler setzen kann  und damit das Problem löst, freut sich zu früh.

Der einzige Weg, dies wirklich zuverlässig zu tun, ist folgender (ausgeführt als Administrator auf der Kommandozeile):

C:\Windows\system32>takeown /f "c:\Program Files\Microsoft SQL Server\MSSQL.1\MSSQL\Data"\*.*
C:\Windows\system32>icacls "c:\Program Files\Microsoft SQL Server\MSSQL.1\MSSQL\Data\*.*" /grant AZeitler:f

Danach das Setup nochmals starten, dann klappt es auch mit der Installation.

Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5
Tags: , | Categories: Team System, German Posted by AlexanderZeitler on 5/21/2008 10:24 PM | Comments (0)

In den beiden Postings "Team Foundation Server: Checkin rückgängig machen" und "Team Foundation Server: Außerhalb von Visual Studio hinzugefügte Dateien finden" habe ich gezeigt, dass sich die Arbeit mit der Team Foundation Server Versionskontrolle stark verbessern lässt.

Leider muss man hierzu immer auf die Kommandozeile wechseln und sich zudem die Parameter für tfpt.exe merken.

Man kann jedoch auch diesen Schritt vereinfachen, indem man sich die Power Tools im Tools-Menü von Visual Studio einrichtet.

Hierzu klickt man zunächst auf "Tools/External Tools...":

tools externaltools

Danach klickt man auf den Add Button und fügt eine aussagekräftige Beschreibung sowie den Pfad zur tfpt.exe und die zugehörigen Parameter (z.B. Online oder Rollback) hinzu.

Außerdem gibt man als Initial Directory "$(ProjectDir)" an.

tools external tools add

Nach einem Klick auf den OK Button wird der Eintrag hinzugefügt und tfpt kann komfortabel in Visual Studio gestartet werden:

tools external tools added

Wichtig ist dabei nur, dass ein Projekt bzw. eine Solution geöffnet ist, die sich in einem gemappten Verzeichnis befindet, das zu dem betreffenden Team Projekt gehört.

Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5
Tags: | Categories: German Posted by AlexanderZeitler on 9/27/2006 6:34 AM | Comments (0)

Seit gestern ist der patterns & practices Guidance Explorer auch als Web Client verfügbar. Außerdem wurde Build 20060922 des Guidance Explorers released, wobei es sich hier überwiegend um ein Bugfix Release handelt.

Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5
Tags: , , | Categories: German Posted by AlexanderZeitler on 9/16/2006 5:30 AM | Comments (0)

Unter https://connect.microsoft.com/VisualStudio kann man sich für die Teilnahme am Visual Studio 2005 Service Pack 1 Beta Programm bewerben.

Release-Dates etc. für das Service Pack 1 stehen allerdings noch nicht fest.

Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5
Categories: .NET News, Enterprise Library 2.0, German Posted by AlexanderZeitler on 7/18/2006 5:26 PM | Comments (0)

"Manageability extensions for Enterprise Library Jan 2006 allows you to use Group Policy to update application configuration information, and to publish a running applications configuration to WMI, so that it can be consumed by any WMI-aware management application. The manageability extensions can be used with any application that makes use of Enterprise Library v 2.0, and does not require any recoding of the application itself."

Manageability Extensions CTP for Enterprise Library Download

Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5
Categories: .NET News, German, Orcas Posted by AlexanderZeitler on 7/18/2006 9:06 AM | Comments (0)

Seit gestern - gerade mal etwas mehr als halbes Jahr nach dem Release von Visual Studio 2005 - ist der "Microsoft Visual Studio Code Name “Orcas” Community Technology Preview – Development Tools for .NET Framework 3.0" zum Download verfügbar.

Neu sind unter anderem:

  • XAML-IntelliSense-Unterstützung für den Editor
  • Projekttemplates für Windows Presentation Foundation und Windows Communication Foundation
  • Integration der .NET Framework 3.0 SDK Dokumentation.
  • Vorschau auf den Visual Designer for Windows Presentation Foundation

Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5
Categories: .NET News, Artikel.NET, German Posted by AlexanderZeitler on 7/18/2006 7:15 AM | Comments (0)

In der aktuellen ASP.NET Professional wurde mein Artikel "Alles Einstellungssache - Wie Sie das Web Site Administration Tool ohne Visual Studio 2005 nutzen können" veröffentlicht.

Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5
Categories: .NET News, German, Tools, Development Posted by AlexanderZeitler on 7/18/2006 6:34 AM | Comments (0)

Seit gestern ist die Final von SharpDevelop 2.0 verfügbar.

Details gibts bei Chris, heise und natürlich auf der Projektseite.

Im #develop-Wiki existieren bereits Infos zu Features der Version 2.1.

Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5
Categories: Architecture, German Posted by AlexanderZeitler on 7/17/2006 7:55 PM | Comments (0)

"Readings on Service Orientation" ist ein PDF-Dokument mehrerer Microsoft Architekten zu verschiedenen Themen der Software-Entwicklung unter dem Aspekt der Service-Orientierung:

Design and Modeling: Aligning Business and IT

  • Introduction
  • A Business-Oriented Foundation for Service Orientation
  • Modeling Languages for Distributed Applications
  • The Case for Software Factories
  • Design and Implementation of a Software Factory
  • Understanding the System Definition Model
Data: Information Management for Services
  • Introduction
  • Entity Aggregation
  • Data on the Outside versus Data on the Inside
Process: Services Composition and Consumption
  • Introduction
  • Dealing with Concurrency: Designing Interaction Between Services and Their Agents
  • Choosing the Right Presentation Layer Architecture
  • Build Applications on a Workflow Platform
  • Of People, Processes and Programs
Identity: Who are you? Can you use my service?
  • Introduction
  • The Laws of Identity
  • Microsoft’s Vision for an Identity Metasystem
  • Identity and Access Management

Protocols and Practice: Services-based Infrastructure

  • Introduction
  • Planes, Trains and Automobiles: Choosing Alternate Transports for Web Services
  • Principles of Service Design: Service Versioning

Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5