All Answers

0 votes

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:~#

0 votes

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:~#

0 votes

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

 

0 votes

Upgrade to 3.2.2 fixed it.

0 votes

Hi Gabriele,

See attached sample:

Basically, you can use 2 different methods:

  • Use the HTML file as an embedded resource and just reference it in the HtmlSource property (you can do that directly from the designer or by code)
  • Use an external CSS file (as an embedded resource, same as above), and set your HTML content in the Html property of the HtmlPanel.

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

1 vote

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

0 votes

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)

 

 

0 votes

Hi Gabriele,

Can you wrap a small sample that showcases what you exactly want to achieve ?

Best,

Alaa

0 votes
In reply to: License Error

Hi Sam,

please send your web.config to supportATwisej.com

Best regards
Frank

0 votes

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

0 votes

Yes it’s installed…

0 votes

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:

https://learn.microsoft.com/en-us/dotnet/framework/migration-guide/how-to-determine-which-versions-are-installed

Best regards
Frank

0 votes

Hi Sergio,

how are these images being set up? As Embedded Resources?
Any chance to share a test case for us?

Best regards
Frank

0 votes

Hi,,.

 

Thanks for your quick response. It worked!

 

 

0 votes

Hi Sam,

Try to downgrade the referenced System.Linq.Dynamic.Core package to version 1.2.15.

Best,

Alaa

0 votes

Hi Gerhard,

this issue is fixed in Wisej.NET 3.2.2

Best regards
Frank

0 votes

Hi,

this has been fixed in Wisej.NET 3.2.2

Best regards
Frank

0 votes

Hi Angelo,

this issue is fixed in Wisej.NET release 3.2.2

Best regards
Frank

0 votes

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

 

  • Nikos Tzilivakis answered Jun 9, 2023 - 7:46 am
  • last active Jun 9, 2023 - 7:47 am
Showing 1281 - 1300 of 11k results