Developer forum

Forum » Dynamicweb 9.0 Upgrade issues » Custom module in DW8 using removed namespace - any workaround?

Custom module in DW8 using removed namespace - any workaround?

Marie Louise Veigert
Reply

Hi,

We have some time back upgraded a solution from DW8 to a DW 9.4.9.

The solution have a custom module, which uses a removed namespace: Dynamicweb.Backend

<%@ Import Namespace="Dynamicweb.Backend" %>

It's in the aspx file.

I have tried to search the doc site for information on upgrading a module. The module works in the frontend, but I get an error on the namespace, when I want to edit it in the backend.

Are there some workaround to this error or do we have to rewrite the entire module?

BR 

Marie Louise


Replies

 
Imar Spaanjaars Dynamicweb Employee
Imar Spaanjaars
Reply

The Import itself does nothing. You need to figure out which types you use from Dynamicweb.Backend and find a replacement or new location for those. Just take out the Import statement and see what errors you get...

 

You must be logged in to post in the forum