7/4/2025 5:33:23 PM
|
|
slxdeveloper.com Community Forums |
|
|
|
The Forums on slxdeveloper.com are now retired. The forum archive will remain available for the time being. Thank you for your participation on slxdeveloper.com!
Forum to discuss the use of the SalesLogix Web Platform, Client and Customer Portals, and the Application Architect (For version 7.2 and higher only). View the code of conduct for posting guidelines.
|
|
|
|
Problem with wrong NHibernate version? (Failed to build Sage.Integration.Entity.Feeds.dll)
Posted: 03 Sep 09 8:29 AM
|
I'm getting the following error when building my web platform in AppArchitect. This error text appears after the 'Generating SData Feed/Schema for (entityname)' lines in the output window. Building interfaces works fine. This is in version 7.5 sp2, though I had a similar issue with sp1 and hoped sp2 might fix it, apparently not - so maybe there was an issue from the beginning.
INFO - Build started. INFO - Project "Sage.Integration.Entity.Feeds.csproj" (default targets): WARN - C:\WINDOWS\Microsoft.NET\Framework\v3.5\Microsoft.Common.targets(0,0):Found conflicts between different versions of the same dependent assembly. INFO - Command: INFO - c:\WINDOWS\Microsoft.NET\Framework\v3.5\Csc.exe /noconfig /nowarn:1591,0168,1701,1702 /doc:"C:\Documents and Settings\Administrator\Application Data\Sage\Platform\Output\sdata\bin\Sage.Integration.Entity.Feeds.XML" ...(similar text removed)... INFO - The "Csc" task is using "Csc.exe" from "c:\WINDOWS\Microsoft.NET\Framework\v3.5\Csc.exe". INFO - Microsoft (R) Visual C# 2008 Compiler version 3.5.30729.1 INFO - for Microsoft (R) .NET Framework version 3.5 INFO - Copyright (C) Microsoft Corporation. All rights reserved. INFO - ERROR - c:\Program Files\SalesLogix\Platform\sage.platform.dll(0,0):Assembly 'Sage.Platform, Version=7.5.2.1932, Culture=neutral, PublicKeyToken=null' uses 'NHibernate, Version=2.1.0.4000, Culture=neutral, PublicKeyToken=aa95f207798dfdb4' which has a higher version than referenced assembly 'NHibernate, Version=2.0.0.4000, Culture=neutral, PublicKeyToken=aa95f207798dfdb4' INFO - c:\Program Files\SalesLogix\Web Components\SageSalesLogixMobile\bin\NHibernate.dll: (Location of symbol related to previous error) INFO - Done building project "Sage.Integration.Entity.Feeds.csproj" -- FAILED. INFO - Build FAILED. ERROR - Failed to build Sage.Integration.Entity.Feeds.dll.
Where have I gone wrong here? This error message seems clear enough but I've no idea how to fix it.. Thanks! |
|
|
|
Re: Problem with wrong NHibernate version? (Failed to build Sage.Integration.Entity.Feeds.dll)
Posted: 03 Sep 09 9:50 AM
|
Problem appears to be that somewhere in your system you have an older copy of NHibernate.dll.
SLX is expecting version 2.1.0.4000 and you have version 2.0.0.4000
Find the older version and try to figure out what SLX is using it (do you have it on the GC? If so remove it and let it use a local reference). Or, if you just have multiple copies, either remove the old ones or replace with the new one. |
|
|
|
You can
subscribe to receive a daily forum digest in your
user profile. View the site code
of conduct for posting guidelines.
Forum RSS Feed - Subscribe to the forum RSS feed to keep on top of the latest forum activity!
|
|
|
|
|
|
|
|