文章分类 -  C#.NET

摘要:首先要复制SQLLITE.dll到bin根目录下,然后,在配置文件,我这里为App.Config中添加"system.data"配置节点,即可,如下: 阅读全文
posted @ 2016-10-13 23:51 从小就喜欢编程 阅读(300) 评论(0) 推荐(0)
摘要:using System;using System.Collections.Generic;using System.Linq;using System.Text;namespace DelegateDemo{ /// /// 委托和事件的例子 /// public cl... 阅读全文
posted @ 2015-10-04 22:49 从小就喜欢编程 阅读(74) 评论(0) 推荐(0)
摘要:最近一直在研究vs2010里winform里面的水晶报表,出一这样一个问题未能加载文件或程序集“file:///C:\Program Files\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP Busines... 阅读全文
posted @ 2015-09-20 19:16 从小就喜欢编程 阅读(411) 评论(0) 推荐(0)