Assembly binding

G

Guest

My .Net c# app must work with ArlDbAccess assembly version 17.0.0.2.
I want to get an error when this assembly isn't installed on the system.
The sample below doen't work ... what am I missing


<runtime>
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
<dependentAssembly>
<assemblyIdentity name="ArlDbAccess"
publicKeyToken="b482d26a27af5b2d"
culture="neutral" />
<bindingRedirect oldVersion="17.0.0.2"
newVersion="17.0.0.2"/>
</dependentAssembly>
</assemblyBinding>
</runtime>


Tanks,
Avi
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,744
Messages
2,569,484
Members
44,904
Latest member
HealthyVisionsCBDPrice

Latest Threads

Top