Hi Andre,
If your the version that is returned is 0.90.20416.10 you have Silverlight 1.0 Beta installed. The samples that you appear to be running are Silverlight 1.1 Alpha samples. You should install the Silverlight 1.1 Alpha to get your samples working.
Using the below will tell you the exact verison that the installer put on your machine. I would also suggest not regsvr32 npctrl.dll. There are some subtle diferences between the installer and how regsvr32 works.
In the registry check HKEY_LOCAL_MACHINE\Software\Microsoft\Silverlight\Version
The 1.0 Beta will have 0.90.20416.10
The 1.1 Alpha will have 0.95.20416.10
On a 64 bit machine you'll need to look in HKEY_LOCAL_MACHINE\Software\Wow6432Node\Microsoft\Silverlight\Version
Thanks,
Steve Herndon
Silverlight Deployment