Hello Everyone,
Im wondering if anyone has done this and come across this error; im looking try and get this to work:
A computer on a test enviroment running the latest schoolbase version, and DotNET4 with CrystalReports for Dotnet4
Whenever i attempt to run the AssessmentUpdater GO Button, i get the following STOP Error:
###################################
Method not found: 'System.Object System.Windows.Threading.Dispatcher.Invoke(System.Delegate, System.Object[])'.
=============Location==============
Exception: MissingMethodException
Method: InvokeOnGui
Class: SchoolBase.Common.ComponentLibrary.AsyncBaseForm
Module: SchoolBase.Common.dll
===========Stack Trace=============
at SchoolBase.Common.ComponentLibrary.AsyncBaseForm.InvokeOnGui[T](Func`1 method)
at SchoolBase.Common.Functions.Messaging.MessageBoxCall(String Message, String Title, MessageBoxButtons Buttons, MessageBoxIcon Icon)
at SchoolBase.Common.Functions.Messaging.displayQuestionMessage(Int32 MNumber, MessageBoxButtons Buttons, MessageBoxIcon Icon)
at SchoolBase.UI.Main.Assessments.AssessmentUpdater.goBtn_Click(Object sender, EventArgs e)
at System.Windows.Forms.Control.OnClick(EventArgs e)
at System.Windows.Forms.Button.OnClick(EventArgs e)
at System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent)
at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
at System.Windows.Forms.Control.WndProc(Message& m)
at System.Windows.Forms.ButtonBase.WndProc(Message& m)
at System.Windows.Forms.Button.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.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
###################################
-----------------------------------
Has anyone come across this error before? if so, how did you solve it?