Mittwoch, Juli 7th, 2010 | by Richard Deininger | Posted in C#, Programmierung Allgemein, Visual Studio | No Comments »
Maybe I should consider to rethinking my code style guidlines. As I opened my AMUSE project today I got the following message from Visual Studio (9.0).
Never seen it bevor

Just checked witch file was responsible for this,… seems like VS doesn’t like the embedded MDG Technology file (XML) of Enterprise Architect.
Dienstag, Mai 18th, 2010 | by Alexander Schölzhorn | Posted in Programmierung Allgemein, Visual Studio | 1 Comment »
Beim Setup von Visual Studio 2010 gibts leider keine Funktion mehr, um die Dokumentation zu installieren. Diese Funktion erledigt jetzt der Help Library Manager:
Dieser kann entweder über das Startmenu (Visual Studio Tools) oder aus dem Hilfemenü vom Visual Studio gestartet werden.

Donnerstag, Februar 18th, 2010 | by Daniel Siegl | Posted in Visual Studio | No Comments »
Visual Studio 2010 RC – doesn’t contain the latest version of MVC2 – which is RC2 luckily I found this post: Installing ASP.NET MVC 2 RC 2 on Visual Studio 2010 RC
After this procedures everything should be fine and ready to exploit the latest versions
Dienstag, Februar 2nd, 2010 | by Andreas Bruckner | Posted in .NET Framework, Betriebssysteme, C#, Visual Studio, Windows 7, Windows Forms | 1 Comment »
As a .NET Developer:
Ever tried to find out more information about your computer’s system?
Ever needed a list of connected USB-Devices, available Serial Ports or Printers?
Ever heard of WMI?
Did you know, it’s also supported by Mono?
There’s a free tool from Microsoft, which is of great help navigating through namespaces, classes and their properties called “WMI Code Creator“.
This tool offers the possibility to create C#, VB.Net & VBScript code.

download here (it’s free!)
Montag, Januar 11th, 2010 | by Andreas Bruckner | Posted in .NET Framework, C#, Problemlösungen, Programmierung Allgemein, Visual Studio | No Comments »
On my last vacation I used 2 digicams, but had one set to a wrong timezone accidently. That’s why I cannot copy the pictures of both cameras to one single folder, sort by date and rename. In short terms: I cannot join the pictures.
Searched the internet, but found tools, which can set the date to a specific date only, but cannot correct the timezone (e.g. add 6 hours to the file’s existing modification date).
So I had to write my own solution. Find the download links below, and feel free to modify the sources. This is a MS VS2008 project, built for .NET Framework 2.0
Hint: Please note, that usage of this tool is your own responsibility!
—
Ich hatte im Urlaub 2 Digitalkameras mit, wobei eine noch irrtümlich die Zeitzone vom vorangegangenen Urlaub gesetzt hatte. Resultat: ich kann nun nicht mehr einfach die Bilder der beiden Kameras in ein Verzeichnis kopieren, sie nach Datum sortieren, und umbenennen. Kurz: ich kann sie nicht korrekt zusammenfügen.
Zuerst müßte ich das ModificationDate von Kamera A um 6 Stunden (sprich: die Zeitzone) korrigieren.
Im Internet fand ich nur Tools, die das Datum auf einen vorgegebenen Wert setzen, daher habe ich das selbst in die Hand genommen. Die Download Links sind unten zu finden, die Sourcen dürfen frei modifiziert werden. Es handelt sich um ein MS VS2008 Projekt, und kompiliert für .NET Framework 2.0.
Hinweis: die Verwendung erfolgt auf eigenes Risiko!
—
Download:
Binary
Sources
Screenshot:

Dienstag, September 15th, 2009 | by Richard Deininger | Posted in .NET Framework, Allgemeine Theorien, C#, Problemlösungen, Programmierung Allgemein, Visual Studio | No Comments »
Heute hab ich was Lustiges/Ärgerliches entdeckt. Für alle, die Deployment Projecte und Buildscripts gemeinsam benutzen, folgender kleiner Hinweis auf eine potentielle Fehlerquelle. Wenn ihr den Productcode ändert und die Productversion erhöht, um ein Setup für eine neue Version zu bekommen, solltet Ihr auf das Guidformat aufpassen.
Es sieht vielleicht nur so aus aber, diese Guid:
{a50e0545-b0da-4a27-a832-93245837ee11}
entspricht nicht dem vom Deploymentproject gewünschten format von:
{xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx}
Zum besseren Verständnis das Deployment project file ist case sensitive und alle Guids sollten immer UpperCase sein also:
{A50E0545-B0DA-4A27-A832-93245837EE11}
Hoffe das hilft einigen weiter.
English:
Today I found something funny/annoying. For all who use Deployment prjects and Buildscripts, is the following little hint of a potential error. When you update the product code and increase the product version to get a setup file for you new version you should watch for the guid format.
It doesn’t look like it but this Guid:
{a50e0545-b0da-4a27-a832-93245837ee11}
does not match the expected format of the deployment project of:
{xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx}
To assist in the understanding the deployment project file is case sensitive and all guid’s have to be UpperCase, therefore:
{A50E0545-B0DA-4A27-A832-93245837EE11}
Hope this will help some of you.
Dienstag, Februar 10th, 2009 | by Daniel Siegl | Posted in Compact Framework, Windows Mobile | No Comments »
Von Resco gibt es eine neue Version der genialen Komponenten für das Compact Framwork, unter anderem mit 3 ganz neuen Controls. Wie immer bei Resco kann man natürlich eine Demo Version herunterladen.
Ich arbeite schon seit der eVB Zeit mit Resco Komponenten und bin der Meinung das man einem Kauf nicht vorbeikommt.
Die 3 neuen Komponenten (Toolbar, Tab und Tooltip):

