Click here to Skip to main content
15,892,737 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,I have written below line in web.config but still it gives me error

<add assembly="Oracle.Web, Version=11.2.0.1.0, Culture=neutral, PublicKeyToken=89B483F429C47342">


Error :
Error 130 Could not load file or assembly 'Oracle.Web\, Version\=11.2.0.1.0\, Culture\=neutral\, PublicKeyToken\=89B483F429C47342' or one of its dependencies. The given assembly name or codebase was invalid. (Exception from HRESULT: 0x80131047)

can anyone helo me out to resolve above error?
Posted

1 solution

Hi

Please try the following & add the correct token no and version .


SQL
use the .NET Framework tools sn.exe. So open the Visual Studio 2008 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
 
Share this answer
 

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