Assembly version errors are being reported in VS after installing Service Pack 3 - the hintpath attribute exists.
上次发布: August 25, 2014No Product Found
漏洞 ID 编号
NIM011972
已提交
September 24, 2007
上次修改时间
June 5, 2024
适用范围
No Product Found
找到的版本
9.3
修正版本
9.3
状态
Fixed
此漏洞已得到修复。 有关详细信息,请参阅“版本修复”和“其他信息”(如果适用)。
解决办法
One possible workaround for this is to set the Reference path in project properties to override the HintPath linked with the reference. I don’t have a sp3 setup yet to verify it but it’s worth trying:1. Open project properties to set the reference path a. VB.Net project – Go to “References” tab and click the “Reference Paths” button on the upper right corner. b. C# project – Go to “Reference Paths” tab 2. Add the folder to C:\ArcGIS\DotNet (or wherever the ArcGIS .Net assemblies are installed) --------------Another workaround is to remove the affected references and add them back using the default Add Reference... command shipped with Visual Studio.