yes it was on the GAC on local machine. And how do you move to the server.
Main Topics
Browse All TopicsHi,
I developed a website where it uses oracle client to access the oracle database and to pullup the details.
I used asp.net 2.0 and and oracle.dataacess.
It was working fine in my local machine(windows xp), but when i transfered this to server(win2003) i am getting the below error.
Configuration Error
Description: An error occurred during the processing of a configuration file required to service this request. Please review the specific error details below and modify your configuration file appropriately.
Parser Error Message: Could not load file or assembly 'Oracle.DataAccess, Version=2.102.2.20, Culture=neutral, PublicKeyToken=89b483f429c
Please can any one help me out inthis. I am trying all the possible solutionm, but no results.
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
Then you need to upload to the GAC on the server.
You will need to do the following:
1) Go to Start -> Programs -> Administrative Tools -> Microsoft .NET Framework 2.0 Configuration
(Note if you don't have this you must install the .NET 2 SDK on the server)
2) My Computer -> Assembly Cache
3) Click on: Add an Assembly to the Assembly Cache
4) Browse to the location of the Oracle.DataAccess.dll and add it
You may need to restart your application pool
Business Accounts
Answer for Membership
by: mrichmonPosted on 2007-02-26 at 11:15:05ID: 18611561
Was it in your GAC (global assembly cache) on your local machine? If so you need to move to the server.
Or if it was in the bin make sure that dll also got copied to the server.