Monday 28 October 2013

Microsoft Certified Solutions Developer: Web Applications


I would like to say that today I passed my next exam 70-492, Upgrade your MCPD: Web Developer 4 to MCSD: Web Applications.

Over the next few months I will try to blog more, now that I've stopped my studying for the time being.

Friday 21 June 2013

Microsoft Specialist in Programming in HTML5 with JavaScript and CSS3


For my 100th post, I would like to say that today I passed the Microsoft Specialist exam 70-480, Programming in HTML5 with JavaScript and CSS3.

Saturday 6 April 2013

MCPD Web Developer 4


Yesterday I successfully passed the upgrade MCPD exam 70-523. Got a great pass mark, so glad that all the studying paid off.

Thursday 28 March 2013

SSIS on 64bit Dev machine

You have an "Execute SQL Task" to return a "Full result set" but when executing you get the following error.

[Execute SQL Task] Error: Executing the query "SELECT * FROM Table" failed with the following error: "Class not registered (Exception from HRESULT: 0x80040154 (REGDB_E_CLASSNOTREG))". Possible failure reasons: Problems with the query, "ResultSet" property not set correctly, parameters not set correctly, or connection not established correctly.

Are you running on Windows 7 64bit? A possible fix if you are is to set the run time to 32 bit. You can do this by:
  1. Go to Project Properties
  2. Configuration Properties -> Debugging
  3. Set Run64BitRuntime False