设置

时间:2015-08-15 11:55:57

标签: vb.net

我现在忙于使用Visual Basic超过2/3周,所以我仍然放弃了一个菜鸟:s

我已经完成了我的项目,每次点击与设置有关的按钮时,用户名'该项目给出了这个例外:

  

' System.Configuration.ConfigurationErrorsException'发生在System.Configuration.dll

中      

附加信息:无法初始化配置系统(从荷兰语翻译)

它刚刚出来!我在这里和那里搜索过,但到目前为止还没有解决方案(或者我不知道怎么做)

很抱歉,如果已经提出这个问题! :c但是有谁有想法解决这个问题?坦克!

如果方便,则错误引用此代码块:

 <Global.System.Configuration.UserScopedSettingAttribute(), _
 Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
 Global.System.Configuration.DefaultSettingValueAttribute("")> _
Public Property Gebruuikersnaam() As String
    Get
        Return CType(Me("Gebruuikersnaam"), String)
    End Get
    Set(value As String)
        Me("Gebruuikersnaam") = value
    End Set
End Property

0 个答案:

没有答案