以文本方式查看主题

-  Foxtable(狐表)  (http://foxtable.com/bbs/index.asp)
--  专家坐堂  (http://foxtable.com/bbs/list.asp?boardid=2)
----  开发版激活正常,商业版激活有些问题。(12.8版问题解决)  (http://foxtable.com/bbs/dispbbs.asp?boardid=2&id=5296)

--  作者:菜鸟foxtable
--  发布时间:2009/12/6 22:59:00
--  开发版激活正常,商业版激活有些问题。(12.8版问题解决)

图片点击可在新窗口打开查看此主题相关图片如下:qq截图未命名.png
图片点击可在新窗口打开查看

错误一闪而过,很困难才截取到下面的信息:


See the end of this message for details on invoking
just-in-time (JIT) debugging instead of this dialog box.

************** Exception Text **************
System.Security.SecurityException: Hook cannot be created.
   at System.Windows.Forms.SendKeys.InstallHook()
   at System.Windows.Forms.SendKeys.Send(String keys, Control control, Boolean wait)
   at System.Windows.Forms.SendKeys.SendWait(String keys)
   at TablePro.frmStart.O0O1ll001OO0OO(Object O1l000, EventArgs O)
   at System.Windows.Forms.Form.OnShown(EventArgs e)
   at System.Windows.Forms.Form.CallShownEvent()
   at System.Windows.Forms.Control.InvokeMarshaledCallbackDo(ThreadMethodEntry tme)
   at System.Windows.Forms.Control.InvokeMarshaledCallbackHelper(Object obj)
   at System.Threading.ExecutionContext.runTryCode(Object userData)
   at System.Runtime.CompilerServices.RuntimeHelpers.ExecuteCodeWithGuaranteedCleanup(TryCode code, CleanupCode backoutCode, Object userData)
   at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state)
   at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
   at System.Windows.Forms.Control.InvokeMarshaledCallback(ThreadMethodEntry tme)
   at System.Windows.Forms.Control.InvokeMarshaledCallbacks()
The Zone of the assembly that failed was:
MyComputer


************** Loaded Assemblies **************
mscorlib
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.42 (RTM.050727-4200)
    CodeBase: file:///C:/WINDOWS/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll
----------------------------------------
Foxtable
    Assembly Version: 2009.11.20.1
    Win32 Version: 2009.11.20.1
    CodeBase: file:///F:/release商业版/foxtable.exe
----------------------------------------
Foxtable.Lib
    Assembly Version: 2009.11.20.1
    Win32 Version: 2009.11.20.1
    CodeBase: file:///F:/release商业版/Foxtable.Lib.DLL
----------------------------------------
System.Windows.Forms
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.42 (RTM.050727-4200)
    CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Windows.Forms/2.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
----------------------------------------
System
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.42 (RTM.050727-4200)
    CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
System.Drawing
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.42 (RTM.050727-4200)
    CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
----------------------------------------
Microsoft.VisualBasic
    Assembly Version: 8.0.0.0
    Win32 Version: 8.0.50727.42 (RTM.050727-4200)
    CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/Microsoft.VisualBasic/8.0.0.0__b03f5f7f11d50a3a/Microsoft.VisualBasic.dll
----------------------------------------
System.Data
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.42 (RTM.050727-4200)
    CodeBase: file:///C:/WINDOWS/assembly/GAC_32/System.Data/2.0.0.0__b77a5c561934e089/System.Data.dll
----------------------------------------
System.Xml
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.42 (RTM.050727-4200)

[此贴子已经被作者于2009-12-8 13:18:00编辑过]

--  作者:程兴刚
--  发布时间:2009/12/6 23:23:00
--  
这个只有找贺老师才知道!
--  作者:reachtone
--  发布时间:2009/12/7 8:18:00
--  
一楼的问题我这里也出现了。
不同的是,我这个是在用开发版发布的项目中出现的。之前都正常,这两天突然提示一楼的错误(项目没有更新改动过,选择Continue可以正常运行)。
--  作者:程兴刚
--  发布时间:2009/12/7 8:26:00
--  
看来我是幸运的,开发版、商业版公用一个狗没问题,开发版发布的项目不需要加密狗,使用的是自己的注册方式,运行ok
--  作者:reachtone
--  发布时间:2009/12/7 8:32:00
--  
以下是引用程兴刚在2009-12-7 8:26:00的发言:
看来我是幸运的,开发版、商业版公用一个狗没问题,开发版发布的项目不需要加密狗,使用的是自己的注册方式,运行ok

呵呵,我之前运行也OK。这几天才出现的。


--  作者:狐狸爸爸
--  发布时间:2009/12/7 8:37:00
--  
启动的时候,用了Sendkey,楼主的问题,似乎是系统禁止执行sendkey造成的。

看看能否去掉Sendkey。
--  作者:reachtone
--  发布时间:2009/12/7 9:25:00
--  
以下是引用狐狸爸爸在2009-12-7 8:37:00的发言:
启动的时候,用了Sendkey,楼主的问题,似乎是系统禁止执行sendkey造成的。

看看能否去掉Sendkey。

那我这个问题是怎么回事呢?该机器运行的是发布后的项目,没有安装foxtable。之前都是正常的,这几天出现了和楼主一模一样的提示,项目没做过任何改动。


--  作者:baoxyang
--  发布时间:2009/12/7 9:30:00
--  
我这,一切正常。各位的问题从来没有发生过。
--  作者:狐狸爸爸
--  发布时间:2009/12/7 9:37:00
--  
以下是引用reachtone在2009-12-7 9:25:00的发言:

那我这个问题是怎么回事呢?该机器运行的是发布后的项目,没有安装foxtable。之前都是正常的,这几天出现了和楼主一模一样的提示,项目没做过任何改动。


这个和项目无关的,和环境有关。
Foxtable启动的时候,自己执行了Sendkey,如果被禁止执行Sendkey,就会出现这样的问题。
一些安全软件可能有选项禁止执行sendkey,之前论坛有个用户就出现这个问题。


--  作者:菜鸟foxtable
--  发布时间:2009/12/7 10:34:00
--  
不会吧,我直接激活了开发版,然后没运行任何操作就执行商业版准备激活,就出这个问题了。

操作系统:WindowsXP SP3
杀软:360
安全软件:360

现在不是寻找问题所在,而是寻求解决办法。