摘要: 今天看C#图形处理,发现一个问题,不知道是我的原因,还是确实存在设计界面后台代码:using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Linq;using System.Text;using System.Windows.Forms;namespace Graphic_Processing{ public partial class DrawLine : Form { p... 阅读全文
posted @ 2013-04-29 19:33 huanshare 阅读(351) 评论(0) 推荐(0) 编辑
摘要: 今天用VS2010打开VS2008做的项目,打开却发现提示错误,我勒个去,怎么会有错误了,仔细研究了下下,上网搜搜看,将他们的方法整理下来,供大家参考。错误信息 :FileTracker : error FTK1011编译错误的解决办法解决办法有三个方法一:把目标框架改为Framewotk=4.0方法二:新增环境变量TRACKFILEACCESS=false:操作步骤:右击"我的电脑"(或"计算机")-->"高级"-->"环境变量"-->"新建系统变量"-->填写&quo 阅读全文
posted @ 2013-04-29 10:22 huanshare 阅读(215) 评论(0) 推荐(0) 编辑