將ArrayList轉成陣列(Array)的簡單解法,以string型別為例:
// string[] strArray = (string[])MyArrayList.ToArray(typeof(string)); //
// string[] strArray = (string[])MyArrayList.ToArray(typeof(string)); //
//常見網域取得用法 string domainName = System.Environment.UserDomainName;
「指定的存放區提供者在此組態中找不到,或是無效。 D:\kenlai_vsproj\mycontext.edmx...」
(The specified store provider cannot be found in the configuration, or is not valid.)
Topshelf 是一個可以簡化撰寫 Windows Service 的套件,引用之後,我們只要當作撰寫一般 Console 的應用程式就可以。 只是近來撰寫上遇到無法進行Debug的狀況,在Visual Studio一進行偵錯可以看到Console 程式被執行,並顯示...