zoukankan
html css js c++ java
未处理System.ArgumentException
当我在VS2005中已有项目中再新添加
Windows控件库
后,删去其中的
UserControl1.cs
文件,再对其使用
调试->启动新实例
,则会产生这样的一个异常!
未处理 System.ArgumentException
Message
=
"
程序集“X:\\
\\
\\
\\Visual Studio 2005\\Projects\\...\\WindowsControlLibrary1\\obj\\Debug\\WindowsControlLibrary1.dll”不包含任何 UserControl 类型。
"
Source
=
"
UserControlTestContainer
"
StackTrace:
在 Microsoft.VisualStudio.Tools.UserControlTestContainer.UserControlTestContainer_Load(Object sender, EventArgs e)
在 System.Windows.Forms.Form.OnLoad(EventArgs e)
在 System.Windows.Forms.Form.OnCreateControl()
在 System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible)
在 System.Windows.Forms.Control.CreateControl()
在 System.Windows.Forms.Control.WmShowWindow(Message
&
m)
在 System.Windows.Forms.Control.WndProc(Message
&
m)
在 System.Windows.Forms.ScrollableControl.WndProc(Message
&
m)
在 System.Windows.Forms.ContainerControl.WndProc(Message
&
m)
在 System.Windows.Forms.Form.WmShowWindow(Message
&
m)
在 System.Windows.Forms.Form.WndProc(Message
&
m)
在 System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message
&
m)
在 System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message
&
m)
在 System.Windows.Forms.NativeWindow.DebuggableCallback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
在 System.Windows.Forms.SafeNativeMethods.ShowWindow(HandleRef hWnd, Int32 nCmdShow)
在 System.Windows.Forms.Control.SetVisibleCore(Boolean value)
在 System.Windows.Forms.Form.SetVisibleCore(Boolean value)
在 System.Windows.Forms.Control.set_Visible(Boolean value)
在 System.Windows.Forms.Application.ThreadContext.RunMessageLoopInner(Int32 reason, ApplicationContext context)
在 System.Windows.Forms.Application.ThreadContext.RunMessageLoop(Int32 reason, ApplicationContext context)
在 System.Windows.Forms.Application.Run(Form mainForm)
在 Microsoft.VisualStudio.Tools.UserControlTestContainer.Main(String[] args)
查看全文
相关阅读:
Stereo Matching文献笔记之(一):《Cross-Scale Cost Aggregation for Stereo Matching》读后感~
机器视觉之 ICP算法和RANSAC算法
基于语义约束与 Graph Cuts 的稠密三维场景 重建
RANSAC算法详解
三维重建技术在无人机方面的应用如何?三维重建未来的学术前景如何?
尺度空间(Scale space)理论
网速调控、带宽限制原理探究
Cisco交换机IOS升级
Nmap
vi实用命令集
原文地址:https://www.cnblogs.com/yforg/p/1138536.html
最新文章
IMX6Q camera驱动总结 (2)
IMX6Q camera 驱动总结( 1 )
stm32 独立看门狗IWDG
使用EC20模组进行GNNS地理定位(AT命令)
使用SO_RCVTIMEO套接字选项为recvfrom设置超时
使用信号SIGALRM 为 connect 设置超时
redis全部内容
.Net 入门到飞升的书籍
redis
curl的学习
热门文章
接口返回数据类型Json和Xml方式的比较,及使得返回数据效率更快的方式
SqlSugar
Dapper ORM 用法—Net下无敌的ORM
SQL中char、varchar、nvarchar的区别
Redis入门详解
.NET Entity Framework(EF)使用SqlQuery直接操作SQL查询语句或者执行过程
机器学习中的范数规则化之(一)L0、L1与L2范数
深度学习与计算机视觉系列(1)_基础介绍
GBDT(MART) 迭代决策树入门教程 | 简介
Caffe + Ubuntu 15.04 + CUDA 7.5 新手安装配置指南
Copyright © 2011-2022 走看看