Because the installer of DataObjects.NET 4.0.5 cannot be found anywhere anymore, I'm trying to get the (old) project going by adding the DLLs I found on the production server (in C:\Program Files
) to the project itself.
Aside from the Xtensive DLLs, I had to add Microsoft.Practices.*
, log4net
, PostSharp.Public
and PostSharp.Laos
(which I found elsewhere; version confirmed the same). Now I'm left with one error I can't get rid of when I build:
PostSharp: The plug-in "Xtensive.Core.Weaver" required by the assembly "Xtensive.Storage, Version=1.0.0.0, Culture=neutral, PublicKeyToken=93a6c53d77a5296c" was not found.
Apparently, even though the DLL is referenced, that is not good enough for PostSharp. I already tried adding it to the GAC with gacutil.exe I found in the copied install dir of DataObjects.NET 4.0.5. I also tried setting the dataobjectsdotnetpath
variable in the csproj (as described in a question I found here), but that didn't change anything.
I feel I'm very close to getting it working and I hope I will find absolution here :)
asked
Jul 09 '13 at 05:25
halfgaar
5●2●2●3