瀏覽單個文章
mhp1120
Golden Member
 
mhp1120的大頭照
 

加入日期: Sep 2004
文章: 2,686
Lightbulb 自問自答!

疑難排解 .NET Framework 目標錯誤:
https://msdn.microsoft.com/zh-tw/library/cc668079.aspx

以下是上述Config語法要需要修改的部分:
<sectionGroup name="userSettings" type="System.Configuration.UserSettingsGroup, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" >
<section name="SmartTechnology.Properties.Settings" type="System.Configuration.ClientSettingsSection, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" allowExeDefinition="MachineToLocalUser" requirePermission="false" />

依照"疑難排解"範例將Config語法修改為:
<sectionGroup name="userSettings" type="System.Configuration.UserSettingsGroup" >
<section name="SmartTechnology.Properties.Settings" type="System.Configuration.ClientSettingsSection" allowExeDefinition="MachineToLocalUser" requirePermission="false" />


PS:在參考了微軟官方的 .NET Framework 疑難排解網頁的修改方法,目前此問題是暫時解決了。
__________________
燦坤會員卡號:36436271
良興金賺卡號:20092583

註:以上卡號歡迎使用,也歡迎到我的網站部落格中參觀與指教。

舊 2018-09-16, 06:04 PM #3
回應時引用此文章
mhp1120離線中