Warning: file_get_contents(/data/phpspider/zhask/data//catemap/6/haskell/10.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Windows services Windows服务64位和32位_Windows Services_32bit 64bit_System.data.sqlite - Fatal编程技术网

Windows services Windows服务64位和32位

Windows services Windows服务64位和32位,windows-services,32bit-64bit,system.data.sqlite,Windows Services,32bit 64bit,System.data.sqlite,我已经开发了一个在WindowsServer2008(64位)和Windows7(64位)上完美运行的windows服务。我已将同一服务编译为32位,但它仅在32位windows 7上运行,在32位windows xp上意外停止。该服务使用SQLite数据库(创建、插入和..)和计时器线程。如果有人知道这个问题,请提供帮助您有日志吗?或者是一条错误消息?我没有记录任何东西,实际上我不知道错误会发生在哪里,因为它可以完美地处理64位的任何东西?

我已经开发了一个在WindowsServer2008(64位)和Windows7(64位)上完美运行的windows服务。我已将同一服务编译为32位,但它仅在32位windows 7上运行,在32位windows xp上意外停止。该服务使用SQLite数据库(创建、插入和..)和计时器线程。如果有人知道这个问题,请提供帮助

您有日志吗?或者是一条错误消息?我没有记录任何东西,实际上我不知道错误会发生在哪里,因为它可以完美地处理64位的任何东西?