You can add the following statement to App.config
Just add it directly under the configuration node.
This will allow you to use the latest 5.0.0.0 version.
<runtime> <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1"> <dependentAssembly> <assemblyIdentity name="System.Runtime.CompilerServices.Unsafe" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" /> <bindingRedirect oldVersion="0.0.0.0-5.0.0.0" newVersion="5.0.0.0"/> </dependentAssembly> </assemblyBinding> </runtime>
Read More:
- [Weex]Error in creating project NPM: unable to load file D:\program files\nodejs\node_ global\ weex.ps1 Because scripts are not allowed to run on this system.
- [Solved] Failed to load plugin ‘vue‘ declared in ‘.eslintrc.js‘: createRequire is not a function
- How to use Runtime.getRuntime().Exec()
- [Solved] Module build failed: Error: Vue packages version mismatch
- [Solved] Uncaught (in promise) DOMException: Failed to load because no supported source was found.
- [Solution] VUE.js Load a local image with parameters in the script
- [Solved] fatal error: cuda_runtime.h: No such file or directory
- [Solved] Node sass version 7.0.0 is incompatible with ^ 4.0.0 | ^ 5.0.0 | ^ 6.0.0
- [Solved] Element form method resetfields() error: vue.runtime.esm.js?2b0e:1888 TypeError: Cannot read properties of undefined (reading ‘indexOf’)
- [Solved] Warning: To load an ES module, set “type“: “module“ in the package.json or use the .mjs extension
- [Solved] Install The Latest Version of Jest Error: TypeError: Cannot read property ‘instrument‘ of undefined
- ArcGIS API for JavaScript version 4. X updated and the project startup error: Module parse failed: Unexpected token(… …
- runtime-core.esm-bundler.js5c406620 [Vue warn] Unhandled error during execution of native event h
- [Solved] Vue Error: Module build failed Error Node Sass version 6.0.1 is incompatible with ^4.0.0.
- OTS parsing error: invalid version tag [How to Solve]
- [Solved] Failed to load config “react-app“ to extend from.
- [Solved] VUE3 Error: Error: ENOSPC: System limit for number of file watchers reached
- Such a simple serialization system.text.json.serialization also reports an error?
- [Solved] Failed to load config “prettier“ to extend from.?
- Error notarget No matching version found for [email protected]. [How to Solve]