Daniel Cazzulino's Blog
-
Microsoft is now officially open source friendly
I'm surely a bit late, but I just learned that the OSI has approved the Microsoft Public License (Ms-PL) and the Microsoft Reciprocal License (Ms-RL). Both are now listed in the OSI licenses page.
-
How to compile and run ALL WPF samples in the Windows SDK with a single command
Just issue the following PowerShell one-liner, and you'll compile and run each sample in the SDK (enter all in one line; broken here for readability):
-
The 'Microsoft.ACE.OLEDB.12.0' provider is not registered error with Vista 64bit
If you're getting this error while trying to connect to Access 2007 or Excel 2007 via the Office 12 OleDB provider, you must first make sure you have the Office 2007 data providers installed.
-
Properly detecting application installation on launch conditions
If you need to detect whether a given application is installed (i.e. you're writing a plugin, or depend on an existing framework/toolkit to be installed), you have a couple options:
-
Getting Windows Live installed on Vista x64
-
Firefox is still king: creating fully customized GMail and Google skins with plain CSS
Just get the Stylish add-on browse the huge library of community contributed styles to a myriad of sites. My customized Gmail hosted now looks much better (especially on my new small 12.1'' laptop :))
-
Interplanetary web of trust is close
I heard these guys have great plans on how to secure the universe...
-
Cool article if you are learning VS SDK
Pablo wrote a very cool article on the CoDe magazine which should be very useful to most people developing VS packages. With extensive screenshots and wizards, it should make your VS extensibility life MUCH easier.
-
How to get a System.Type from an EnvDTE.CodeTypeRef or EnvDTE.CodeClass
I have already hinted at this in a previous post, but this time it's a bit different. Sometimes it's useful to switch to a full System.Type when you're doing code-generation or general CodeModel navigation within VS in an addin or VSSDK package.
-
Hard drive capable of hosting Windows Home Server was not found while installing on VMWare
VMWare suggests by default that you create SCSI hard drives when you create a new VM based on the Win2003 profile.