bug?

  1. R

    'Add' function adds two objects instead of one. Is this a bug?

    I'm using Entity Framework 6 with VB.NET. The problem is that when I add a new 'user' object to the context, an additional user is added. This is the code: Dim Db As New DbModel ' Create a new user Dim NewUser = New User With { .UserName = txtUserName.Text.Trim, .Password =...
  2. E

    Question System.Diagnostics.Process.GetProcessesByName Responding giving True, should be False

    Hi there I am making a Process watcher program that watches for a program, Excel in this instance, to be not responding. IF not responding wait for a threshhold and if threshhold met kill the process. This works most of the time.. but sometimes for some reason, i wish i knew why cause then i...
Back
Top