随笔分类 -  .NET winform

nuget在jenkins上不能自动还原项目依赖包---笔记
摘要:最近遇到一个情况,IDE 是 VS2015 Update3 ,新建一个library项目(暂时叫做 mytests),然后用 nuget 安装了一个 Shouldly 包 在 VS 上一切正常,可以跑起来。 当放到 Jenkins 上,死活不还原。查看Jenkins的输出日志,没有找到任何 myte 阅读全文

posted @ 2017-01-19 16:34 oceanho 阅读(1375) 评论(0) 推荐(0) 编辑

VS2016 发布项目提示 CS0006 C# Metadata file 'xxxxxxx.dll' could not be found
摘要:生成的时候没有问题,发布项目的时候提示 CS0006 C# Metadata file 'xxxxxxx.dll' could not be found 解决方案,找到 xxxxxxx.dll 这个项目,属性。将程序集名称 修改为 和 xxxxxxx.dll项目的csproj中 Project -> 阅读全文

posted @ 2016-11-08 16:08 oceanho 阅读(17000) 评论(0) 推荐(1) 编辑

.NET使用Com组件的一点点教训笔记~
摘要:中控IFACE系列的产品,二次开发包 zkemkeeper.dll 在system32 ,SySWoW64都注册了,就是他妈的用不了。 最后,在 system32 ,SySWoW64 注册了,然后把需要的dll 都拷贝到程序执行目录下。就可以了。艹~~ 阅读全文

posted @ 2016-03-29 15:39 oceanho 阅读(355) 评论(0) 推荐(0) 编辑

OpenFileDialog - 设置 - Filter 笔记
摘要:using (OpenFileDialog fileSelectDialog = new OpenFileDialog()){ fileSelectDialog.Multiselect = false; fileSelectDialog.CheckFileExists = true; ... 阅读全文

posted @ 2015-11-30 13:09 oceanho 阅读(478) 评论(0) 推荐(0) 编辑

< 2025年2月 >
26 27 28 29 30 31 1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 1
2 3 4 5 6 7 8

导航

点击右上角即可分享
微信分享提示