Hi Sam,
You can use Swagger with Wisej.NET.
You can use your Wisej.NET application as a “Client” to use the API endpoints.
HTH,
Alaa
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.
User impersonation is a system feature, not a Wisej issue. If you have a small runnable sample that shows a Wisej related issue we can look at this further.
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 Zaeem,
You can do that by using the FlowLayoutPanel.SetFillWeight() method like the following:
this.flowLayoutPanel1.SetFillWeight(UserControl1, 100);
HTH,
Alaa
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
I am experiencing issue that PDFviewer is not working when Authentication is enabled on NGINX site.
I am getting 401 on GET requests
[24/Mar/2023:14:34:20 +0000] – – 401 – GET https someurl.net “/postback.wx?sid=6959d9f4-c5c1-29b8-c39e-11f43b44b8e4&x=ewAiAGkAZAAiADoAIgBpAGQAXwA5ADAAOQAiAH0A&v=638152652604151114” [Client X.X.X.X] [Length 578] [Gzip -] [Sent-to 172.18.0.11] “Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/111.0.0.0 Safari/537.36 Edg/111.0.1661.51” “https://mozilla.github.io/”
If authentication is disabled no error is shown and PDFViewer works as expected
We’ve verified that this is a bug and are working on a fix. -Julie
Hi Kingsley,
Sorry for the late reply, I’m currently looking at this and will get back to you ASAP.
Would it be possible to tell us what 3rd party library you’re using?
Best,
Alaa
Hi Stephan,
Sorry for the late reply!
Unfortunately, it’s currently not possible to add tool components to the TabPage’s Tab Button!
Best,
Alaa
Hi Praveena,
this has been fixed in Wisej 3.1.9
Best regards
Frank
I have attached a screen shot of the inner error.
It appeared after the site was running for about 10 hours.
The two are not related.
For the null reference exception, if you set debug mode on you will also see the stack trace in the error message. Or you can use the Application.ThreadException event to handle it in code and look at the stack trace. Or you can attach VS in debug mode and enable the debug->exception settings to break when thrown.
The file already exists is handled.
Hi Ser,
if it works without the browser extension it´s probably an issue out of Wisej.NET scope.
But please let us know the name of the extensions so we might check it in more detail.
Best regards
Frank
Hi Kurt,
Sorry for the delay. The HTML Panel wouldn’t execute JavaScript coming from the Html Source for security reasons; however, there’s something that you can do using the InitScript property!
Take a look at the attached sample, it shows you a workaround for this issue you’re facing!
Think of the HTML Panel as some sort of Sandbox, it’s isolated from the main app, but you can do much with it!
HTH,
Alaa
Hi Alaa
Thank you for the reply. Setting the ThreeState property to true did not fix the issue.
Is there any other workaround that can solve this for now. Like any specific mixin/theme that can be used?
thanks
praveena
Hi Mark,
Wisej.NET is a Web-first framework based on .NET Technology, your app can be hosted on either *NIX based (macOS or Linux) or Windows systems and it would work in virtually any browser to date:
HTH,
Alaa
Regarding the ‘Enabled’ property- I looked into it and it’s currently unsupported, because TinyMCE is a wrapped third party widget. I’ve logged it as an enhancement request.
Hi Praveena,
It appears that this is a bug from our end,
As a workaround, you’ll have to set the ThreeState property to true.
We’ll inform you as soon as the fix for this issue is shipped!
Best,
Alaa
Hi Adrian,
We don’t have the CellContentClick event, would you please point our where exactly did you find it in our documentation?
Also, the events are the same as for any cell. Use e.Role==”link” to check where it landed!
Best,
Alaa