I was reading my feeds, I am way behind, and I saw this great post from AdminID over @ OneNote PowerToys, which discusses how to fix the Daily Journal for OneNote 2007. Here is what AdminID says:
I was manually recreating the functions of the Daily Journal PowerToy using the same format and a "Links" page with a hyperlink to the section, but came across a tip by Ilya Koulchin this morning…To get the Daily Journal PowerToy to work in OneNote 2007…
And you can see what Ilya said earlier:
We've tried to maintain compatibility with existing plugins for this release, however, due to the many improvements (such as allowing users to have multiple notebooks), it is not always clear how to map previous functionality into the new model, as evidenced in this case. In the future, if you discover other plugins that don't work as expected you can log them as bugs on the connect site.
Ilya is one of the kickass developers on the team who have been working on sync'ing, the API and more. Thanks Ilya & AdminID!
Please help---I have tried this fix a number of times but am still unable to get it to work. I get an "unhandled exception" note referring to "HRESULT 0x80041003" and this in the detailed exception message:
See the end of this message for details on invoking
just-in-time (JIT) debugging instead of this dialog box.
************** Exception Text **************
System.Runtime.InteropServices.COMException (0x80041003): Exception from HRESULT: 0x80041003.
at OneNote.CSimpleImporterClass.Import(String bstrXml)
at Evolution.Office.OneNoteTools.OneNoteNavigator.NavigateToPage(PageReference pageRef)
at Evolution.Office.OneNoteTools.OneNoteJournalNavigator.NavigateJournalPage(DateTime target)
at Evolution.Office.OneNoteTools.OneNoteJournalForm.OnChooseDate(Object sender, EventArgs e)
at System.Windows.Forms.MenuItem.OnClick(EventArgs e)
at System.Windows.Forms.MenuItemData.Execute()
at System.Windows.Forms.Command.Invoke()
at System.Windows.Forms.NotifyIcon.WndProc(Message& msg)
at System.Windows.Forms.NotifyIconNativeWindow.WndProc(Message& m)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
************** Loaded Assemblies **************
mscorlib
Assembly Version: 1.0.5000.0
Win32 Version: 1.1.4322.2407
CodeBase: file:///c:/windows/microsoft.net/framework/v1.1.4322/mscorlib.dll
----------------------------------------
OneNoteJournal
Assembly Version: 1.0.2138.35448
Win32 Version: 1.0.2138.35448
CodeBase: file:///C:/Program%20Files/Evolution%20Software%20Design/OneNote%20Daily%20Journal%20PowerToy/OneNoteJournal.exe
System.Windows.Forms
Win32 Version: 1.1.4322.2032
CodeBase: file:///c:/windows/assembly/gac/system.windows.forms/1.0.5000.0__b77a5c561934e089/system.windows.forms.dll
System
CodeBase: file:///c:/windows/assembly/gac/system/1.0.5000.0__b77a5c561934e089/system.dll
OneNoteNavigator
CodeBase: file:///C:/Program%20Files/Evolution%20Software%20Design/OneNote%20Daily%20Journal%20PowerToy/OneNoteNavigator.DLL
System.Drawing
CodeBase: file:///c:/windows/assembly/gac/system.drawing/1.0.5000.0__b03f5f7f11d50a3a/system.drawing.dll
System.Data
CodeBase: file:///c:/windows/assembly/gac/system.data/1.0.5000.0__b77a5c561934e089/system.data.dll
System.Xml
CodeBase: file:///c:/windows/assembly/gac/system.xml/1.0.5000.0__b77a5c561934e089/system.xml.dll
Interop.OneNote
Assembly Version: 1.0.0.0
Win32 Version: 1.0.0.0
CodeBase: file:///C:/Program%20Files/Evolution%20Software%20Design/OneNote%20Daily%20Journal%20PowerToy/Interop.OneNote.DLL
Accessibility
Win32 Version: 1.1.4322.573
CodeBase: file:///c:/windows/assembly/gac/accessibility/1.0.5000.0__b03f5f7f11d50a3a/accessibility.dll
************** JIT Debugging **************
To enable just in time (JIT) debugging, the config file for this
application or machine (machine.config) must have the
jitDebugging value set in the system.windows.forms section.
The application must also be compiled with debugging
enabled.
For example:
<configuration>
<system.windows.forms jitDebugging="true" />
</configuration>
When JIT debugging is enabled, any unhandled exception
will be sent to the JIT debugger registered on the machine
rather than being handled by this dialog.