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:
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.
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>
Please login first to submit.