Advertisement
Guest User

Untitled

a guest
Jan 23rd, 2019
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 2.62 KB | None | 0 0
  1.    em System.Data.Entity.Core.EntityClient.EntityConnection.Open()
  2.    em System.Data.Entity.Core.Objects.ObjectContext.EnsureConnection()
  3.    em System.Data.Entity.Core.Objects.ObjectContext.ExecuteInTransaction[T](Func`1 func, IDbExecutionStrategy executionStrategy, Boolean startLocalTransaction, Boolean releaseConnectionOnSuccess)
  4.    em System.Data.Entity.Core.Objects.ObjectQuery`1.<>c__DisplayClass3.<GetResults>b__1()
  5.    em System.Data.Entity.SqlServer.DefaultSqlExecutionStrategy.Execute[TResult](Func`1 operation)
  6.    em System.Data.Entity.Core.Objects.ObjectQuery`1.GetResults(Nullable`1 forMergeOption)
  7.    em System.Data.Entity.Core.Objects.ObjectQuery`1.<System.Collections.Generic.IEnumerable<T>.GetEnumerator>b__0()
  8.    em System.Lazy`1.CreateValue()
  9.    em System.Lazy`1.LazyInitValue()
  10.    em System.Data.Entity.Internal.LazyEnumerator`1.MoveNext()
  11.    em System.Collections.Generic.List`1..ctor(IEnumerable`1 collection)
  12.    em System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source)
  13.    em TwizzERP.Data.Empresa.Listar(Nullable`1 empresaID, Nullable`1 isCliente, Nullable`1 isFabricante, Nullable`1 isFornecedor, Boolean incluirSelecione, String nome) na C:\ProjectsLocal\TwizzERP\TwizzERP.Data\EmpresaBL.cs:linha 31
  14.    em TwizzERP.WIN.Cadastros.frmEmpresa.pesquisar() na C:\ProjectsLocal\TwizzERP\TwizzERP.WIN\Cadastros\frmEmpresa.cs:linha 34
  15.    em TwizzERP.WIN.Cadastros.frmEmpresa.btnPesquisar_Click(Object sender, EventArgs e) na C:\ProjectsLocal\TwizzERP\TwizzERP.WIN\Cadastros\frmEmpresa.cs:linha 39
  16.    em System.Windows.Forms.Control.OnClick(EventArgs e)
  17.    em System.Windows.Forms.Button.OnClick(EventArgs e)
  18.    em System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent)
  19.    em System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
  20.    em System.Windows.Forms.Control.WndProc(Message& m)
  21.    em System.Windows.Forms.ButtonBase.WndProc(Message& m)
  22.    em System.Windows.Forms.Button.WndProc(Message& m)
  23.    em System.Windows.Forms.NativeWindow.DebuggableCallback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
  24.    em System.Windows.Forms.UnsafeNativeMethods.DispatchMessageW(MSG& msg)
  25.    em System.Windows.Forms.Application.ComponentManager.System.Windows.Forms.UnsafeNativeMethods.IMsoComponentManager.FPushMessageLoop(IntPtr dwComponentID, Int32 reason, Int32 pvLoopData)
  26.    em System.Windows.Forms.Application.ThreadContext.RunMessageLoopInner(Int32 reason, ApplicationContext context)
  27.    em System.Windows.Forms.Application.ThreadContext.RunMessageLoop(Int32 reason, ApplicationContext context)
  28.    em TwizzERP.WIN.Program.Main() na C:\ProjectsLocal\TwizzERP\TwizzERP.WIN\Program.cs:linha 18
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement