Ilya Tried this option and got a .NET Framework error (pasted below) when i hit the Wibndows-J key combination.
regards Graeme
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.OneNoteJournalNavigator.NavigateJournalPage() at Evolution.Office.OneNoteTools.OneNoteJournalForm.WndProc(Message& m) at System.Windows.Forms.ControlNativeWindow.OnMessage(Message& m) at System.Windows.Forms.ControlNativeWindow.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.2032 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 Assembly Version: 1.0.5000.0 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 Assembly Version: 1.0.5000.0 Win32 Version: 1.1.4322.2032 CodeBase: file:///c:/windows/assembly/gac/system/1.0.5000.0__b77a5c561934e089/system.dll ---------------------------------------- OneNoteNavigator Assembly Version: 1.0.2138.35448 Win32 Version: 1.0.2138.35448 CodeBase: file:///C:/Program%20Files/Evolution%20Software%20Design/OneNote%20Daily%20Journal%20PowerToy/OneNoteNavigator.DLL ---------------------------------------- System.Drawing Assembly Version: 1.0.5000.0 Win32 Version: 1.1.4322.2032 CodeBase: file:///c:/windows/assembly/gac/system.drawing/1.0.5000.0__b03f5f7f11d50a3a/system.drawing.dll ---------------------------------------- System.Data Assembly Version: 1.0.5000.0 Win32 Version: 1.1.4322.2032 CodeBase: file:///c:/windows/assembly/gac/system.data/1.0.5000.0__b77a5c561934e089/system.data.dll ---------------------------------------- System.Xml Assembly Version: 1.0.5000.0 Win32 Version: 1.1.4322.2032 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 ----------------------------------------
************** 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.
"Ilya Koulchin" wrote:
[Quoted Text] > Brian Piper wrote: > > I have come to rely on the Daily Journal Plugin with OneNote 2003. The > > beta version of OneNote 2007 doesn't work with this plugin. Does anyone > > know if there is a work-around or will a new version be coming that will > > work with OneNote 2007. Thanks for your help... > > The plugin is not developed by Microsoft, so I cannot comment on any > future versions. However, you can get the plugin to work with OneNote > 2007 by creating a "Journal" section group within the first notebook you > have open (the first notebook is the one that appears at the very top of > the navigation bar), and then another section group for the year within > that. So your notebook structure would look something like this: > Notebook > \_ Journal > \_ 2006 > > 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 >
|