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.