Contact

netcreate OHG
  • Send mail to the author(s) E-mail
  • XING

My talks

Community

.NET Developer Group Braunschweig Co-Lead INETA Deutschland Microsoft Community Leader/Insider Program (CLIP) .NET GUI Just Community e.V.

Categories  RSS 2.0

Archives

Blogs of friends

Comments

Stats

Total Posts: 229
This Year: 62
This Month: 0
This Week: 0
Comments: 105

Tags

 

Work Item Creator 1.4

Posted in VS Team System |  Tools at Sunday, May 04, 2008 8:26 PM W. Europe Daylight Time

Es gibt eine neue Version des Work Item Creator auf Codeplex. Folgende Punkte sind enthalten:

Installation:
  • A lot easier and faster than before. You can now install and setup the whole stuff in few minutes.
  • An administration application let you setup the WICreator for your TFS Server, and for each Team Project you want.
User experience improved:
  • The last used Team Project is restored when launching the WICreator application.
  • There’s now a Most Recent Used (the yellow star icon) Work Item menu item.
  • The user can create several Work Items at once, based on predefined templates.
  • Area Path and Iteration can now be spread among children.
  • The hierarchy fields are automatically added to a Team Project’s Work Item Type definitions when they’re not present.
Integration using Work Item:
  • The integration process can be driven by Work Item (you have to follow the 1 changeset / 1 Work Item associated rule strictly). Integration features will be available to member of a given TFS Role.
  • The Branch Comparison feature display for selected branches (scoped in time) what Work Items are implemented or not.
  • The Make New Release feature enables you to merge your work based on Work Items. A Work Item query lists all the Work Items concerned by the integration (typically filtered by Iteration) and is filtered by the ones that are present in the source branch and not in the destination one. The user can choose the Work Items to merge, then their corresponding changesets. The Release process then merges all the changesets, and keep the association with the corresponding Work Item.
Misc:
  • The hierarchy of the Work Items on a given Team Project can now be checked for integrity (only users having the Integration role can use it) and fixed if there’re problems.
  • Many little bugs fixed.

Links:

Feedback Request für das VS 2008 SP1 vom VSTO Team

Posted in Office 2007 |  VS Team System |  VSTO at Sunday, May 04, 2008 8:20 PM W. Europe Daylight Time

Das Visual Studio Tools for Office Team bittet um Feedback für das kommende Visual Studio 2008 Service Pack 1.

Weitere Informationen dazu unter http://blogs.msdn.com/vsto/archive/2008/04/30/feedback-requested-for-vs-2008-service-pack-1-christin-boyd.aspx

Bug: Drücke STRG+F -> Visual Studio 2008 stürzt ab

Posted in .NET Entwicklung |  VS Team System |  Tools at Tuesday, April 22, 2008 6:54 PM W. Europe Daylight Time

Ich hatte einen komischen Fehler, jedesmal wenn ich STRG+F in Visual Studio 2008 gedrückt habe und dann die Suche ausführen wollte, ist mir Visual Studio einfach ohne Fehlermeldung abgestürzt. Der Fehler trat bei mir im Zusammenhang mit dem ReSharper von JetBrains auf.  Nach längerem Suchen habe ich eine Lösung gefunden: Der Fehler hat nicht direkt etwas mit dem ReSharper zu tun, sondern ist ein Fehler in Windows selber. Ich benutze Windows XP 64bit Edition und diese hat einen Bug. Dafür gibt es einen kostenlosen Hotfix von Microsoft, den man anfordern kann. Der Hotfix ist (auch) für Windows Server 2003 64bit gedacht, also nicht abwimmeln lassen bei der MS Hotline. :-)

Nach der Installation des Hotfix läuft alles wieder wunderbar!

Bleibt noch zu erwähnen, dass es einen Workaround für das Visual Studio SP1 geben wird, so dass der Hotfix nicht mehr nötig ist.

Links:

VS 2005 Team System Database Professional Post Service Release 1

Posted in VS Team System |  VSTE DB Prof at Wednesday, March 12, 2008 9:27 AM W. Europe Standard Time

Es gibt ein SP für die VS 2005 TS Database Prof. Version.

Download: hier

Infos dazu: hier

