Two errors on kernelbase.dll & exception on System.InvalidOperationException

0

I m new to .net world and I need to modify a windows desktop application by using SDK and when I generate the solution and test it I get the following errors:

'''

ERROR MESSAGE 1:

Nom de l’application défaillante CameraLive.exe, version : 1.0.0.0, horodatage : 0x5ce3e16c Nom du module défaillant : KERNELBASE.dll, version : 6.1.7601.23915, horodatage : 0x59b94abb Code d’exception : 0xe0434352 Décalage d’erreur : 0x0000c54f ID du processus défaillant : 0xec Heure de début de l’application défaillante : 0x01d50fcad247dab4 Chemin d’accès de l’application défaillante : C:\Program Files (x86)\Default Company Name\Test2\CameraLive.exe Chemin d’accès du module défaillant: C:\windows\syswow64\KERNELBASE.dll ID de rapport : 26832584-7bbe-11e9-a3e8-3c5282711a4c

ERROR MESSAGE 2:

Application : CameraLive.exe Version du Framework : v4.0.30319 Description : le processus a été arrêté en raison d'une exception non gérée. Informations sur l'exception : System.InvalidOperationException à System.Windows.Threading.Dispatcher.VerifyAccess() à System.Windows.Controls.TextBox.set_Text(System.String) à CameraLive.LiveWindow.LiveThread() à System.Threading.ThreadHelper.ThreadStart_Context(System.Object) à System.Threading.ExecutionContext.RunInternal(System.Threading.ExecutionContext, System.Threading.ContextCallback, System.Object, Boolean) à System.Threading.ExecutionContext.Run(System.Threading.ExecutionContext, System.Threading.ContextCallback, System.Object, Boolean) à System.Threading.ExecutionContext.Run(System.Threading.ExecutionContext, System.Threading.ContextCallback, System.Object) à System.Threading.ThreadHelper.ThreadStart()

c#
.net
sdk
desktop-application
setup-project

0 Answers

Nobody has answered this question yet.


User contributions licensed under CC BY-SA 3.0