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.
activex object library reference in visual basic gives msgbox saying smtn about conflicts…?
This entry was posted in reference library. Bookmark the permalink.
well how about fallow instuction and try uninstall and reinstall.
References :
themastephantom
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 :