Your .NET and Microsoft technologies specialist in Western Switzerland RSS 2.0
# Thursday, September 25, 2008
Tired of processes ? Let's give a chance to practices. Ivar Jacobson gave a presentation at the Regional Architect Forum in Zurich about the methodology he proposes for software development.
Thursday, September 25, 2008 11:17:41 AM (GMT Daylight Time, UTC+01:00)  #    Disclaimer  |  Comments [0] -
English | Technical

# Friday, July 04, 2008
About the difference on being at the mixing console and being in front of the microphone
Friday, July 04, 2008 12:39:51 PM (GMT Daylight Time, UTC+01:00)  #    Disclaimer  |  Comments [0] -
podcasting

# Saturday, June 28, 2008
If you are interested in function generators and oscilloscope, I am selling some pieces of my electronic lab I had since lot of years
Saturday, June 28, 2008 5:18:11 PM (GMT Daylight Time, UTC+01:00)  #    Disclaimer  |  Comments [0] -
English | Loisirs

# Tuesday, May 20, 2008
I found two interesting Visio 2007 stencils for BPMN and UML2. If you are interested, check out where I found them
Tuesday, May 20, 2008 7:43:23 PM (GMT Daylight Time, UTC+01:00)  #    Disclaimer  |  Comments [2] -
English | Programming

# Saturday, May 17, 2008
Resizing a VHD file is not easy at all. Not only you have to resize the file itself, but then you have to tell the guest operating system that the disk size has changed. Fortunately, Partition Manager 9.0 Server does it well.
Saturday, May 17, 2008 12:43:37 PM (GMT Daylight Time, UTC+01:00)  #    Disclaimer  |  Comments [0] -
English | Technical

# Monday, March 17, 2008
Monday, I passed the 70-631 exam to get a MCTS certification.
Monday, March 17, 2008 12:06:41 PM (GMT Standard Time, UTC+00:00)  #    Disclaimer  |  Comments [0] -
English | Programming | Technical

# Friday, January 04, 2008
What I find really nice is to have some files everywhere. Especially when you use multiple machines at different places, you can be sure that you forget a file on one of these. And having all the files on a USB key is quite unefficient...
Friday, January 04, 2008 8:55:13 AM (GMT Standard Time, UTC+00:00)  #    Disclaimer  |  Comments [0] -
Technical

# Wednesday, December 19, 2007
I really love working with my tabletPC. In combination with an external monitor it is simply superb
Wednesday, December 19, 2007 2:16:56 PM (GMT Standard Time, UTC+00:00)  #    Disclaimer  |  Comments [0] -
Technical

# Thursday, November 01, 2007
Where I spent my last holidays and a good address for your next holidays.
Thursday, November 01, 2007 10:39:07 PM (GMT Standard Time, UTC+00:00)  #    Disclaimer  |  Comments [0] -
Loisirs

# Monday, September 10, 2007
The final word of my problem with the Qtek 9100 internet configuration : Do not use useless 0 in IP address....
Monday, September 10, 2007 4:13:20 PM (GMT Daylight Time, UTC+01:00)  #    Disclaimer  |  Comments [0] -
Technical

# Wednesday, August 22, 2007
Thanks to the DasBlog developpers community, the last version of the blog engine went live few days ago, allowing this site to migrate to the version 2 of asp.net.
Wednesday, August 22, 2007 8:14:30 AM (GMT Daylight Time, UTC+01:00)  #    Disclaimer  |  Comments [0] -
Technical | web

# Tuesday, August 21, 2007
Thepmpodcast ceased providing the download for the mp3 files since the show number 60. Why ?
Tuesday, August 21, 2007 1:03:26 PM (GMT Daylight Time, UTC+01:00)  #    Disclaimer  |  Comments [2] -
humeur | web

# Saturday, August 04, 2007
My next challenge for the next couple of weeks : testing the new Beta of VS 2008 TFS...
Saturday, August 04, 2007 9:22:19 PM (GMT Daylight Time, UTC+01:00)  #    Disclaimer  |  Comments [0] -
Programming

