I found a similar error when using the TabbedBrowser and navigating to:
http://www.bbqguys.com/item_name_Fire-Magic-Legacy-Deluxe-Gourmet-Natural-Gas-Countertop-Grill_item_6917.htmlHere is the error:
Application: TabbedBrowser.exe
Framework Version: v4.0.30319
Description: The process was terminated due to an unhandled exception.
Exception Info: System.NullReferenceException
Stack: at EO.WebBrowser.CookieCollection.a(EO.WebBrowser.Cookie, Boolean)
at EO.WebBrowser.Response..ctor(EO.WebBrowser.Internal.a1)
at EO.WebBrowser.WebView.b(EO.WebBrowser.Internal.aw, EO.WebBrowser.Internal.a1)
at EO.WebBrowser.WebView.a(EO.WebBrowser.Internal.aw, EO.WebBrowser.Internal.a1)
at EO.WebBrowser.WebView+<>c__DisplayClasse.<RunAction>b__d()
at EO.WebBrowser.WebView.a(Boolean, b)
at EO.WebBrowser.Internal.aw.a(EO.WebBrowser.WebView, EO.WebBrowser.Internal.aw, Int32, IntPtr, IntPtr)
at EO.WebBrowser.WebView.c(IntPtr, Int32, IntPtr, IntPtr, Boolean ByRef)
at EO.WebBrowser.Internal.v.a(IntPtr, Int32, IntPtr, IntPtr)
at MS.Win32.UnsafeNativeMethods.CallWindowProc(IntPtr, IntPtr, Int32, IntPtr, IntPtr)
at MS.Win32.UnsafeNativeMethods.CallWindowProc(IntPtr, IntPtr, Int32, IntPtr, IntPtr)
at MS.Win32.HwndSubclass.SubclassWndProc(IntPtr, Int32, IntPtr, IntPtr)
at MS.Win32.UnsafeNativeMethods.DispatchMessage(System.Windows.Interop.MSG ByRef)
at MS.Win32.UnsafeNativeMethods.DispatchMessage(System.Windows.Interop.MSG ByRef)
at System.Windows.Threading.Dispatcher.PushFrameImpl(System.Windows.Threading.DispatcherFrame)
at System.Windows.Application.RunInternal(System.Windows.Window)
at System.Windows.Application.Run()
at EO.TabbedBrowser.App.Main()