I have created a .settings file and added a connection string setting called InvoiceConnection, yet this does not appear in the Intellisense for the My.Settings object. Why is this?
I have created a .settings file and added a connection string setting called InvoiceConnection
Share
From my comment, you don’t have to create a new settings file, just use the Settings file that gets created when using the one from the
My Projecttab, and then the intellisense will show the property you are looking for.