I created a project last year – then by accident i had the auto updater install WiseJ3 in my VS 2019. Now I installed the latest 2.5 version but now VS 2019 does not recognize using Wisej.Web; I’m pretty sure i used WiseJ 2.5 ? But maybe not.
Wisej 3 doesn’t override 2.5, the two are unrelated having different assembly versions. Wisej is not installed in VS 2019 or in VS 2022. The Wisej.Framework.dll assembly comes from nuget. The designer is registered in the GAC isolated by AssemblyVersion – it’s all standard .NET that we cannot change in any way and it’s the same for any assembly of any kind.
If the C# compiler doesn’t recognize an assembly it means it cannot load it. Check the nuget reference or remove the nuget and reference wisej dll directly.
Please login first to submit.