Permanently Closed Marketplace Sales Thread

Status
Not open for further replies.
Hey I'm getting this when trying to expand a KW:

Diagnostics at C:\Users\Robert\AppData\Local\Temp\p3tynpde.txt.Data at C:\Users\Robert\AppData\Local\Apps\2.0\Data\8PYNLVBK.JOC\WH97KGCM.3CH\ulti..tion_56c6219a1d453fe0_0002.0000_5186c3c6367fa14f\Data\state.dat.


Error severity: fatal
System.NullReferenceException: Object reference not set to an instance of an object.
at Keywords.MainWindow.buttonAddAndExpand_Click(Object sender, RoutedEventArgs e) in d:\OwnProject\al\trunk\Keywords\Code\Forms\MainWindow.xaml.cs:line 655
at System.Windows.RoutedEventHandlerInfo.InvokeHandler(Object target, RoutedEventArgs routedEventArgs)
at System.Windows.EventRoute.InvokeHandlersImpl(Object source, RoutedEventArgs args, Boolean reRaised)
at System.Windows.UIElement.RaiseEventImpl(DependencyObject sender, RoutedEventArgs args)
at System.Windows.UIElement.RaiseEvent(RoutedEventArgs e)
at System.Windows.Controls.Primitives.ButtonBase.OnClick()
at System.Windows.Controls.Button.OnClick()
at System.Windows.Controls.Primitives.ButtonBase.OnMouseLeftButtonUp(MouseButtonEventArgs e)
at System.Windows.UIElement.OnMouseLeftButtonUpThunk(Object sender, MouseButtonEventArgs e)
at System.Windows.Input.MouseButtonEventArgs.InvokeEventHandler(Delegate genericHandler, Object genericTarget)
at System.Windows.RoutedEventArgs.InvokeHandler(Delegate handler, Object target)
at System.Windows.RoutedEventHandlerInfo.InvokeHandler(Object target, RoutedEventArgs routedEventArgs)
at System.Windows.EventRoute.InvokeHandlersImpl(Object source, RoutedEventArgs args, Boolean reRaised)
at System.Windows.UIElement.ReRaiseEventAs(DependencyObject sender, RoutedEventArgs args, RoutedEvent newEvent)
at System.Windows.UIElement.OnMouseUpThunk(Object sender, MouseButtonEventArgs e)
at System.Windows.Input.MouseButtonEventArgs.InvokeEventHandler(Delegate genericHandler, Object genericTarget)
at System.Windows.RoutedEventArgs.InvokeHandler(Delegate handler, Object target)
at System.Windows.RoutedEventHandlerInfo.InvokeHandler(Object target, RoutedEventArgs routedEventArgs)
at System.Windows.EventRoute.InvokeHandlersImpl(Object source, RoutedEventArgs args, Boolean reRaised)
at System.Windows.UIElement.RaiseEventImpl(DependencyObject sender, RoutedEventArgs args)
at System.Windows.UIElement.RaiseTrustedEvent(RoutedEventArgs args)
at System.Windows.UIElement.RaiseEvent(RoutedEventArgs args, Boolean trusted)
at System.Windows.Input.InputManager.ProcessStagingArea()
at System.Windows.Input.InputManager.ProcessInput(InputEventArgs input)
at System.Windows.Input.InputProviderSite.ReportInput(InputReport inputReport)
at System.Windows.Interop.HwndMouseInputProvider.ReportInput(IntPtr hwnd, InputMode mode, Int32 timestamp, RawMouseActions actions, Int32 x, Int32 y, Int32 wheel)
at System.Windows.Interop.HwndMouseInputProvider.FilterMessage(IntPtr hwnd, WindowMessage msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
at System.Windows.Interop.HwndSource.InputFilterMessage(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
at MS.Win32.HwndWrapper.WndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
at MS.Win32.HwndSubclass.DispatcherCallbackOperation(Object o)
at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
at MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(Object source, Delegate method, Object args, Int32 numArgs, Delegate catchHandler)
at System.Windows.Threading.Dispatcher.LegacyInvokeImpl(DispatcherPriority priority, TimeSpan timeout, Delegate method, Object args, Int32 numArgs)
at MS.Win32.HwndSubclass.SubclassWndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam)
at MS.Win32.UnsafeNativeMethods.MessageBox(HandleRef hWnd, String text, String caption, Int32 type)
at System.Windows.MessageBox.ShowCore(IntPtr owner, String messageBoxText, String caption, MessageBoxButton button, MessageBoxImage icon, MessageBoxResult defaultResult, MessageBoxOptions options)
at System.Windows.MessageBox.Show(String messageBoxText, String caption, MessageBoxButton button, MessageBoxImage icon)
at Keywords.App.Application_Startup(Object sender, StartupEventArgs e) in d:\OwnProject\al\trunk\Keywords\App.xaml.cs:line 226
at System.Windows.Application.OnStartup(StartupEventArgs e)
at System.Windows.Application.<.ctor>b__1(Object unused)
at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
at MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(Object source, Delegate method, Object args, Int32 numArgs, Delegate catchHandler)
at System.Windows.Threading.DispatcherOperation.InvokeImpl()
at System.Windows.Threading.DispatcherOperation.InvokeInSecurityContext(Object state)
at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
at System.Windows.Threading.DispatcherOperation.Invoke()
at System.Windows.Threading.Dispatcher.ProcessQueue()
at System.Windows.Threading.Dispatcher.WndProcHook(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
at MS.Win32.HwndWrapper.WndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
at MS.Win32.HwndSubclass.DispatcherCallbackOperation(Object o)
at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
at MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(Object source, Delegate method, Object args, Int32 numArgs, Delegate catchHandler)
at System.Windows.Threading.Dispatcher.LegacyInvokeImpl(DispatcherPriority priority, TimeSpan timeout, Delegate method, Object args, Int32 numArgs)
at MS.Win32.HwndSubclass.SubclassWndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam)
at MS.Win32.UnsafeNativeMethods.DispatchMessage(MSG& msg)
at System.Windows.Threading.Dispatcher.PushFrameImpl(DispatcherFrame frame)
at System.Windows.Threading.Dispatcher.PushFrame(DispatcherFrame frame)
at System.Windows.Threading.Dispatcher.Run()
at System.Windows.Application.RunDispatcher(Object ignore)
at System.Windows.Application.RunInternal(Window window)
at System.Windows.Application.Run(Window window)
at Keywords.App.Main() in d:\OwnProject\al\trunk\Keywords\App.xaml.cs:line 34
 
Robbie1,

Make sure you're using the latest version. ultimatenichefinder.com/install. PM me if it doesn't work.

SEOJoker,

You're all set. I PMed you back.
 
I had gotten an error message as apparently I had an old version installed but after updating to the latest version by doing what their rep stated above, works again.

So to anyone with an issue, just try that as suggested.
 
gritts,

Thanks!

For those having problems with proxies, it looks like HMA proxies (daily e-mail proxies) work pretty well for the low volume users.
 
I just started free trial and I am already having problems. It always fails to analyse keywords. I tried using over 150 proxies, but it says that all of them are banned by google. I'm using latest version btw.
 
I just started free trial and I am already having problems. It always fails to analyse keywords. I tried using over 150 proxies, but it says that all of them are banned by google. I'm using latest version btw.

Tronox,

Are you talking to me via customer help? If not, I can send you some proxies to try if you contact me through our support portal.

Thanks.
 
I asked support how I can cancel my subscription. Suppose I can ask here to.

And yes, that was me who wrote to customer support. I figured out how to make unf work,tested some things out and realised that market samurai is better for me :)