TFS:30004, TFS:30170 The plugin Microsoft.ProjectCreationWizard...

Posted in VS Team System at Wednesday, March 05, 2008 12:02 PM W. Europe Standard Time

Nachdem Upgrade auf TFS 2008 & Team Explorer 2008 konnte ich mit einem Rechner keine neuen VSTFS Projekte anlegen. Ich habe stattdessen folgende Fehlermeldungen TFS:30004, TFS:30170, etc. bekommen.

Lösung des Problems:

Einfach seinen TFS Cache Ordner (c:\documents and settings\[username]\local settings\application data\microsoft\team foundation) leeren.

Links:

Upgrade von TFS 2005 auf TFS 2008

Posted in VS Team System at Friday, February 29, 2008 11:31 AM W. Europe Standard Time

Ist zwar schon etwas her, dass ich das Upgrade vom Team Foundation Server 2005 auf die neue Version 2008 vollzogen habe, aber ich wollte berichten wie zufrieden ich mit dem Upgrade-Prozess war. :)

Anleitungen die ich gelesen habe, bevor ich das Upgrade gemacht habe, habe ich unten gepostet. Der TFS läuft auf einem Windows Server 2003 System und das einzige, wo ich wirklich etwas "gezittert" habe, war das Upgrade auf Windows Sharepoint Services 3.0, aber auch das lief ohne Probleme durch. Ich bin begeistert!

Und ich kann es nur jedem empfehlen, alleine schon wegen der Performance! Den Unterschied merkt man deutlich, gerade bei größeren Projekten!

Folgende Links kann ich zum Upgrade empfehlen:

Power Tools für VS Team System 2008 Database Edition released

Posted in VS Team System |  VSTE DB Prof at Friday, February 15, 2008 9:11 AM W. Europe Standard Time

Wie im DataDude Blog nachzulesen, sind die neuen Power Toys für die VS Team System 2008 Database Edition released wurden.

The Power Tools for 2008 contains all the functionality we shipped in 2005 plus:

  • Command line SQL Static Code Analysis execution through MSBuild, this was the biggest customer request, which is why I was holding the release. This enables SQL Static Code Analysis to be an integrated part of Team Build!
  • Data Generation Wizard; this is another customer request where we allow users to create a new data generation plan by pointing at an existing database, the plan will be fully configured by the wizard to pull all data from the database using the Sequential Databound Generator. This way users can use an existing data set and only override columns which impose risks because of for example privacy concerns and save about half a day or more of configuring a data generation plan from scratch, one column at the time.
  • File based data generator; this allows you to insert the content of files in to the database (works for string and binary, not for XML yet).
  • XML based data generator; this allows you to generate XML based on an XSD (the XSD has to be provided as file right now, and cannot be selected from database or inherited from the data type).
  • Refactoring Command Generator has been made available as a MSBuild task for better project build integration so it can be made part of the pre-build and pre-deployment stages in the project. This allows users to automated the results of refactoring to some degree in to the project.
  • We added two new test conditions for Database Unit Tests
    • ChecksumCondition – Which you can use to verify that the checksum of the data set returned by a database unit test matches the checksum of an expected data set.
    • ExpectedSchemaTestCondition – Which you use to verify that the column names and data types of the returned data set match expected values.

Download page:
http://www.microsoft.com/downloads/details.aspx?FamilyID=73ba5038-8e37-4c8e-812b-db14ede2c354&displaylang=en

Installer download:
http://download.microsoft.com/download/f/b/8/fb8d1c0d-c0c4-4004-ab86-12396b2a3ee3/VSTSDB2008PT.msi

Documentation download:
http://download.microsoft.com/download/f/b/8/fb8d1c0d-c0c4-4004-ab86-12396b2a3ee3/Power Tools 2008.doc

Umfrage zur VS Team System Architecture Edition

Posted in VS Team System at Monday, February 11, 2008 11:08 AM W. Europe Standard Time

Wie auf Mark Groves Blog (Program Manger) zu lesen ist, bittet das MS Team um Feedback zur Architecture Edition. Wer Lust hat kann die kurze Umfrage hier ausfüllen und direktes Feedback geben:

Umfrage

Problem: Visual Studio ist super lahm beim Kompilieren

