
debug & release
文章平均质量分 78
renwxing
这个作者很懒,什么都没留下…
展开
-
DllImport in C#
strongly refer: http://www.pinvoke.net/default.aspx/kernel32.GetSystemInfo DllImport("kernel32.dll", EntryPoint = "CreateFile")]static extern IntPtr CreateFile(string filename,MarshalAs(UnmanagedT原创 2006-09-18 10:49:00 · 2154 阅读 · 1 评论 -
Error: Unable to find manifest signing certificate in the certificate store
from: http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=162851&SiteID=1To solve, I went to the "Signing" tab of the project properties and unchecked "Sign the ClickOnce manifests". Good luck!转载 2006-06-19 17:36:00 · 1319 阅读 · 0 评论 -
Monitor the File System for Changes (FileSystemWatcher) - C#
FileSystemWatcher - C# http://devdistrict.com/codedetails.aspx?A=400Monitor the File System for ChangesWatch the file system and have events in your application fire when files are created, dele转载 2006-11-09 14:38:00 · 1085 阅读 · 0 评论