Click here to Skip to main content
15,886,199 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I just installed oracle client on my machine.

when i build my project it gives me below error

Could not load file or assembly 'Oracle.Web, Version=4.112.3.0, Culture=neutral, PublicKeyToken=89b483f429c47342' or one of its dependencies. The system cannot find the file specified. in web.config

can anyone please help me out to resolve the above error.
Posted
Updated 1-Dec-13 20:28pm
v2
Comments
Jörgen Andersson 2-Dec-13 5:29am    
Do you have a reference to Oracle.Web?

1 solution

Hi

Try the following . MArk it as answer if it resolves .

select * from v$version;
 
Share this answer
 
Comments
Member 9410081 2-Dec-13 2:24am    
thanks.

But still it gives above error. How can i get public key token.?
Vinodh.B 2-Dec-13 4:09am    
use the .NET Framework tools sn.exe. Open the Visual Studio Command Prompt and then point to the dll’s folder you want to get the public key,

Use the following command,

sn –T myDLL.dll
Member 9410081 2-Dec-13 5:25am    
thanks. wil try.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900