Hello,
I am attempting to connect, I have changed the information in the app.config file. As I run the project it returns this error:
Could not bind to the new display member. Parameter name: newDisplayMember.
Some basic info - I am logged on as the admin, I know the connection string as it works with other DB's. I stepped thru the code, as it is going thru the steps on main.
vb it goes thru Dim objAdmin as New Admin, and then at objAdmin.ShowDialog the Error message pops up.
Anyone have any ideas?
Thanks, Chuck