Upgrading projecr from 1.x to 2.0 - Documentation missing

Answered
0
0

Hi all,

can you please repost location of the upgrading document.

it is not available on this address any more

https://wisej.com/docs/2.0/html/UpgradeFromWisej1.htm

 

  • You must to post comments
Best Answer
0
0

Hi Dino,

it looks like this information is not yet included in our new documentation.
Here are the steps to migrate from Wisej 1.x to Wisej 2.x:

 

  • Replace project references to Wisej.Web.dll and Wisej.Core.dll with Wisej.Framework.dll
  • Replace .resx namespaces to Wisej.Web. and Wisej.Core. with Wisej.Framework.
  • Change using wisej.core.design to using wisej.design
  • Change calls from ApplicationBase. to Application.
  • Set target .NET framework to 4.6
  • Modify web.config:
    webconfg_1 webconfg_2

Best regards
Frank

 

  • You must to post comments
Showing 1 result
Your Answer

Please first to submit.