管理员权限下发音正常,一般用户权限下无法发音,详细报错信息:
有关调用实时 (JIT) 调试而不是此对话框的详细信息,
请参阅此消息的结尾。
************** 异常文本 **************
System.Runtime.InteropServices.COMException (0x80040206): 检测到意外的内部错误
at HTTSLib.ITextToSpeech.StopSpeaking()
at AxHTTSLib.AxTextToSpeech.StopSpeaking()
at j.a(Object A_0, LinkLabelLinkClickedEventArgs A_1)
at System.Windows.Forms.LinkLabel.OnLinkClicked(LinkLabelLinkClickedEventArgs e)
at System.Windows.Forms.LinkLabel.OnMouseUp(MouseEventArgs e)
at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
at System.Windows.Forms.Control.WndProc(Message& m)
at System.Windows.Forms.Label.WndProc(Message& m)
at System.Windows.Forms.LinkLabel.WndProc(Message& msg)
at System.Windows.Forms.ControlNativeWindow.OnMessage(Message& m)
at System.Windows.Forms.ControlNativeWindow.WndProc(Message& m)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
************** 已加载的程序集 **************
mscorlib
程序集版本:1.0.3300.0
Win32 版本:1.0.3705.0
基本代码:[url=file:///c:/windows/microsoft.net/framework/v1.0.3705/mscorlib.dll]file:///c:/windows/microsoft.net/framework/v1.0.3705/mscorlib.dll[/url]
----------------------------------------
FrHelper
程序集版本:1.1.956.39542
Win32 版本:1.1.956.39542
基本代码:[url=file:///C:/Program%20Files/FrHelper/FrHelper.exe]file:///C:/Program%20Files/FrHelper/FrHelper.exe[/url]
----------------------------------------
System.Windows.Forms
程序集版本:1.0.3300.0
Win32 版本:1.0.3705.0
基本代码:[url=file:///c:/windows/assembly/gac/system.windows.forms/1.0.3300.0__b77a5c561934e089/system.windows.forms.dll]file:///c:/windows/assembly/gac/system.windows.forms/1.0.3300.0__b77a5c561934e089/system.windows.forms.dll[/url]
----------------------------------------
System
程序集版本:1.0.3300.0
Win32 版本:1.0.3705.0
基本代码:[url=file:///c:/windows/assembly/gac/system/1.0.3300.0__b77a5c561934e089/system.dll]file:///c:/windows/assembly/gac/system/1.0.3300.0__b77a5c561934e089/system.dll[/url]
----------------------------------------
System.Drawing
程序集版本:1.0.3300.0
Win32 版本:1.0.3705.0
基本代码:[url=file:///c:/windows/assembly/gac/system.drawing/1.0.3300.0__b03f5f7f11d50a3a/system.drawing.dll]file:///c:/windows/assembly/gac/system.drawing/1.0.3300.0__b03f5f7f11d50a3a/system.drawing.dll[/url]
----------------------------------------
AxInterop.HTTSLib
程序集版本:1.0.0.0
Win32 版本:1.0.0.0
基本代码:[url=file:///C:/Program%20Files/FrHelper/AxInterop.HTTSLib.DLL]file:///C:/Program%20Files/FrHelper/AxInterop.HTTSLib.DLL[/url]
----------------------------------------
Interop.HTTSLib
程序集版本:1.0.0.0
Win32 版本:1.0.0.0
基本代码:[url=file:///C:/Program%20Files/FrHelper/Interop.HTTSLib.DLL]file:///C:/Program%20Files/FrHelper/Interop.HTTSLib.DLL[/url]
----------------------------------------
CommonDll
程序集版本:1.1.956.39542
Win32 版本:1.1.956.39542
基本代码:[url=file:///C:/Program%20Files/FrHelper/CommonDll.DLL]file:///C:/Program%20Files/FrHelper/CommonDll.DLL[/url]
----------------------------------------
Microsoft.VisualBasic
程序集版本:7.0.3300.0
Win32 版本:7.00.9466
基本代码:[url=file:///c:/windows/assembly/gac/microsoft.visualbasic/7.0.3300.0__b03f5f7f11d50a3a/microsoft.visualbasic.dll]file:///c:/windows/assembly/gac/microsoft.visualbasic/7.0.3300.0__b03f5f7f11d50a3a/microsoft.visualbasic.dll[/url]
----------------------------------------
mscorlib.resources
程序集版本:1.0.3300.0
Win32 版本:1.0.3300.0
基本代码:[url=file:///c:/windows/assembly/gac/mscorlib.resources/1.0.3300.0_zh-chs_b77a5c561934e089/mscorlib.resources.dll]file:///c:/windows/assembly/gac/mscorlib.resources/1.0.3300.0_zh-chs_b77a5c561934e089/mscorlib.resources.dll[/url]
----------------------------------------
System.Windows.Forms.resources
程序集版本:1.0.3300.0
Win32 版本:1.0.3300.0
基本代码:[url=file:///c:/windows/assembly/gac/system.windows.forms.resources/1.0.3300.0_zh-chs_b77a5c561934e089/system.windows.forms.resources.dll]file:///c:/windows/assembly/gac/system.windows.forms.resources/1.0.3300.0_zh-chs_b77a5c561934e089/system.windows.forms.resources.dll[/url]
----------------------------------------
************** JIT 调试 **************
若要启用实时 (JIT) 调试,此
应用程序或计算机的配置文件 (machine.config) 的
system.windows.forms 节中必须设置 jitDebugging 值。
编译应用程序时还必须启用
调试。
例如:
<configuration>
<system.windows.forms jitDebugging="true" />
</configuration>
启用 JIT 调试后,任何未处理的异常
将被发送到此计算机上注册的 JIT 调试器,
而不是由此对话框处理。