/ Published in: C#
                    
                                        
use this if you want to make a binary use an older version of a dependent binery
                
                            
                                Expand |
                                Embed | Plain Text
                            
                        
                        Copy this code and paste it in your HTML
<runtime>
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
<dependentAssembly>
<assemblyIdentity name="NHibernate"
publicKeyToken="aa95f207798dfdb4"
culture="neutral" />
<bindingRedirect oldVersion="2.1.0.4000"
newVersion="X.X.X.X" />
</dependentAssembly>
</assemblyBinding>
</runtime>
Comments
 Subscribe to comments
                    Subscribe to comments
                
                