Yahoo Answers is shutting down on May 4th, 2021 (Eastern Time) and beginning April 20th, 2021 (Eastern Time) the Yahoo Answers website will be in read-only mode. There will be no changes to other Yahoo properties or services, or your Yahoo account. You can find more information about the Yahoo Answers shutdown and how to download your data on this help page.

Visual Basic:how to download that DLL?

imports mysql.data.mysqlclient

this DLL(dynamic link library) does not exist in my computer,so vb gives this error:-

Warning 1 Namespace or type specified in the Imports 'Mysql.Data.mysqlclient' doesn't contain any public member or cannot be found. Make sure the namespace or the type is defined and contains at least one public member. Make sure the imported element name doesn't use any aliases.

how to download this DLL

optional :

https://www.youtube.com/watch?v=NZG7TaR_TMg

1 Answer

Relevance
  • david
    Lv 7
    5 years ago

    I did a search and found a question on StackOverflow. I think if you read both the question (which gives the first few steps of installing the DLL) and the answer (which gives some more steps on how to include it in the project), it may help. Although keep in mind they're using a different language. You "imports" is the same as their "using", I think.

Still have questions? Get your answers by asking now.