# Tuesday, June 12, 2007
How to install a Report Server Farm....Configuration, Activation, etc
Tuesday, June 12, 2007 8:38:32 PM (GMT Daylight Time, UTC+01:00)  #    Disclaimer  |  Comments [0] -
Technical | Reporting Services

# Thursday, May 31, 2007
Microsoft unveiled their Surface project. A great product, directly taken from sci-fi movies...
Thursday, May 31, 2007 7:27:44 AM (GMT Daylight Time, UTC+01:00)  #    Disclaimer  |  Comments [0] -


# Monday, May 28, 2007
A problem prevented me to cross-post to blogspot, but this seems to be fixed
Monday, May 28, 2007 9:46:39 PM (GMT Daylight Time, UTC+01:00)  #    Disclaimer  |  Comments [0] -
Technical

Preparing a presentation about AJAX and a comparison between the Microsoft world and the other (basically the rest of the world...), I went to an issue I did not expect, because I thought it would be more automatic.

When you add a ScriptManager and an UpdatePanel to a web page, the first times you will run the application, there are chances that the "'Sys' is undefined" Javascript error occurs. Not only the Javascript error is shown, but when you click on, let say a button in your UpdatePanel, this will post the page back to the server, updating the whole page.

This is because in the HTML code, the Sys.Application.Initialze function is called close to the end of the code. The problem is that the resource files containing the Javascript code are coming and downloaded from the server using a .axd file (ScriptResource.axd, more precisely).

To fix this issue, the line below has to be added in the web.config file under the <httpHandlers> section :

<add verb="GET,HEAD" path="ScriptResource.axd" type="System.Web.Handlers.ScriptResourceHandler, System.Web.Extensions, Version=1.0.61025, Culture=neutral, PublicKeyToken=31bf3856ad364e35" validate="false" />

Monday, May 28, 2007 6:50:49 PM (GMT Daylight Time, UTC+01:00)  #    Disclaimer  |  Comments [0] -


I was a bit busy during the last few weeks, that is why I did not post as much as I would.

Busy, because my assignments were changed, from a customized human workflow application to a MS CRM 3.0 application and doing some mobile development. Other technologies, other challenges, in other words, fun !

 

But I'm back, and I hope to post more frequently on this blog.

Monday, May 28, 2007 6:24:23 PM (GMT Daylight Time, UTC+01:00)  #    Disclaimer  |  Comments [0] -
Technical

# Friday, April 20, 2007

Après 3 jours d'attente, la coupe Louis Vuitton démarre enfin.

Suivre en direct les courses est absolument génial, grâce à LiveSaling.....

Bon départ de BMW Oracle face à United Internet qui prends d'emblée 40m d'avance...

Friday, April 20, 2007 1:27:51 PM (GMT Daylight Time, UTC+01:00)  #    Disclaimer  |  Comments [0] -
Louis Vuitton Cup

# Saturday, March 31, 2007
The link provided in this post may provide good starting points on how to build a development environment for SharePoint
Saturday, March 31, 2007 5:28:17 PM (GMT Daylight Time, UTC+01:00)  #    Disclaimer  |  Comments [0] -
Programming | SharePoint | Technical

# Monday, March 26, 2007
TechDays 2007 in Geneva are sold-out. But I'll be there....
Monday, March 26, 2007 10:28:45 PM (GMT Daylight Time, UTC+01:00)  #    Disclaimer  |  Comments [0] -
TechDays

# Thursday, March 22, 2007
If you want to display a .NET web form in a modal dialog, this post may be useful for you....
Thursday, March 22, 2007 9:46:09 PM (GMT Standard Time, UTC+00:00)  #    Disclaimer  |  Comments [0] -
Programming | Technical

# Thursday, March 15, 2007
After long years of services, GotDotNet is going to be unplugged
Thursday, March 15, 2007 9:33:57 PM (GMT Standard Time, UTC+00:00)  #    Disclaimer  |  Comments [0] -
Technical

# Monday, March 12, 2007
From 4000 USD to 57000 USD for SharePoint Server 2007. More in this post
Monday, March 12, 2007 7:17:59 PM (GMT Standard Time, UTC+00:00)  #    Disclaimer  |  Comments [0] -
SharePoint

