c#的windows service 怎么取当前exe的路径
摘要:
windows service 不能用 directory.getcurrentdirectiry()取当前路径,正确的方法是 var location = System.Reflection.Assembly.GetEntryAssembly().Location; var directoryPath = Path.GetDirectoryName(location); 阅读全文
posted @ 2013-10-26 23:59 齐文宣 阅读(457) 评论(0) 推荐(0)
浙公网安备 33010602011771号