Hello everybody. I am facing some strange issue during the init of DataObject.Net 4.2, and I was wondering if any good soul could give me a good hint. Right at the beginning, I get some weird exceptions. The problem occurs on the last of the three lines below:
When the system tries to build the domain, it fails saying: Unable to load the file or the assembly 'Xtensive.Storage.Providers.Sql, Version=1.0.0.0, Culture=neutral, PublicKeyToken=93a6c53d77a5296c'.... File not found. So I tried to add that reference to my project, but even doing so I get another exception: Unable to load one or more of the requested types. Retrieve the LoaderExceptions property for more information. Does anyone have an idea of what's going on here? thanks in advance, Cheers, Gianluca. This thread was imported from our support forum. The original discussion may contain more detailed answer. Original topic by gianluca. |
Hello, the problem is: not all required assemblies are referenced. Possible solutions:
gianluca wrote: Thank you. The problem was in the .csproj file, which was missing of the path where to look for the Xtension DataObjects.Net library. Unfortunately I couldnt use the DO.NET project templates, and I missed that out. Thanks again. Cheers, Gianluca. |