Exception with String argument, why is this happening?
问题 I have : Dim con As New OleDbConnection(My.Resources.ConnectionString) // Give exception = Format of the initialization string does not conform to specification starting at index 62. When I substitute the actual value of the Resource, it give no exception : Dim con As New OleDbConnection("Provider=Microsoft.ACE.OLEDB.12.0;Data Source=C:\rawData.xlsx;Extended Properties=""Excel 12.0 XML;""") The value of ConnectionString in Resources : <data name="ConnectionString" xml:space="preserve"> <value