错误 11 命名空间“Microsoft.VisualBasic”中不存在类型或命名空间名称“PowerPacks”。是否缺少程序集引用? F:\迅雷下载\Seay源代码审计系统2.1源码\Seay源代码审计系统安装版源码\Seay代码审计工具\F_rule_encode.Designer.cs 740 39 Seay代码审计工具
求解阿....
你的VS2010是Express还是什么版本的,默认Express不会显示在工具栏里面。
你可以在下载 Visual Basic Power Packs 3.0
参考Visual Basic Power Packs also included with Visual Studio 2010
如果你的VS是Express版本的, 可以下载下面的ReadMe页面,看怎么添加到VS的工具栏
Take a look at the readme on how you can add them
什么情况下报的错误,做什么功能,部分代码
编译出现的错误,主要功能是代码审计.这段代码引用了private Microsoft.VisualBasic.PowerPacks.ShapeContainer shapeContainer1;
==============================================
//
// shapeContainer1
//
this.shapeContainer1.Location = new System.Drawing.Point(0, 0);
this.shapeContainer1.Margin = new System.Windows.Forms.Padding(0);
this.shapeContainer1.Name = "shapeContainer1";
this.shapeContainer1.Shapes.AddRange(new Microsoft.VisualBasic.PowerPacks.Shape[] {
this.rectangleShape1});
this.shapeContainer1.Size = new System.Drawing.Size(988, 604);
this.shapeContainer1.TabIndex = 7;
this.shapeContainer1.TabStop = false;
不知道怎么才能编译成功呢,求解
http://down.chinaz.com/soft/34744.htm
源码在这里.
@danielinbiti
Visual Studio 2010以上自带PowerPacks,之前的版本需要单独下载安装PowerPacks。
可能是控件的版本不匹配删除引用重新添加下。