All Answers

0 votes

Hi Harold,

we just uploaded a new 3.5 variation of our showcase app to TestFlight and it runs ok. The source code is here:

https://github.com/iceteagroup/wisej-hybrid-examples/blob/3.5/Showcase/App/HybridApp.csproj

We use this in our pipeline for building / archiving it:

dotnet publish “repo/Showcase/App/HybridApp.csproj” \
-f net9.0-ios \
-c Release \
-p:CodesignKey=”…” \
-p:CodesignProvision=… \
-p:ApplicationDisplayVersion=”1.3.5″ \
-p:ApplicationVersion=”41″ \
-p:ArchiveOnBuild=true \
-p:Optimize=false \
–output ./publish/ios
The TestFlight link is here:
I can try setting up your test project in a deployment environment, but it will take a little bit of time.
Thanks,
Levie
0 votes

Hello,

Thank you for reporting this issue.

We’re currently investigating it and will report back when a fix is available!

Best,
Alaa

0 votes

Thanks again:)

Visual Studio Publishing does not work with SDK-Style projects targeting .NET Framework

How does one publish to a web host?

0 votes

Thanks!

I don’t have that installed.

I have the below image installed… How far back do I need to go?

 

0 votes

Hello,

This is due to the Windows update KB5066835. It broke IIS services. You need to uninstall the update.

See also this forum issue: https://wisej.com/support/question/cannot-add-items-to-designer-or-preview-in-iis-express

 

Julie

0 votes
In reply to: License question

Thank you for the answer. I have 2 additional questions:

 

  1. If I purchase a Professional Edition license and, during the subscription period, I use features exclusive to the Professional Edition (for example, the RibbonBar) to develop and release a commercial software product to my customers — can that software continue to be used after the subscription expires?
  2. If I purchase a Professional Edition license and, during the subscription period, I use features exclusive to the Professional Edition (for example, the Camera component) to create and publish a local NuGet package that includes Wisej’s Camera functionality along with my own custom features — can I continue to use that NuGet package after the subscription expires?
0 votes
In reply to: License question

Hi Andy, licenses are sold on a subscription basis. All updates during the subscription period are included.
See details here: https://docs.wisej.com/license/license-model/developer-licenses#subscription-and-renewals

Best
Thomas

0 votes

I tried with a new project and I am unable to reproduce. Can you please attach a reproducible test case? Delete the bin and obj folders before posting.

Thanks,

Julie

0 votes

I couldn’t log in to my previous account for some reason, so I created a new one specifically to come to the forum.

That’s great! The Wisej team is truly impressive. I’ve already seen the update on the official blog—thank you all for your hard work!

It’s even more comprehensive than I expected—even including a dark theme. Amazing!

https://wisej.com/blog/announcing-fluentui/

 

 

I want to emphasize once again that Wisej is the best cross-platform framework I’ve ever used.

0 votes

I previously reported this issue, and it can be resolved by updating to the latest preview version.

Please see here:

https://wisej.com/support/question/chinese-text-autosize-issue-in-wisej-4

 

I want to emphasize once again that Wisej is the best cross-platform framework I’ve ever used.

 

0 votes

Please find VS project in attachment zip file.

VS Extend version: 4.0.2

Wisej framework nuget package version: Wisej-4 (4.0.2 stable version and 4.0.3 preview 17)

I have tried to run same project with Wisej-3.5, it is better than Wisej-4, Chinese text of CheckBox and RadioButton can be fully shown. But text still wrap.

Text wrap is also a critical problem because Chinese language also need some charactor combination to explain some meaning.

For example: “确定” means “Ok”, but it is shown in Button as :

Just like english

O

k

It seems very strange.

 

And another bug to report:

A control (such like a button) locates in TableLayoutPanel which has a couple of cells, while pressing Ctrl key, and use mouse left button to drag it from a cell to another cell, I expect to clone a control in target cell. But a error (index duplicated) will occur actually. But if drag it to a location not in this TableLayoutPanel, it will be performed normally.

This bug is in both Wisej-3.5 and Wisej-4.

  • andy wang answered Oct 25, 2025 - 2:13 pm
  • last active Oct 25, 2025 - 2:49 pm
0 votes

Hello Julie,
I didn’t say that no binding source is created, but that the wrong BS is created.
Wisej.Web.Bindingsource != System.Windows.Forms.Bindingsource
The following occurs when creating a Wisej.Web.Bindingsource manually
– Add a Wisej.Web.Bindingsource to the page
– In the properties of the binding source, I want to set the binding
– I select my class
– The selected class is not applied, remains at (none).
I would like to revise my previous statement regarding the datagrid. Very strange things happen when trying to change the datasource. In my opinion, there are still fundamental designer problems with binding via a bindingsources.

Sven

0 votes

What version of Wisej are you using?

Please attach a reproducible test case. Delete the bin and obj folders before posting.

0 votes

It’s not true that the binding source cannot be created. It’s created as System.Windows.Forms and only when binding from the (DataBinding) section. In any case, you can replace the class name by hand.

0 votes

I came across a thing that may be useful in this way. Uninstalled VSIX, reinstalled it, opened VS and my designer instance and boom …. this error: “Message from web page” (error title) , “Renderer callback failure: class does not support automation.”.
Can this have any relations with our current issue?

1 vote

Ok, if it is a problem with Visual Studio, that means that there is a conflict between VS and WiseJ. This is how I can understand it.
This problem is showing regularly when using .Net Core only without .Net Framework and this is the way to go for future, isn’t it?
Hours of the developer time are gone fixing over and over this trouble and this is remaining us to the start point before any time cut recommendation to use WiseJ.
You should consider this issue as a serious one if you really target a continuity in the market. This is an advice from a lover of your product where everything else is really shining.
However, if anyone need it, I normally solve that by closing any design instances + closing the toolbox panel + closing the VS itself.
Then go to the folder C:\Users\<YourOSUserNameHere>\AppData\Local\Microsoft\VisualStudio\17.0_00f65c2e.
In sub folder ComponentModelCache delete all files.
In sub folder \Designer\ShadowCache delete all files.
Reopen VS, load a designer instance (Form, User Control ….etc.) and reopen the ToolBox panel.
Thanks.

0 votes

Hi Jean,

please contact us at supportATwisej.com with both your developer and server license key.

Best regards
Frank

0 votes

I can reproduce, we are looking into fixing this.

Julie

0 votes

Hello Daniel,

A new FluentUI theme is currently in the works and will be released with a new minor release of Wisej.NET!

Best Regards,
Alaa

0 votes

Hi Harold,

Glad to hear it’s working on Google Play!

Can you try adding this to iOS?

<PropertyGroup Condition=”‘$(TargetFramework)’==’net9.0-ios'”>
<MtouchInterpreter>-all,Humanizer</MtouchInterpreter>
</PropertyGroup>

All optimizations and linking/trimming should be disabled.

You can also compare your configuration to our sample app that we deploy:

wisej-hybrid-examples/Showcase/App/HybridApp.csproj at 4.0 · iceteagroup/wisej-hybrid-examples

 

HTH,

Levie

Showing 121 - 140 of 11k results