Advertisement
Guest User

Untitled

a guest
Oct 25th, 2017
166
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 3.81 KB | None | 0 0
  1. FirebirdSql.Data.FirebirdClient.FbException occurred
  2.   HResult=0x80004005
  3.   Message=Unable to complete network request to host "dbserver".
  4.   Source=<Cannot evaluate the exception source>
  5.   StackTrace:
  6.    at FirebirdSql.Data.FirebirdClient.FbConnectionInternal.Connect()
  7.    at FirebirdSql.Data.FirebirdClient.FbConnectionPoolManager.Pool.CreateNewConnectionIfPossibleImpl(FbConnectionString connectionString)
  8.    at FirebirdSql.Data.FirebirdClient.FbConnectionPoolManager.Pool.GetConnection(FbConnection owner)
  9.    at FirebirdSql.Data.FirebirdClient.FbConnectionPoolManager.Get(FbConnectionString connectionString, FbConnection owner)
  10.    at FirebirdSql.Data.FirebirdClient.FbConnection.Open()
  11.    at PDV_WPF.FDBDataSetTableAdapters.TB_ESTOQUETableAdapter.ChecaPorDescricao(String Param1) in C:\Users\Usuário\Documents\Visual Studio 2017\Projects\PDV\PDV_WPF\FDBDataSet.Designer.cs:line 13704
  12.    at PDV_WPF.Caixa.ACBox_KeyDown(Object sender, KeyEventArgs e) in C:\Users\Usuário\Documents\Visual Studio 2017\Projects\PDV\PDV_WPF\Telas\Caixa.xaml.cs:line 206
  13.    at System.Windows.Input.KeyEventArgs.InvokeEventHandler(Delegate genericHandler, Object genericTarget)
  14.    at System.Windows.RoutedEventArgs.InvokeHandler(Delegate handler, Object target)
  15.    at System.Windows.RoutedEventHandlerInfo.InvokeHandler(Object target, RoutedEventArgs routedEventArgs)
  16.    at System.Windows.EventRoute.InvokeHandlersImpl(Object source, RoutedEventArgs args, Boolean reRaised)
  17.    at System.Windows.UIElement.RaiseEventImpl(DependencyObject sender, RoutedEventArgs args)
  18.    at System.Windows.UIElement.RaiseTrustedEvent(RoutedEventArgs args)
  19.    at System.Windows.UIElement.RaiseEvent(RoutedEventArgs args, Boolean trusted)
  20.    at System.Windows.Input.InputManager.ProcessStagingArea()
  21.    at System.Windows.Input.InputManager.ProcessInput(InputEventArgs input)
  22.    at System.Windows.Input.InputProviderSite.ReportInput(InputReport inputReport)
  23.    at System.Windows.Interop.HwndKeyboardInputProvider.ReportInput(IntPtr hwnd, InputMode mode, Int32 timestamp, RawKeyboardActions actions, Int32 scanCode, Boolean isExtendedKey, Boolean isSystemKey, Int32 virtualKey)
  24.    at System.Windows.Interop.HwndKeyboardInputProvider.ProcessKeyAction(MSG& msg, Boolean& handled)
  25.    at System.Windows.Interop.HwndSource.CriticalTranslateAccelerator(MSG& msg, ModifierKeys modifiers)
  26.    at System.Windows.Interop.HwndSource.OnPreprocessMessage(Object param)
  27.    at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
  28.    at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler)
  29.    at System.Windows.Threading.Dispatcher.LegacyInvokeImpl(DispatcherPriority priority, TimeSpan timeout, Delegate method, Object args, Int32 numArgs)
  30.    at System.Windows.Threading.Dispatcher.Invoke(DispatcherPriority priority, Delegate method, Object arg)
  31.    at System.Windows.Interop.HwndSource.OnPreprocessMessageThunk(MSG& msg, Boolean& handled)
  32.    at System.Windows.Interop.HwndSource.WeakEventPreprocessMessage.OnPreprocessMessage(MSG& msg, Boolean& handled)
  33.    at System.Windows.Interop.ThreadMessageEventHandler.Invoke(MSG& msg, Boolean& handled)
  34.    at System.Windows.Interop.ComponentDispatcherThread.RaiseThreadMessage(MSG& msg)
  35.    at System.Windows.Threading.Dispatcher.PushFrameImpl(DispatcherFrame frame)
  36.    at System.Windows.Threading.Dispatcher.PushFrame(DispatcherFrame frame)
  37.    at System.Windows.Application.RunDispatcher(Object ignore)
  38.    at System.Windows.Application.RunInternal(Window window)
  39.    at System.Windows.Application.Run(Window window)
  40.    at System.Windows.Application.Run()
  41.    at WpfApp1.App.Main()
  42.  
  43. Inner Exception 1:
  44. IscException: Unable to complete network request to host "dbserver".
  45.  
  46. Inner Exception 2:
  47. SocketException: Este host não é conhecido
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement