我有一个 VB.NET 解决方案,里面只有一个项目,编译得很好:
但是每次运行它,都找不到 ABC.Data.Secure。
请注意,项目已成功构建并且运行良好。我很难找到这个 ABC.Data.Secure 的来源。
------ Rebuild All started: Project: ABC.Web.UI.MyAPP, Configuration: Debug .NET ------
Preparing resources...
Updating references...
The dependency 'ABC.Data.Secure' could not be found.
Performing main compilation...
Building satellite assemblies...
---------------------- Done ----------------------
Rebuild All: 2 succeeded, 0 failed, 0 skipped
我在解决方案内的所有文件(包括隐藏文件)中搜索 DHR.Data.Secure 但找不到它。
==================================================== ==