【问题标题】:Name 'Lassalle' is not declared未声明名称“Lassalle”
【发布时间】:2013-12-05 05:25:02
【问题描述】:

我在尝试构建解决方案时遇到以下错误,这可能是由于Lassalle.Flow DLL 文件丢失或损坏。我的问题是如何重新安装或修复这个.dll 这个文件是否带有.Net 安装,以便重新安装框架可以解决它?

或者有没有办法可以下载.dll 并将其替换到我的system32 文件夹中?我正在使用 Windows XP。

Error   652 Type 'Lassalle.Flow.AddFlow' is not defined.    
Error   653 Type 'Lassalle.Flow.Layout.Hierarchic.HFlow' is not defined.
Error   654 Type 'Lassalle.Flow.Arrow' is not defined.
Error   655 Name 'Lassalle' is not declared.
Error   656 Type 'Lassalle.Flow.Line' is not defined.
Error   657 Type 'Lassalle.Flow.AddFlow' is not defined.
Error   658 Type 'Lassalle.Flow.Layout.Hierarchic.HFlow' is not defined.
Error   661 Type 'Node' is not defined.
Error   662 Type 'Lassalle.Flow.Link' is not defined.
Error   663 Name 'Lassalle' is not declared.

【问题讨论】:

    标签: .net vb.net .net-2.0


    【解决方案1】:

    不,这些 DLL 不是 .NET Framework 的一部分,因此修复或重新安装 .NET Framework 无法解决此问题。这些 DLL 来自名为Lassalle Technologies的第三方

    在 Visual Studio 项目的 References 文件夹中验证这些 DLL 的路径是否正确。如果有问题,DLL 旁边会出现一个红色感叹号或黄色三角形。

    【讨论】: