拉诺雷克斯 System.TypeInitializationException
Ranorex System.TypeInitializationException
我在安装 Ranorex 时使用我的代码后工作正常,但在卸载它后,我有一个 Ranorex 付费版本的库,但我没有在我的电脑上安装它,只是我需要这个库。这行代码显示异常
Form form = Host.Local.FindSingle<Ranorex.Form>("form[@processname='" + pr.ProcessName + "']");
在调试模式下显示;
'Host.Local' threw an exception of type 'System.TypeInitializationException'
异常:
Exception thrown: 'System.TypeInitializationException' in Ranorex.Core.dll
Additional information: The type initializer for
'Ranorex.Core.ElementEngine' threw an exception.
要使 Ranorex 及其组件正常工作,至少需要 Ranorex 运行时许可证。
我在安装 Ranorex 时使用我的代码后工作正常,但在卸载它后,我有一个 Ranorex 付费版本的库,但我没有在我的电脑上安装它,只是我需要这个库。这行代码显示异常
Form form = Host.Local.FindSingle<Ranorex.Form>("form[@processname='" + pr.ProcessName + "']");
在调试模式下显示;
'Host.Local' threw an exception of type 'System.TypeInitializationException'
异常:
Exception thrown: 'System.TypeInitializationException' in Ranorex.Core.dll Additional information: The type initializer for 'Ranorex.Core.ElementEngine' threw an exception.
要使 Ranorex 及其组件正常工作,至少需要 Ranorex 运行时许可证。