到目前为止,我的vb.net应用程序工作正常。为了使其与64位应用程序兼容,我将targetCPU更改为x64,这是所有问题开始出现的时候。现在我看到“daveconnectionstring不是dataenrolment.my.mysettings的成员”。发出此错误的实际模块是
<Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
Global.System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "4.0.0.0")> _
Private Sub InitConnection()
Me._connection = New Global.System.Data.OleDb.OleDbConnection()
Me._connection.ConnectionString = Global.DataEnrollment.My.MySettings.Default.daveConnectionString
End Sub
我做错了什么。