Developer forum

Forum » Development » Where is DealerSearch in the DW8 API

Where is DealerSearch in the DW8 API

Martin Nielsen
Reply
 Hi guys,

I'm working on upgrading one ouf our old custom solutions to DW8, and i've run in to a problem when updating a module that works on top of your Dealer search module.

The old code uses this:
Dynamicweb.DealerSearch.Dealer dealer = new Dynamicweb.DealerSearch.Dealer();
but that namespace doesn't exist no more. Can you tell me where you moved it? :-)

// Martin


Replies

 
Jeppe Eriksson Agger Dynamicweb Employee
Jeppe Eriksson Agger
Reply
This post has been marked as an answer

Hi Martin

This module has been moved to a separate assembly called Dynamicweb.Compatibility. You need to include a reference to this assembly in order to still work with the API.

Hope this helps :)

- Jeppe

Votes for this answer: 0

 

You must be logged in to post in the forum