# Monday, February 12, 2007

Posts were delayed because there was no wifi network at the conference place

Usually, when you attend to a techical or at least a Microsoft conference, you can expect there will be a possibility to have a wifi spot. But it was not the case !

I can not imagine that Microsoft did not put any wifi hub at the conference place....Oh yes, the Estrel Hotel provides a wifi connection but the price was incredibly expensive. Imagine that for 1 hour of connection, you would pay about 9 Euros. And for 24 hours, 24 Euros. It is almost the price I pay for my ADSL connection at home for a month !

I discussed with an attendees who said to me that it was simply not possible to connect because everyone at the conference tried to have the network at the same time. So, at the end, you pay for......nothing.

Please Microsoft, next time, for such a big events, could you provide a usable wifi network ?

Monday, February 12, 2007 11:11:12 PM (GMT Standard Time, UTC+00:00)  #    Disclaimer  |  Comments [0] -
SharePoint

# Sunday, February 11, 2007
The Geneva-Zurich flight to go to the MS European Conference was so shaky......
Sunday, February 11, 2007 11:03:43 PM (GMT Standard Time, UTC+00:00)  #    Disclaimer  |  Comments [0] -


# Tuesday, February 06, 2007
La nouvelle version de VaudTax est sortie et disponible en téléchargement. Je me réjouirai presque de remplir ma déclaration d'impôts.....
Tuesday, February 06, 2007 8:04:03 AM (GMT Standard Time, UTC+00:00)  #    Disclaimer  |  Comments [0] -


# Thursday, January 25, 2007

Today is my birthday :-)

Thursday, January 25, 2007 1:12:28 PM (GMT Standard Time, UTC+00:00)  #    Disclaimer  |  Comments [0] -


How to refresh automatically all the PivotTables contained in an Excel Workbook...
Thursday, January 25, 2007 1:11:51 PM (GMT Standard Time, UTC+00:00)  #    Disclaimer  |  Comments [0] -
Programming | Technical | VBA

# Wednesday, January 24, 2007
Or, when it is time to change the profile to use...
Wednesday, January 24, 2007 10:40:07 AM (GMT Standard Time, UTC+00:00)  #    Disclaimer  |  Comments [0] -


# Tuesday, January 23, 2007

It is just a test of posting from Word 2007.

The information to set up your dasblog account in Word can be found here

Tuesday, January 23, 2007 7:47:07 AM (GMT Standard Time, UTC+00:00)  #    Disclaimer  |  Comments [0] -


# Monday, January 22, 2007
The Microsoft European SharePoint 2007 will be held in Berlin from the 12th of February to the 14th. It is going to be a really huge event dedicated to only one product : SharePoint 2007
Monday, January 22, 2007 8:35:27 PM (GMT Standard Time, UTC+00:00)  #    Disclaimer  |  Comments [0] -
SharePoint

# Saturday, January 20, 2007
Exit Maximedia/Nexlink/Green.ch. Passer d'un hébergeur amateur plus que lamentable au niveau technique et gestion clientèle à Brinkster, là où il y a des professionnels de l'hébergement, ça change ! En tout cas, aucun regret !
Saturday, January 20, 2007 3:14:44 PM (GMT Standard Time, UTC+00:00)  #    Disclaimer  |  Comments [0] -
humeur | Technical

# Friday, January 12, 2007
Zattoo offers the TV over the net...
Friday, January 12, 2007 1:43:33 PM (GMT Standard Time, UTC+00:00)  #    Disclaimer  |  Comments [0] -
Loisirs

# Wednesday, January 10, 2007
How could I imagine that del.icio.us had no import feature ? I don't know. Obviously they have and the solution is pretty simple.
Wednesday, January 10, 2007 1:41:37 PM (GMT Standard Time, UTC+00:00)  #    Disclaimer  |  Comments [0] -
Technical | web

