8/18/2025 12:27:24 AM
|
|
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.
|
|
|
|
ERROR - Could not load type 'Sage.Platform.Mashups.IMashupLookupService' on deployment after SP1?
Posted: 25 Apr 09 5:43 PM
|
Hi all, I'm currently running Application Architect 7.5. I recently installed SP1, and now I'm getting the following error on deployment:
ERROR - Could not load type 'Sage.Platform.Mashups.IMashupLookupService' from assembly 'Sage.Platform.Mashups, Version=7.5.1.1742, Culture=neutral, PublicKeyToken=null'.
If I take a look at C:\Program Files\SalesLogix\Platform\Sage.Platform.Mashups.dll (version 7.5.1.1742) in Reflector, there's no IMashupLookupService interface, but there's a IMashupDiscoveryService. If I take a look at Sage.Platform.Mashups.dll (version 7.5.0.1484) surely enough, the IMashupLookupService is there.
Now, in my \Model\Portal\SlxClient\Services\ folder, there's a Sage.Platform.Mashups.IMashupLookupService.service.xml with the following contents
[?xml version="1.0" ?] - [PortalService xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" id="bc92695a-c3f2-47a6-998c-fb95155a2261"] [InstanceId]acf02aa79c7a4bba89200dcc4668a94a[/InstanceId] [ServiceType]Sage.Platform.Mashups.Web.WebMashupLookupService, Sage.Platform.Mashups.Web[/ServiceType] [RegisterAs]Sage.Platform.Mashups.IMashupLookupService, Sage.Platform.Mashups[/RegisterAs] [Properties /] [/PortalService]
(I changed delimiters to brackets, otherwise the forum doesn't display this correctly)
Now, even on the AA help there seems to be some inconsistencies. If you take a look at Mashup Consumption and Examples chapter, you can read the following:
"Mashups can be fetched at runtime using the IMashupLookupService. Calling GetResult on the returned mashup instance with the name of the desired result returns a stream of records. These records can then be integrated and processed as required."
And the code example is as follows:
"Server-Side Example
IMashupDiscoveryService discovery = ApplicationContext.Current.Services.Get[IMashupDiscoveryService](); "
So, the text and the example, clearly don't match!
Has anyone had this problem? How can I solve this? |
|
|
| |
|
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!
|
|
|
|
|
|
|
|