.NET framework encountered a problem, and the program set version that could not coordinate the request and the version it could find. The error message indicates the assembly set loader:
The referenced version cannot be found "1.2.0.203".
To solve this problem, ensure that the request's assembly set ("1.2.0.203") can be used for the use of the assembly set loader. Place the program set in one of the following positions:
The global assembly cache (GAC)Application path
"GACUTIL/I" PATH/To/Assembly.dll "" command adds the program set to GAC. Please refer to Microsoft's documents to obtain more guidance:
https://www.php.cn/link/dc5631bb775757e5ae1e430034ad1a21The above is the detailed content of Why Does My .NET Assembly Reference Mismatch Occur, and How Can I Fix It?. For more information, please follow other related articles on the PHP Chinese website!