Posted in .NET Entwicklung |  VS Team System at Friday, January 04, 2008 4:02 PM W. Europe Standard Time

Ich habe gerade ein Visual Studio Projekt bearbeitet, was schon längere Zeit nicht weiter entwickelt wurde. Das Kompilieren des Projektes hat super lange gedauert... völlig unnormal lange, besonders weil es auch nicht sehr groß ist.

Als erstes habe ich die Referenzen gecheckt, weil teilweise diese noch auf einen alten Server zeigen konnten. Die Referenzen waren OK. Daraufhin bin ich die gesamten Projekteigenschaften durch und habe nichts gefunden. Nun kommt der Trick:

Jeder der sich wunder, warum sein VS so lange kompiliert, sollte einen Blick mit einem Editor in die *.csproj Projektdatei werfen. Dort stand bei mir als HintPath noch der alte Server drin:

<HintPath>\\ALTERSERVER\DLLs\dllname.dll</HintPath>

Dadurch hat Visual Studio jedesmal einen Timeout abgewartet und wenn man mehrere Referenzen hat, kann sowas dauern. Nachdem ich das korrigiert hatte, kompiliert alles wieder mit Vollspeed! ;-)

Lustig ist nur, dass in den VS Projekteigenschaften nirgends der <HintPath> auftaucht... tja mal wieder ein AHA mehr ;-)

MS Launch Event 2008 - In bin als ATE dabei

Posted in .NET Entwicklung |  VS Team System | Allgemein | Community |  Konferenzen at Thursday, January 03, 2008 5:21 PM W. Europe Standard Time

Nachdem ich bei der XTOPIA schon als ATE (Ask The Expert) war, bin ich nun auch auf dem großen Microsoft Launch Event (VS 2008, Windows Server 2008, SQLServer 2008) in Frankfurt mit dabei. :) Ich bin dort als ATE für VS Team System & ASP.NET vor Ort. Wie Torsten schon geschrieben hat:

... Wer den Launch verpasst, kann später auch nicht sagen: "Kind ich war da dabei!" ;)

In diese Sinne freue ich mich schon auf viele Gespräche, viele bekannte und neue Gesichter sowie natürlich auf die spannenden Vorträge. (... na Frank, hast du deinen Vortrag schon fertig? :-) )

Weitere Infos: Microsoft Launch Event 2008 -  - ready.for.take.off

Visual SourceSafe 2005 Update für VS 2008 ist draußen

Posted in .NET Entwicklung |  VS Team System at Wednesday, December 12, 2007 5:20 PM W. Europe Standard Time

Seit gestern ist ein Update für Visual SourceSafe 2005 draußen, welches u.a. die Inkompatibilitäten von VS 2008 und SourceSafe behebt.

Download

Weitere Informationen gibt auf Richard Berg's Blog.

Juhu! ;-)

Neues CTP für das kommende Team System "Rosario"

Posted in VS Team System at Thursday, November 29, 2007 9:27 AM W. Europe Standard Time

Wie auf dem Blog von Jeff Beehler nachzulesen, gibt es ein neues CTP von dem kommenden Team System "Rosario" zum Download. Folgende Neuerungen sind enthalten:

Architecture Edition

  • Visualizing Interaction Sequences between Service-Oriented applications
  • Using the Distributed System Designers and the Web Service Software Factory to build WCF applications
  • Designing and Visualizing Interactions between classes

Development Edition

  • Simplify Code Analysis rule selection with Rule Sets
  • Find and fix a bug using the historical debugger
  • Identify the test impact of code changes
  • Find a bug on a separate machine using the standalone debugger

Test Edition

  • Planning a testing effort
  • Executing manual test cases

Team Foundation Server

  • Managing user stories with the Agile Process
  • Managing features with the CMMI Process

sehr interessant!

weitere Infos dazu hier

Visual Studio 2008 SDK 1.0 ist draußen

Posted in .NET Entwicklung |  VS Team System at Wednesday, November 21, 2007 9:22 PM W. Europe Standard Time

Eben erst gesehen, seit gestern kann man das Visual Studio 2008 SDK 1.0 herunterladen.

Download

Visual Studio 2008 FINAL ist da!