# Monday, December 18, 2006
How to install a HP C5180 AiO printer/scanner and how to love it. Hum, for those of you who want to buy this product, plan for a night or two to install the bunch of software that are shipped with the printer. It is so slow to install and it is so big that it will take you the first night. And then, plan another one to fix the install and to tweak the operating system…… A pure happiness
Monday, December 18, 2006 1:40:43 PM (GMT Standard Time, UTC+00:00)  #    Disclaimer  |  Comments [0] -
humeur | Technical

# Monday, November 27, 2006
Sometimes, tuning cache expiration timing and attachment format is not enough to avoid this error message. Maybe it is _your_ code that cause this error to happen...
Monday, November 27, 2006 1:39:11 PM (GMT Standard Time, UTC+00:00)  #    Disclaimer  |  Comments [0] -
Programming | Technical

# Monday, November 20, 2006
A start of building a list of question to help to decide what is really needed when the application needs a workflow engine...
Monday, November 20, 2006 10:17:33 PM (GMT Standard Time, UTC+00:00)  #    Disclaimer  |  Comments [0] -
Programming | Technical

The countdown has been started !

In the near future, a little revolution is going to happen.

Stay tuned on this web site......

Monday, November 20, 2006 8:56:12 PM (GMT Standard Time, UTC+00:00)  #    Disclaimer  |  Comments [0] -
web

# Monday, November 13, 2006

Last week, I attended a 3-days training at ESI International in London named "Project Leadership, Management and Communications".

This course was amazingly great. Very interesting either by its format or by its teacher. 3 days, it is long enough to present the material and the different topics of the course, mainly focuses on how to communicate with people, colleagues and the clients. A large part of the training is about the relationships between people and how to influence it in order to improve the quality of the exchange inside a team or even outside.

This course uses a lot the team working and the environment makes it more easier by putting all the attendees around round-tables, making group of about 6 people. A bit of role-playing games is also used during this training.

Finally, the teacher (name will follow...) was a great one.

On the other hand, it was 4 years since my last visit in London and I did not remember it was sooooo expensive. But I really like this city.....

Monday, November 13, 2006 10:02:42 PM (GMT Standard Time, UTC+00:00)  #    Disclaimer  |  Comments [0] -


# Saturday, October 14, 2006
My latest participation to the AAEIT newsletter about the CTP's Open Source Survey
Saturday, October 14, 2006 3:50:02 PM (GMT Daylight Time, UTC+01:00)  #    Disclaimer  |  Comments [0] -
French | Technical

# Saturday, October 07, 2006
Now thit blog is running the version 1.9.6264.0 of DasBlog
Saturday, October 07, 2006 3:28:46 PM (GMT Daylight Time, UTC+01:00)  #    Disclaimer  |  Comments [0] -
Technical

# Thursday, September 28, 2006
2.2% of rates increasing in average, the lowest raise ever since the introduction of the LaMAL
Thursday, September 28, 2006 9:04:10 AM (GMT Daylight Time, UTC+01:00)  #    Disclaimer  |  Comments [0] -


# Tuesday, September 26, 2006
I found a new toy helping me to debug Javascript code. It was existing since long time since it is shipped with Windows 2000. But, to use it, you need to know it exists.....
Tuesday, September 26, 2006 4:14:48 PM (GMT Daylight Time, UTC+01:00)  #    Disclaimer  |  Comments [0] -
Programming | Technical

# Friday, September 08, 2006
DasBlog migrated to 1.8.5223.2.
Friday, September 08, 2006 2:02:20 PM (GMT Daylight Time, UTC+01:00)  #    Disclaimer  |  Comments [0] -
Technical

ZapThink organizes the 5th SOA practitioner's conference in Geneva. A good occasion to learn what is SOA and when it might apply in software developments.
Friday, September 08, 2006 9:02:54 AM (GMT Daylight Time, UTC+01:00)  #    Disclaimer  |  Comments [0] -
English | Programming | SOA | Technical

# Thursday, August 31, 2006
Warning ! A lot of phishing attempts are arriving in our inbox. All of them have only one goal : to steal your use ids, credit card numbers, password and other personnal data. Do not answer to them, banking institutions communicate only by letters when asking for personnal information confirmation.
Thursday, August 31, 2006 3:49:38 PM (GMT Daylight Time, UTC+01:00)  #    Disclaimer  |  Comments [0] -
English | web

