VS 2008问题 [英] VS 2008 problem

查看:158
本文介绍了VS 2008问题的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

亲爱的

        我在公司和家庭中安装了vs2008.在公司完成工作后,我会

          I installed vs2008 in company and in home. When I finished the work in company, I will

将项目复制到首页.当我在家中打开项目时.发生以下错误,但

copy the project to home. And when I open the project in home. The following error occur but

我确定公司没有问题.

 

警告1,"System.Text"的using指令以前出现在此命名空间中:C:\ Projects \ 20100725 \ Deluxe_001 \ Deluxe \ Deluxe \ Forms \ Stock.cs  13  7  Deluxe

Warning 1 The using directive for 'System.Text' appeared previously in this namespace C:\Projects\20100725\Deluxe_001\Deluxe\Deluxe\Forms\Stock.cs 13 7 Deluxe

警告2,System.ComponentModel的using指令以前出现在此命名空间中:C:\ Projects \ 20100725 \ Deluxe_001 \ Deluxe \ Deluxe \ Forms \ Stock.cs  14  7  Deluxe

Warning 2 The using directive for 'System.ComponentModel' appeared previously in this namespace C:\Projects\20100725\Deluxe_001\Deluxe\Deluxe\Forms\Stock.cs 14 7 Deluxe

名称空间"Microsoft.VisualBasic.PowerPacks"中不存在类型或名称空间名称"ShapeContainer"(您是否缺少程序集引用?)

The type or namespace name 'ShapeContainer' does not exist in the namespace 'Microsoft.VisualBasic.PowerPacks' (are you missing an assembly reference?)

from.Designer.cs中有以下代码

I have the following code in my from.Designer.cs

this.shapeContainer1 =新的Microsoft.VisualBasic.PowerPacks.ShapeContainer();
           this.lineShape1 =新的Microsoft.VisualBasic.PowerPacks.LineShape();

this.shapeContainer1 = new Microsoft.VisualBasic.PowerPacks.ShapeContainer();
            this.lineShape1 = new Microsoft.VisualBasic.PowerPacks.LineShape();

每次将项目从公司复制到家庭时,都会发生错误.所以我想这个问题可能与VS2008的设置有关.如何解决?谢谢.

Each time I copy the project from company to home , the error will occur. So I guess the problem may be related to the setting of VS2008. How to fix it ? Thanks.

 

推荐答案

亲爱的所有人,

Dear all,

       我在项目的复制版本中找到了它.复制项目时,总是缺少Line控件.谢谢.

         I find that in the copied version of the Project. The Line control is always missing when the project is copied. Thanks.


这篇关于VS 2008问题的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