0
我寫了下面的代碼來加載xml文件。安裝windows服務後出現錯誤的xml文件路徑
XDocument doc = XDocument.Load(Path.GetDirectoryName(System.Reflection.Assembly.GetEntryAssembly().Location) + "\\Configurations.xml");
這是工作的罰款,如果我調試使用Visual Studio的代碼,它是找到文件安裝後但在這個位置
Could not find file 'C:\Windows\system32\Configurations.xml'.
如何解決一樣嗎?