activex object library reference in visual basic gives msgbox saying smtn about conflicts…?

I’m doing an ADODB project for my school and its not exactly working.. Setting the activex object library reference in visual basic is giving me a msgbox saying "name conflicts with existing module, project or object library" i dont know what to do?? any suggestions???

Something that you named yourself has the same name as something in the ActiveX lib. Try renaming your functions/subs/etc with Replace All and change Example to fExample so you don’t get any errors because it isn’t referenced.

This entry was posted in reference library. Bookmark the permalink.

2 Responses to activex object library reference in visual basic gives msgbox saying smtn about conflicts…?

  1. themasterphantom says:

    well how about fallow instuction and try uninstall and reinstall.
    References :
    themastephantom

  2. AVG Joe says:

    Something that you named yourself has the same name as something in the ActiveX lib. Try renaming your functions/subs/etc with Replace All and change Example to fExample so you don’t get any errors because it isn’t referenced.
    References :