Link to home
Start Free TrialLog in
Avatar of chokka
chokkaFlag for United States of America

asked on

Clarification on .Net Dll

My existing .Net Project uses DataAccess.dll

In the Code Behind, we are calling the dll as well as declaring the variable as follows ..

Imports DataAccess

Private da As SqlDataAccess
 Private daRPFeed As SqlDataAccess

Open in new window


How ever, syntax fails to build. I couldn't get any details from the property of DataAccess,

This looks very old project to me. When i tried to open in VS 2008, it required me to migrate the Project.

Where should i get DataAccess.dll ? There is no Oracle Connection - ODBC. I checked that part as well.
Avatar of it_saige
it_saige
Flag of United States of America image

When you look at DataAccess in the object browser, I assume you can see the methods and properties contained therein?User generated imageIf this is the case, then you do not need to do anything special for the DataAccess.dll, this would mean that your issue is with something else.

What is the exact error you are getting?

-saige-
Avatar of chokka

ASKER

Attached is the Error Image from Project Source Code.
ASKER CERTIFIED SOLUTION
Avatar of Fernando Soto
Fernando Soto
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of chokka

ASKER

well i checked that part .. before.

We dont have an oracle database. I am not sure, why this is causing