ID **********1139
 
I asked support how I can cancel my subscription. Suppose I can ask here to.

And yes, that was me who wrote to customer support. I figured out how to make unf work,tested some things out and realised that market samurai is better for me

ID **********1139

I canceled it yesterday. You should have gotten a confirmation email. Thanks for trying us out.
 
hango the software is having issues again.. it will not process the keyword after submisson. I have uninstall and reinstall the software, I have refer to knowledge and create a new adwords account but still end up in the same situation.
 
Last edited:
hango the software is having issues again.. it will not process the keyword after submisson. I have uninstall and reinstall the software, I have refer to knowledge and create a new adwords account but still end up in the same situation.

Still,

We updated to 2.0.2.37 yesterday morning. It works now. Thanks.
 
Where's the download link for the new version? I'd like to update my lifetime version since 2013. Thanks.
QUOTE=hango;7468906]Still,

We updated to 2.0.2.37 yesterday morning. It works now. Thanks.[/QUOTE]
 
Where's the download link for the new version? I'd like to update my lifetime version since 2013. Thanks.
QUOTE=hango;7468906]Still,

We updated to 2.0.2.37 yesterday morning. It works now. Thanks.
[/QUOTE]

ultimatenichefinder.com/install
 
Hi hango, I'm interested in using UNF however from the last posts on this thread it looks like a few problems occured with some versions. Can you tell me if the current version is stable and 100% bug free ? Thank you.
 
Hi hango, I'm interested in using UNF however from the last posts on this thread it looks like a few problems occured with some versions. Can you tell me if the current version is stable and 100% bug free ? Thank you.

The current version is stable. There are some instances when UNF has issues with virtual machines, but this is not very common.
 
Status
Not open for further replies.
Back
Top