im getting the following error when i try to update a record
Code:
System.InvalidCastException was unhandled
Message="Specified cast is not valid."
Source="BusinessLogic"
StackTrace:
at BusinessLogic.AuditLog.WriteAudit(String affectedTable, String moduleName, String action, String reason, String code, Int32 rowVersion, Employee newEmp, Employee oldEmp) in C:\Users\Aneef\Desktop\stuff\EmployeeRecordsearlyedition\EmployeeRecords\BusinessLogic\BusinessLogic\AuditLog.cs:line 37
at BusinessLogic.EmployeeCRUD.UpdateRecord(Employee newEmp, Employee oldEmp) in C:\Users\Aneef\Desktop\stuff\EmployeeRecordsearlyedition\EmployeeRecords\BusinessLogic\BusinessLogic\EmployeeCRUD.cs:line 179
at ApplicationLayer.frmEmployee.toolStripSave_Click(Object sender, EventArgs e) in C:\Users\Aneef\Desktop\stuff\EmployeeRecordsearlyedition\EmployeeRecords\ApplicationLayer\ApplicationLayer\frmEmployee.cs:line 480
at System.Windows.Forms.ToolStripItem.RaiseEvent(Object key, EventArgs e)
at System.Windows.Forms.ToolStripButton.OnClick(EventArgs e)
at System.Windows.Forms.ToolStripItem.HandleClick(EventArgs e)
at System.Windows.Forms.ToolStripItem.HandleMouseUp(MouseEventArgs e)
at System.Windows.Forms.ToolStripItem.FireEventInteractive(EventArgs e, ToolStripItemEventType met)
at System.Windows.Forms.ToolStripItem.FireEvent(EventArgs e, ToolStripItemEventType met)
at System.Windows.Forms.ToolStrip.OnMouseUp(MouseEventArgs mea)
at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
at System.Windows.Forms.Control.WndProc(Message& m)
at System.Windows.Forms.ScrollableControl.WndProc(Message& m)
at System.Windows.Forms.ToolStrip.WndProc(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
at System.Windows.Forms.NativeWindow.DebuggableCallback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
at System.Windows.Forms.UnsafeNativeMethods.DispatchMessageW(MSG& msg)
at System.Windows.Forms.Application.ComponentManager.System.Windows.Forms.UnsafeNativeMethods.IMsoComponentManager.FPushMessageLoop(Int32 dwComponentID, Int32 reason, Int32 pvLoopData)
at System.Windows.Forms.Application.ThreadContext.RunMessageLoopInner(Int32 reason, ApplicationContext context)
at System.Windows.Forms.Application.ThreadContext.RunMessageLoop(Int32 reason, ApplicationContext context)
at System.Windows.Forms.Application.Run(Form mainForm)
at ApplicationLayer.Program.Main() in C:\Users\Aneef\Desktop\stuff\EmployeeRecordsearlyedition\EmployeeRecords\ApplicationLayer\ApplicationLayer\Program.cs:line 39
at System.AppDomain.nExecuteAssembly(Assembly assembly, String[] args)
at System.AppDomain.ExecuteAssembly(String assemblyFile, Evidence assemblySecurity, String[] args)
at Microsoft.VisualStudio.HostingProcess.HostProc.RunUsersAssembly()
at System.Threading.ThreadHelper.ThreadStart_Context(Object state)
at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
at System.Threading.ThreadHelper.ThreadStart()
what is the resolution for this helpppp