Click here to Skip to main content
Sign Up to vote bad
good
See more: C#ASP.NET
i m facing this plm pls help me
Posted 26 Sep '11 - 21:16


2 solutions

Don't use this . It will not work when deployed on live server
  Permalink  
Is it looking for the wrong version or specific version ???
 
Id so place a assemblyBinding in your Web.Config
 
This is an oracle example

 
<runtime>
  <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1" >
   <dependentAssembly>
        <assemblyIdentity name="Oracle.DataAccess"
      publicKeyToken="89b483f429c47342"/>
          <bindingRedirect oldVersion="2.112.1.0" newVersion="1.102.4.0"/>
      </dependentAssembly>
    </assemblyBinding>
</runtime>
 
or you can specify an assembly for the assembly in your
 
http://msdn.microsoft.com/en-us/library/bfyb45k1.aspx[^]
 
OR...if you are building it in VS as a reference then you have to right-click the assembly and hit copy always when building.
  Permalink  

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

  Print Answers RSS
Your Filters
Interested
Ignored
     
0 OriginalGriff 343
1 Sergey Alexandrovich Kryukov 143
2 Mohammed Hameed 123
3 Santhosh G_ 113
4 Ron Beyer 64
0 Sergey Alexandrovich Kryukov 8,266
1 OriginalGriff 6,516
2 CPallini 3,533
3 Rohan Leuva 2,703
4 Maciej Los 2,234


Advertise | Privacy | Mobile
Web01 | 2.6.130516.1 | Last Updated 11 Oct 2011
Copyright © CodeProject, 1999-2013
All Rights Reserved. Terms of Use
Layout: fixed | fluid