Hi,
How did you resolve it? Am stuck here.
root@NexusVM:~# whereis libgdiplus
libgdiplus: /usr/lib/libgdiplus.so
root@NexusVM:~# whereis dtnet
dtnet:
root@NexusVM:~# whereis dotnet
dotnet: /usr/bin/dotnet /usr/share/dotnet /usr/share/man/man1/dotnet.1.gz
root@NexusVM:~#
Hi team
I have tried installing the Libgdiplus after many attempts but still not working.
Is there a specific location that it should be installed? Or any specific permissions?
root@NexusVM:~# whereis libgdiplus
libgdiplus: /usr/lib/libgdiplus.so
root@NexusVM:~# whereis dtnet
dtnet:
root@NexusVM:~# whereis dotnet
dotnet: /usr/bin/dotnet /usr/share/dotnet /usr/share/man/man1/dotnet.1.gz
root@NexusVM:~#
I’ve fixed the problem adding this tag on the vbproj file:
<Target Name="AddAdditionalReferences" BeforeTargets="ResolveAssemblyReferences">
<ItemGroup Condition=" '$(NoStdLib)' != 'true' ">
<_ExplicitReference Include="$(FrameworkPathOverride)\mscorlib.dll" />
</ItemGroup>
</Target>
Best regards
Upgrade to 3.2.2 fixed it.
Hi Gabriele,
See attached sample:
Basically, you can use 2 different methods:
You might see the Cannot read properties of undefined (reading ‘split’) in the designer, but if you run it, the sample would work.
Window1 file showcases the first method, and Window2 shows the second.
HTH,
Alaa
Hi Carl,
Are you perhaps using a version older than 3.1.9?
This issue was fixed in that version (3.1.9), and I have also tried to reproduce using the latest 3.2.2 version and I couldn’t reproduce it!
HTH,
Alaa
A working sample htm attached
I need to apply the CSS style and the Html content (only the DIV sections) to an HtmlPanel (or Label with AllowHtml=true)
Hi Gabriele,
Can you wrap a small sample that showcases what you exactly want to achieve ?
Best,
Alaa
Hi Sam,
please send your web.config to supportATwisej.com
Best regards
Frank
Hi Dino,
yes, the reference to .NET 4.8 is required for the Designer.
You can use a couple of approaches to deal with this and they are covered here:
https://docs.wisej.com/docs/releases/whats-new-in-3.0/multi-targeting
Best regards
Frank
Yes it’s installed…
Hi Giorgia,
can you please verify if .NET Framework 4.8 is installed on your machine?
You might want to follow the instructions in this link:
Best regards
Frank
Hi Sergio,
how are these images being set up? As Embedded Resources?
Any chance to share a test case for us?
Best regards
Frank
3.2.2
Hi,,.
Thanks for your quick response. It worked!
Hi Sam,
Try to downgrade the referenced System.Linq.Dynamic.Core package to version 1.2.15.
Best,
Alaa
Hi Gerhard,
this issue is fixed in Wisej.NET 3.2.2
Best regards
Frank
Hi,
this has been fixed in Wisej.NET 3.2.2
Best regards
Frank
Hi Angelo,
this issue is fixed in Wisej.NET release 3.2.2
Best regards
Frank
Thanks Frank.
It works not stack the VS when re-open the Designer, but when I click the render Option the Visual Studio crash
Best Regards