崽崽呦
发表于 2016-4-25 16:25
青竹学士
发表于 2016-4-27 12:14
楼主,出现错误了:
有关调用实时(JIT)调试而不是此对话框的详细信息,
请参见此消息的结尾。
************** 异常文本 **************
System.Configuration.ConfigurationErrorsException: 创建在“system.net/defaultProxy”配置节中指定的 Web 代{过}{滤}理时出错。 ---> System.Net.Sockets.SocketException: 无法加载或初始化请求的服务提供程序。
在 System.Net.NetworkAddressChangePolled..ctor()
在 System.Net.AutoWebProxyScriptEngine.AutoDetector.Initialize()
在 System.Net.AutoWebProxyScriptEngine..ctor(WebProxy proxy, Boolean useRegistry)
在 System.Net.WebProxy.UnsafeUpdateFromRegistry()
在 System.Net.Configuration.DefaultProxySectionInternal..ctor(DefaultProxySection section)
在 System.Net.Configuration.DefaultProxySectionInternal.GetSection()
--- 内部异常堆栈跟踪的结尾 ---
在 System.Net.Configuration.DefaultProxySectionInternal.GetSection()
在 System.Net.WebRequest.get_InternalDefaultWebProxy()
在 System.Net.HttpWebRequest..ctor(Uri uri, ServicePoint servicePoint)
在 System.Net.HttpRequestCreator.Create(Uri Uri)
在 System.Net.WebRequest.Create(Uri requestUri, Boolean useUriBase)
在 Qiuqiu.Form1.Dian()
在 Qiuqiu.Form1.button1_Click(Object sender, 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.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
************** 已加载的程序集 **************
mscorlib
程序集版本:4.0.0.0
Win32 版本:4.0.30319.34209 built by: FX452RTMGDR
基本代码:file:///C:/Windows/Microsoft.NET/Framework64/v4.0.30319/mscorlib.dll
----------------------------------------
Qiuqiu
程序集版本:1.0.0.0
Win32 版本:1.0.0.0
基本代码:file:///C:/Users/Administrator/Desktop/%E6%88%90%E5%93%81%E8%BD%AF%E4%BB%B6/%E7%90%83%E7%90%83%E5%88%B7%E6%A3%92%E6%A3%92%E7%B3%96.exe
----------------------------------------
System.Windows.Forms
程序集版本:4.0.0.0
Win32 版本:4.0.30319.34209 built by: FX452RTMGDR
基本代码:file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Windows.Forms/v4.0_4.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
----------------------------------------
System.Drawing
程序集版本:4.0.0.0
Win32 版本:4.0.30319.34209 built by: FX452RTMGDR
基本代码:file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Drawing/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
----------------------------------------
System
程序集版本:4.0.0.0
Win32 版本:4.0.30319.34209 built by: FX452RTMGDR
基本代码:file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System/v4.0_4.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
System.Configuration
程序集版本:4.0.0.0
Win32 版本:4.0.30319.34209 built by: FX452RTMGDR
基本代码:file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Configuration/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll
----------------------------------------
System.Xml
程序集版本:4.0.0.0
Win32 版本:4.0.30319.34209 built by: FX452RTMGDR
基本代码:file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Xml/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.dll
----------------------------------------
System.resources
程序集版本:4.0.0.0
Win32 版本:4.0.30319.34209 built by: FX452RTMGDR
基本代码:file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.resources/v4.0_4.0.0.0_zh-Hans_b77a5c561934e089/System.resources.dll
----------------------------------------
System.Windows.Forms.resources
程序集版本:4.0.0.0
Win32 版本:4.0.30319.34209 built by: FX452RTMGDR
基本代码:file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Windows.Forms.resources/v4.0_4.0.0.0_zh-Hans_b77a5c561934e089/System.Windows.Forms.resources.dll
----------------------------------------
mscorlib.resources
程序集版本:4.0.0.0
Win32 版本:4.0.30319.34209 built by: FX452RTMGDR
基本代码:file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/mscorlib.resources/v4.0_4.0.0.0_zh-Hans_b77a5c561934e089/mscorlib.resources.dll
----------------------------------------
************** JIT 调试 **************
要启用实时(JIT)调试,
该应用程序或计算机的 .config 文件(machine.config)的 system.windows.forms 节中必须设置
jitDebugging 值。
编译应用程序时还必须启用
调试。
例如:
<configuration>
<system.windows.forms jitDebugging="true" />
</configuration>
启用 JIT 调试后,任何未经处理的异常
都将被发送到在此计算机上注册的 JIT 调试器,
而不是由此对话框处理。
看透世间百态
发表于 2016-4-26 02:04
************** 异常文本 **************
System.NullReferenceException: 未将对象引用设置到对象的实例。
在 Qiuqiu.Form1.Dian()
在 Qiuqiu.Form1.button1_Click(Object sender, EventArgs e)
在 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.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
q724375444
发表于 2016-4-25 16:27
这游戏貌似很火
崽崽呦
发表于 2016-4-25 16:27
丶卡卡西
发表于 2016-4-25 16:30
没玩那游戏 不懂
崽崽呦
发表于 2016-4-25 16:31
q724375444
发表于 2016-4-25 16:31
崽崽呦 发表于 2016-4-25 16:27
是啊是啊
不知道怎么回事 运行软件 显示其他错误请联系崽崽
yixiqiao
发表于 2016-4-25 16:32
感谢楼主分享好东西我试试
ucitfkyygy
发表于 2016-4-25 16:34
这个游戏我在玩
逍遥一仙
发表于 2016-4-25 16:35
额,,,,原本以为是刷的源码,,看了看原来只是个提交接口{:301_1005:}
王美君
发表于 2016-4-25 16:35
这是啥游戏,经常看到这样的辅助
页:
[1]
2
3
4
5
6
7
8
9
10