asp.net - Could not load file or assembly 'Oracle.DataAccess' Issue -


When I run an application in asp.net, it displays some error as below ... what can I do ? Can you solve this issue?

  The file or the assembly can not be loaded as 'Oracle.DataX' or one of its dependencies. The manifest definition of the assembled assembly does not match the assembly reference. (Exception from HRESULT: 0x80131040).   

Oracle version 2.112.2.0

All you need is the web. The assembly file needs to redirect the assembly to an existing one:

  & lt; Runtime & gt; & Lt; Assembly binding xmlns = "karash: schema-microsoft-com: asm.v1" & gt; & Lt; dependentAssembly & gt; & Lt; Assembly name = "Oracle.DataAccess" publicKeyToken = "89B483F429C47342" culture = "neutral" /> & Lt; Compulsive redirects older version = "9.2.0.700" new warsen = "4.112.3.0" /> & Lt; / dependentAssembly & gt; & Lt; / assemblyBinding & gt; & Lt; / Order & gt;   



Comments

Popular posts from this blog

Pass DB Connection parameters to a Kettle a.k.a PDI table Input step dynamically from Excel -

multithreading - PhantomJS-Node in a for Loop -

c++ - MATLAB .m file to .mex file using Matlab Compiler -