I am getting compatibility errors when I try to reference a .Net 5 Api into my Wisej Web Application. Is there a way to go around it?
Hi Sam,
Find attached the requested sample.
Thanks for the Replies, I have been trying this for a week now. If you have a sample application, maybe you could share.
Thanks alot and good job on WiseJ. I love it.
Multitargeting is a standard feature of the sdk project format in visual studio and msbuild. You can use conditions to reference projects with different targets. It’s not Wisej issue.
Hi Alaa
Thanks for your reply, I will try the workaround, however does this mean that if i want to use WiseJ designer, then all projects in solution should be in .net48.
What would then happen if i want to deploy the solution on linux environment, would it still work?
Thanks.
Hi Sam,
Looks like the .NET Framework 4.8 dependency is the one that’s causing troubles?
Try editing the csproj file by removing the net48 dependency from the TargetFrameworks and see if that helps?
The only issue with this workaround is that you’re going to lose the designer capabilities, as with Wisej, .NET Framework 4.8 is required for the designer.
HTH,
Alaa
Please login first to submit.