Well here's the error i get:
Code:
2/19/07 8:52:11 PM
Version: 1.0.2592.31374
System.TypeLoadException: File or assembly name 'Microsoft.WindowsMobile.PocketOutlook, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35', or one of its dependencies, was not found.
at System.Windows.Forms.Control.OnMouseDown(MouseEventArgs e)
at Microsoft.Search.Mobile.LinkLabel.OnMouseDown(MouseEventArgs e)
at System.Windows.Forms.Control.WnProc(WM wm, Int32 wParam, Int32 lParam)
at System.Windows.Forms.Control._InternalWnProc(WM wm, Int32 wParam, Int32 lParam)
at Microsoft.AGL.Forms.EVL.EnterModalDialog(IntPtr hwnModal)
at System.Windows.Forms.Form.ShowDialog()
at Microsoft.Search.Mobile.Flow.Forward(View view)
at Microsoft.Search.Mobile.Controller.ChooseLocation()
at Microsoft.Search.Mobile.DirectionsView.ChooseLocation(ComboBox thisList, ComboBox otherList)
at Microsoft.Search.Mobile.DirectionsView.ChooseStartLocation()
at Microsoft.Search.Mobile.DirectionsView.linkStart_MouseDown(Object sender, MouseEventArgs args)
at System.Windows.Forms.Control.OnMouseDown(MouseEventArgs e)
at Microsoft.Search.Mobile.LinkLabel.OnMouseDown(MouseEventArgs e)
at System.Windows.Forms.Control.WnProc(WM wm, Int32 wParam, Int32 lParam)
at System.Windows.Forms.Control._InternalWnProc(WM wm, Int32 wParam, Int32 lParam)
at Microsoft.AGL.Forms.EVL.EnterModalDialog(IntPtr hwnModal)
at System.Windows.Forms.Form.ShowDialog()
at Microsoft.Search.Mobile.Flow.Forward(View view)
at Microsoft.Search.Mobile.Controller.Directions(Location start, Location destination)
at Microsoft.Search.Mobile.MainView.Directions()
at Microsoft.Search.Mobile.MainView.iconDirections_MouseDown(Object sender, MouseEventArgs e)
at System.Windows.Forms.Control.OnMouseDown(MouseEventArgs e)
at System.Windows.Forms.Control.WnProc(WM wm, Int32 wParam, Int32 lParam)
at System.Windows.Forms.Control._InternalWnProc(WM wm, Int32 wParam, Int32 lParam)
at Microsoft.AGL.Forms.EVL.EnterMainLoop(IntPtr hwnMain)
at System.Windows.Forms.Application.Run(Form fm)
at Microsoft.Search.Mobile.Controller.Run(View main)
at Microsoft.Search.Mobile.MainView.DoMain()
at Microsoft.Search.Mobile.MainView.Main()
The System.Windows.Forms dll is included in 3.5 and is mentioned in this error file so i'm thinking that could be part of the issue, but clearly not conclusive at this point. It still seems like there should be a new version of the pocketoutlook.dll or something somewhere.