# Wednesday, May 10, 2006
I am not sure, but I maybe found a bug in the System.IO.Ports.SerialPort class implementation. Indeed, setting the StopBits property of that class to StopBits.None is causing an ArgumentOutOfRange exception.
Wednesday, May 10, 2006 10:18:14 PM (GMT Daylight Time, UTC+01:00)  #    Disclaimer  |  Comments [0] -
English | Programming | Technical

# Tuesday, April 11, 2006
How to fix the "Unrecognized attribute 'xmlns'" error when running the Atlas documentation website on a machine running the .Net Framework 1.1
Tuesday, April 11, 2006 9:49:53 PM (GMT Daylight Time, UTC+01:00)  #    Disclaimer  |  Comments [0] -
English | Technical

# Monday, April 10, 2006
Notre appartement n'est plus à louer.
Monday, April 10, 2006 9:59:09 PM (GMT Daylight Time, UTC+01:00)  #    Disclaimer  |  Comments [0] -
French

Currently Reading :
I will be at :
I was a speaker at :
United Nations (UN) SharePoint Event 2011
I was a speaker at :
I was there !
I was there !
I was there !
I was there !
Archive
<May 2012>
SunMonTueWedThuFriSat
293012345
6789101112
13141516171819
20212223242526
272829303112
3456789
Listed On :
Blogroll
[Feed] Weblogger.ch
[Feed] David Chappell :: Weblog
[Feed] RockyH - Security First!
[Feed] The Project Management Podcast™
[Feed] Lunch over IP
[Feed] Intellectual Hedonism
[Feed] Upgrade to Biztalk 2006
[Feed] BizTalk Server Team Blog
[Feed] Eric Cote
[Feed] Mario Cardinal
[Feed] BizTalk Server Performance
[Feed] Julia Lerman Blog - Don't Be Iffy...
[Feed] Dotnet Fox
[Feed] Joel on Software
[Feed] Kevin Lam's WebLog
[Feed] BizTalk 101 - Back to Basics
[Feed] Peter Himschoot's blog
[Feed] Guy Barrette
[Feed] Mark Harrison
[Feed] Chanian, Raj
[Feed] A BizTalk Enthusiast
[Feed] Kevin B Smith's WebLog
[Feed] JABLOG
[Feed] BizTalk Core Engine's WebLog
[Feed] Robert Rijsdijk's BizTalk Server Weblogs
[Feed] Bryant Likes's Blog
[Feed] {CaptainK} - a.k.a Suresh Kumar
[Feed] CaPo's .NET and Enterprise Servers adventures - by Carlo Poli
[Feed] Charles Young
[Feed] Christoph .NET
[Feed] ComputerZen.com - Scott Hanselman's Weblog
[Feed] Console.WriteLine("Hello World");
[Feed] Darrell Norton's Blog
[Feed] Darren Jefford
[Feed] Dot Net Dunk
[Feed] Gilles' WebLog
[Feed] Jan Tielens' Bloggings
[Feed] Lamont Harrington's Blog
[Feed] Lamont Harrington's Blog
[Feed] Luke Hutteman's Weblog
[Feed] Matt Meleski's .Net Blog - The ABC's of .NET
[Feed] Michael Platt's WebLog
[Feed] Mike Holdorf's Blog
[Feed] Mike Taulty's Weblog
[Feed] Neopoleon.com
[Feed] Owen Allen
[Feed] Scott Woodgate's E-Business Outbursts
[Feed] Stephen W. Thomas
[Feed] The Arch Hacker's BizTalk Blog
[Feed] The BizTalk Visionary - BizTalk 2004, SOA and on
[Feed] Trace of Thought (Scott Colestock)
About the author/Disclaimer

Disclaimer
The opinions expressed herein are my own personal opinions and do not represent my employer's view in any way.

© Copyright 2012
Yves Peneveyre
Sign In
Statistics
Total Posts: 244
This Year: 3
This Month: 0
This Week: 0
Comments: 18
Themes
Pick a theme:
All Content © 2012, Yves Peneveyre
DasBlog theme 'Business' created by Christoph De Baene (delarou)