for example, can I have a label in my asp.net webpage, and it's text can be assigned to the version of the oracle dll when running the project? Is there a method so that I can know the version of the oracle dll?
Please exclude viewing the property window of the oracle.DataAccess, I want to make sure if it's version 2.112.1.0 or 4.112.1.0. I installed the 4.112.1.0, but in my computer assembly folder, the Oracle.DataAccess still only has version 2.112.1.0.
I am keeping getting error of this line:
<add assembly="Oracle.DataAccess, Version=4.112.3.0, Culture=neutral, PublicKeyToken=somenumbers"/>
Thanks a lot.