Csla.Luna,这是什么?

发布于 2024-08-05 15:36:32 字数 1491 浏览 6 评论 0原文

我有这个 wpf 表单;对 InitializeComponent() 的调用会显示以下消息:

检测到绑定失败。

具有显示名称的程序集 “Csla.Luna”无法加载 “加载”绑定上下文 ID为1的AppDomain.原因 失败是: System.IO.FileNotFoundException:可以 不加载文件或程序集'Csla.Luna, 版本=3.6.1.0,文化=中立, PublicKeyToken=93be5fdc093e4c30' 或 它的依赖项之一。系统 找不到指定的文件。 文件名:'Csla.Luna,版本=3.6.1.0,文化=中性, PublicKeyToken=93be5fdc093e4c30'

===预绑定状态信息===
日志:用户 = DOMAIN\blah.blah
日志:显示名称 = Csla.Luna,版本 = 3.6.1.0,文化 = 中性,

PublicKeyToken=93be5fdc093e4c30 (详细说明) 日志:Appbase = file:///D:/MyPath/bin/Debug/ 日志:初始 PrivatePath = NULL 调用程序集:PresentationFramework, 版本=3.0.0.0,文化=中立, 公钥令牌=31bf3856ad364e35。 === 日志:此绑定在默认加载上下文中启动。 日志:使用应用程序配置文件: D:\MyPath\bin\Debug\Myapplication.vshost.exe.Config 日志:使用来自的机器配置文件 C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\config\machine.config。 日志:政策后参考:Csla.Luna,版本=3.6.1.0, 文化=中立, 公钥令牌=93be5fdc093e4c30 日志:尝试下载新 URL 文件:///D:/MyPath/bin/Debug/Csla.Luna.DLL。 日志:尝试下载新 URL 文件:///D:/MyPath/bin/Debug/Csla.Luna/Csla.Luna.DLL。 日志:尝试下载新 URL 文件:///D:/MyPath/bin/Debug/Csla.Luna.EXE。 日志:尝试下载新 URL 文件:///D:/MyPath/bin/Debug/Csla.Luna/Csla.Luna.EXE。

我们使用 Csla,但在不是我开发的数据访问组件中; 我不知道 Csla.Luna 是什么,我在网上也找不到任何相关信息。有帮助吗?...

我在该表单上所做的唯一“不寻常”的事情是我绑定到一些调用访问数据库的静态方法的 ObjectDataProviders,但到目前为止它有效,我不知道这是否是问题所在。

任何帮助将不胜感激。不敢相信谷歌对 Csla.Luna 的事情没有任何线索。

I have this wpf form; the call to InitializeComponent() brings up this message:

Binding Failure was detected.

The assembly with display name
'Csla.Luna' failed to load in the
'Load' binding context of the
AppDomain with ID 1. The cause of the
failure was:
System.IO.FileNotFoundException: Could
not load file or assembly 'Csla.Luna,
Version=3.6.1.0, Culture=neutral,
PublicKeyToken=93be5fdc093e4c30' or
one of its dependencies. The system
cannot find the file specified.
File name: 'Csla.Luna, Version=3.6.1.0, Culture=neutral,
PublicKeyToken=93be5fdc093e4c30'

=== Pre-bind state information ===
LOG: User = DOMAIN\blah.blah
LOG: DisplayName = Csla.Luna, Version=3.6.1.0, Culture=neutral,

PublicKeyToken=93be5fdc093e4c30
(Fully-specified)
LOG: Appbase = file:///D:/MyPath/bin/Debug/
LOG: Initial PrivatePath = NULL
Calling assembly : PresentationFramework,
Version=3.0.0.0, Culture=neutral,
PublicKeyToken=31bf3856ad364e35.
===
LOG: This bind starts in default load context.
LOG: Using application configuration file:
D:\MyPath\bin\Debug\Myapplication.vshost.exe.Config
LOG: Using machine configuration file from
C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\config\machine.config.
LOG: Post-policy reference: Csla.Luna, Version=3.6.1.0,
Culture=neutral,
PublicKeyToken=93be5fdc093e4c30
LOG: Attempting download of new URL
file:///D:/MyPath/bin/Debug/Csla.Luna.DLL.
LOG: Attempting download of new URL
file:///D:/MyPath/bin/Debug/Csla.Luna/Csla.Luna.DLL.
LOG: Attempting download of new URL
file:///D:/MyPath/bin/Debug/Csla.Luna.EXE.
LOG: Attempting download of new URL
file:///D:/MyPath/bin/Debug/Csla.Luna/Csla.Luna.EXE.

We use Csla but in a data access component that is not developed by me;
I don't know what Csla.Luna is, and I couldn't find anything about it online. Any help?...

The only "out of the ordinary" thing that I am doing on that form is that I am binding to some ObjectDataProviders that call static methods accessing the database, but It worked so far, and I can't tell whether this is the problem or not.

Any help would be appreciated. Can't believe that Google has no clue about this Csla.Luna thing.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

脱离于你 2024-08-12 15:36:32

我不相信 Csla.Luna 是原始框架的一部分。您应该尝试联系负责开发数据访问组件的人员以了解更多信息。

无论如何,您似乎缺少这个文件(Csla.Luna.dll)。

您还可以使用 Reflector 来精确定位对此 Csla.Luna 程序集的调用位置...

I don't believe Csla.Luna is part of the original framework. You should try and contact the person in charge of developing the data acces component to find out more about it.

In any case, it seem that you are missing this file (Csla.Luna.dll).

You could also use Reflector to pinpoint the location of the call to this Csla.Luna assembly...

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文