本帖最后由 likytkyt 于 2011-09-08 17:57:41 编辑 做二次开发,添加了一个控件,使用vs编译通过,在IE测试就 出现如题 的异常,求解!!!!!
************** 异常文本 **************
System.ArgumentException: ActiveX 控件只接受在 GraphicsUnit.Point 中定义的字体。
参数名: font
在 System.Windows.Forms.AxHost.GetIFontFromFont(Font font)
在 System.Windows.Forms.AxHost.QuickActivate()
在 System.Windows.Forms.AxHost.ActivateAxControl()
在 System.Windows.Forms.AxHost.TransitionUpTo(Int32 state)
在 System.Windows.Forms.AxHost.CreateHandle()
在 System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible)
在 System.Windows.Forms.Control.CreateControl()
在 System.Windows.Forms.Control.ControlCollection.Add(Control value)
在 VidoeControl.VideoControl.SplitScreen(Int32 num) 位置 C:\Users\scisun_server\Documents\Visual Studio 2008\Projects\VidoeControl\VidoeControl\VideoControl.cs:行号 209
在 VidoeControl.VideoControl.btnFourScreen_Click(Object sender, EventArgs e) 位置 C:\Users\scisun_server\Documents\Visual Studio 2008\Projects\VidoeControl\VidoeControl\VideoControl.cs:行号 252
在 System.Windows.Forms.Control.OnClick(EventArgs e)
在 System.Windows.Forms.Button.OnClick(EventArgs e)
在 System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent)
在 System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
在 System.Windows.Forms.Control.WndProc(Message& m)
在 System.Windows.Forms.ButtonBase.WndProc(Message& m)
在 System.Windows.Forms.Button.WndProc(Message& m)
在 System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
在 System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
在 System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
************** 已加载的程序集 **************
mscorlib
程序集版本: 2.0.0.0
Win32 版本: 2.0.50727.5446 (Win7SP1GDR.050727-5400)
基本代码: file:///C:/Windows/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll
----------------------------------------
VidoeControl
程序集版本: 1.0.0.0
Win32 版本: 1.0.0.0
基本代码: file:///C:/Users/scisun_server/Documents/Visual%20Studio%202008/Projects/VidoeControl/VidoeControl/bin/Debug/VidoeControl.dll
----------------------------------------
System.Windows.Forms
程序集版本: 2.0.0.0
Win32 版本: 2.0.50727.5446 (Win7SP1GDR.050727-5400)
基本代码: file:///C:/Windows/assembly/GAC_MSIL/System.Windows.Forms/2.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
----------------------------------------
System
程序集版本: 2.0.0.0
Win32 版本: 2.0.50727.5447 (Win7SP1GDR.050727-5400)
基本代码: file:///C:/Windows/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
System.Drawing
程序集版本: 2.0.0.0
Win32 版本: 2.0.50727.5420 (Win7SP1.050727-5400)