Problems with Upgrading from Wisej 1

0
0

Dear sirs:

We have several projects and solutions based in wisej 1.x. We download a wisej 4 trial license and trying to update to Wisej4, wisej3 and wisej 2 in order to decide acquisition of professional licence but our attempts are unsucessfully.

We follow instruccions from url:

Upgrade from 1.x | Wisej.NET

Our last attempt was upgrade from Wisej1 to Wisej2 but we get many instances of error:

El tipo ‘Form’ está definido en un ensamblado al que no se hace referencia. Debe agregar una referencia al ensamblado ‘Wisej.Web, Version=1.0.0.0, Culture=neutral, PublicKeyToken=17bef35e11b84171’.

Similar problems with upgrading to wisej3.

Any advice is welcomed.

  • You must to post comments
0
0

Make sure that you have included the Wisej2 (or Wisej3) nuget package in your project. Check your .csproj file, there should be a line that looks something like this:

<ItemGroup>
<PackageReference Include="Wisej-3" Version="3.5.*" />
<PackageReference Include="System.Data.SqlClient" Version="4.*" />
</ItemGroup>

  • You must to post comments
Showing 1 result
Your Answer

Please first to submit.