Search Unity

  1. Megacity Metro Demo now available. Download now.
    Dismiss Notice
  2. Unity support for visionOS is now available. Learn more in our blog post.
    Dismiss Notice

Managed DLL Conflict with System.Runtime.Extensions

Discussion in 'Scripting' started by ibyte, Apr 2, 2020.

  1. ibyte

    ibyte

    Joined:
    Aug 14, 2009
    Posts:
    1,047
    Assets\Scripts\SpellTest.cs(28,31): error CS1705: Assembly 'Keyoti.RapidSpellWeb.ASP.NET.Core' with identity 'Keyoti.RapidSpellWeb.ASP.NET.Core, Version=6.0.19.304, Culture=neutral, PublicKeyToken=58d9fd2e9ec4dc0e' uses 'System.Runtime.Extensions, Version=4.2.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' which has a higher version than referenced assembly 'System.Runtime.Extensions' with identity 'System.Runtime.Extensions, Version=4.1.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'

    Any suggestions please on how to resolve this issue so i can use the managed dll services?

    Thanks

    Glenn
     
  2. ibyte

    ibyte

    Joined:
    Aug 14, 2009
    Posts:
    1,047
    For anyone interested in a spellcheck API, we were able to get this working by using an alternate DLL from the company.