.NET - Découvertes et Réflexion…

Découvertes et Réflexion…

Another WordPress Blog

Affichage des articles dans .NET

Like I post on microsoft.public.smartphone.developer new group I have problem with the installation of the Windows Mobile 6 SDK (professionnal and standard). I have try to install the SDK a few times and after I re-install the SP1 and then the SDK again but nothing work. So here’s the detail.

On the installation I get this screen :

wm6-sdk

Telling me that I don’t have the Visual Studio 2005 SP 1. But if you look at this screen:

vs2005-sp1

We see that I have the SP1 installed ! I have capture the followind log for you.

VS2005 “Copy Info” button :

Microsoft Visual Studio 2005
Version 8.0.50727.762 (SP.050727-7600)
Microsoft .NET Framework
Version 2.0.50727

Installed Edition: Standard

Microsoft Visual Basic 2005 77633-235-1283185-41515
Microsoft Visual Basic 2005

Microsoft Visual C# 2005 77633-235-1283185-41515
Microsoft Visual C# 2005

Microsoft Visual C++ 2005 77633-235-1283185-41515
Microsoft Visual C++ 2005

Microsoft Visual Web Developer 2005 77633-235-1283185-41515
Microsoft Visual Web Developer 2005

Microsoft Web Application Projects 2005 77633-235-1283185-41515
Microsoft Web Application Projects 2005
Version 8.0.50727.762

Microsoft Visual Studio 2005 Standard Edition – ENU Service Pack 1 (KB926601)
This service pack is for Microsoft Visual Studio 2005 Standard Edition – ENU.
If you later install a more recent service pack, this service pack will be uninstalled automatically.
For more information, visit http://support.microsoft.com/kb/926601

For sure I’m missing something. Did some one have seen this ? If some body have an idea !

Thanks

Je suis tombé récemment sur un site très intéressant pour tout ce qui attrait à Java, .NET, Ruby, SOA (Service Oriented Architecture) et Agile.

La présentation et les informations du site sont très intéressantes. Après votre inscription, vous pouvez vous abonner à un “RSS Feed” personnalisé selon votre technologie et ainsi resté à l’affût de nouvelles informations.

De plus, ce site met à notre disposition une version en ligne gratuite de “Visual Studio .NET Tips and Tricks – Covers version 2002, 2003 and 2005 (Beta 1)”.

Visual Studio .NET Tips and Tricks explains how to use VS.NET efficiently. Organized into short and easy-to-grasp sections, and containing tips and tricks on everything from editing and compiling to debugging and navigating within the VS.NET IDE, this book is a must-read for all .NET developers, regardless of expertise and whether they program in C#, VB.NET, or any other .NET language. This book covers the Visual Studio .NET 2002, 2003, and 2005 Beta 1 releases.

Vous pouvez le télécharger si vous vous inscrivez sur le site gratuitement.

Site: http://www.infoq.com/
Lien pour le Tips and Tricks: http://www.infoq.com/minibooks/vsnettt

Bonne lecture

Le langage .NET (ASP.NET) fait beaucoup de choses pour le programmeur. Il nous donne accès du côté serveur (code behind ou inline) à plein de fonctionnalité sans parler de l’IntelliSense. Il nous permet aussi par le code côté serveur d’ajouter des événements côté client comme “RegisterClientScript” ou “Boutton.Attributes.Add()“.

Cependant comme toute chose il peut y avoir des inconvénients, entre autres lorsque nous ajouter des événements avec “Attributes.Add” et que nous avons aussi un “component” de validation comme le “RequiredField” ou le “RegexValidator“.

poursuivre la lecture…