How to make the ceptara oragnizer work properly on outlook 2010

Hello all,  

After couple of hours spending time to find a way to make ceptara my organizer pane work properly on outlook 2010 I found this solution:

-  close outlook

-  Open c:\temp\myorganizer.htm file 

-  replace line 19    <param name="View" value="Day/Week/Month View with AutoPreview">

   by this :    <param name="View" value="Calendar">

-  replace line 44    <param name="View" value="Simple List">

   by this :    <param name="View" value="Tasks">

-  save the file

- re open outlook and now your Organizer should be fixed.

One more tips for developers, MS change the view name on the active x control. The new value is now Calendar and Tasks.

Hope it helps,