Message 1 of 4
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I need to manually binding redirect some dlls and I can't make it work. Example:
<runtime>
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
<dependentAssembly>
<assemblyIdentity name="System.Buffers" publicKeyToken="cc7b13ffcd2ddd51" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-4.0.2.0" newVersion="4.0.3.0" />
</dependentAssembly>
</assemblyBinding>
</runtime>
It's seems like Autocad doesn't detect the plugin .config file. Does anyone have a solution for this?
Solved! Go to Solution.