Posted in .NET Entwicklung |  VS Team System | Allgemein at Monday, November 19, 2007 10:46 AM W. Europe Standard Time

Wie ich eben von Florian erfahren habe, ist Visual Studio 2008 FINAL und kann im MSDN heruntergeladen werden.

Juhu! Happy leeching...

Guter Artikel über VSTE Database Prof. und Team Build

Posted in VS Team System |  VSTE DB Prof at Wednesday, November 07, 2007 2:59 PM W. Europe Standard Time

Gert Drapers hat einem Artikel über die einfache Einbindung von Visual Studio Database Professional Projekten in den Team Build Prozess geschrieben.

Link: Artikel
Blog: http://blogs.msdn.com/gertd/

Beides sehr Lesenswert!

Visual Studio 2008 & .NET 3.5 RTM

Posted in .NET Entwicklung |  VS Team System at Monday, November 05, 2007 10:58 PM W. Europe Standard Time

Wie ich eben gelesen habe, kommt das Visual Studio 2008 und das .NET Framework 3.5 angeblich noch diesen Monat (November 2007 !!!) raus!

Offizielle Pressemitteilung

...ja ist denn schon Weihnachten?

Ich frage mir mich nur wo der RC Release war, darüber hatte ich noch nichts gelesen *kopf_kratz*

Unable to determine the workspace - tf.exe

Posted in VS Team System |  Tools at Monday, October 29, 2007 9:53 AM W. Europe Standard Time

Wenn man versucht per tf.exe auf die Sourcecontrol des Team Servers zu zugreifen, kann man leicht in folgende Fehlermeldung bekommen: "Unable to determine the workspace"

Mir ist das passiert als ich per Batch-Datei den Sourcecode für ein Projekt abrufen wollte. Der Workspace für den Benutzer war korrekt und aus VS heraus konnte ich auch alles abrufen nur nicht mit der Batch-Datei. Nach längerem Suchen im Internet habe ich die Lösung gefunden:

from directory mapped in workspace. If you will try to run it from unmapped folder, you will receive pretty annoying message "Unable to determine the workspace". I would prefer to have ability to specify workspace in command line, but unfortunately this is not the case.

Die Batch-Datei in das Workspace Verzeichnis kopiert und schon lief das Abrufen.

Weitere Infos: hier

Operations Guidance for Team Foundation Server

Posted in VS Team System at Thursday, October 04, 2007 12:04 PM W. Europe Daylight Time

VSTS: patterns & practices Team Development with TFS Guide (final)

Posted in VS Team System at Tuesday, August 07, 2007 10:58 AM W. Europe Daylight Time

Team Development with Visual Studio Team Foundation Server

Wie bei Rob Caron zu lesen, ist der TFS Guide nun als Final Release erschienen. Ich kann nur jedem, der sich mit Team System beschäftigen will, diesen Guide empfehlen.

Viel Spaß beim Lesen: TFS Guide

VSTS: Rosario CTP

Posted in VS Team System at Monday, August 06, 2007 10:09 AM W. Europe Daylight Time

Wie schon angekündigt, ist nun das erste CTP für das kommende VSTS (nach VS 2008) erschienen. Viel Spaß beim downloaden. :)

Download hier

Weitere Infos hier

VSTS 2008 Beta 2 ist draussen

Posted in VS Team System at Friday, July 27, 2007 9:06 AM W. Europe Daylight Time

Wie es schon angekündigt wurde, sollte diese Woche u.a. die Beta 2 von Visual Studio Team System 2008 erscheinen. Voila hier ist sie:

Wichtige Info gibt es auch von ScottGu zu VS 2008, besonders die Installations Notes sollte man gelesen haben. Es ist natürlich nicht nur die Team Suite erschienen, sondern sämtliche VS Versionen. Es gibt die Downloads wieder als CD/DVD Version und als VPC.

SKU download sites: (Die Auflistung stammt aus Brain Harrys Blog, der Einfachheit halber kopiert :) )

 

SKU

Package Type

URL

With Akamai facilitated download?

On MSDN Subscriber Downloads (Xena)?

VB (express)

exe

http://download.microsoft.com/download/7/6/0/76058ed7-14af-469c-9113-3ff9f034e86a/vbsetup.exe

 

 

 

CD