All Answers

0 votes

Found the problem.

IframePanel.Call requires a callback of type Action<dynamic>, it was my mistake. Closing the issue

  • Pablo Clavijo answered Aug 25, 2023 - 7:32 pm
  • last active Aug 25, 2023 - 7:33 pm
0 votes
In reply to: Upgrade to Version 3.2

Correction!

Now the wisej3.2 app is shown correctly.

But on the wisej2.5 app it is the same as it was. No Controls!

0 votes
In reply to: Upgrade to Version 3.2

Sorry, but installing the VSIX from Alaa did not change anything.

The controls in the designer are not visible.

Thank you.

0 votes

Hi Jose,

Unfortunately, that would be out of scope for what we can offer here as free support.

You can however, use the ASP.NET Core 6 wrapper and host it in an iFramePanel in Wisej.NET.

Best,
Alaa

0 votes
In reply to: Upgrade to Version 3.2

Hi Rupert,

This looks like the issue we mentioned in https://wisej.com/support/question/important-information-regarding-the-recent-update-to-visual-studio-2022-17-7-0

Please follow the steps there by downloading the new VSIX installer, that should fix it!

Best,
Alaa

0 votes

Thanks Alaa, I understand that ASP.NET Wrapper extension is compatible only with net 4.8 but FastReport has compatibility with ASP.NET Core MVC 6, will you have any example of how to integrate something like this? Thank you

0 votes

Hi Sergio,

To answer your questions:

  1. You can set both InitialDirectory and the Root as the same path, “C:\Folder”. If you have the root as “C:\” and the InitialDirectory as “C:\Folder”, the moment you select the root you’ll be inside “C:\Folder”
  2. Unfortunately, you can’t select the root programatically for now.

HTH,
Alaa

0 votes

Hi Jose,

Thank you for your interest in Wisej.NET!

Unfortunately, WinForm controls are not compatible with Wisej.NET itself, since all of our components are javascript web controls.

You can get around that by using the ASP.NET Core or ASP.NET MVC components, if you went the ASP.NET MVC route, you’ll need to use our ASP.NET Wrapper extension to implement it with Wisej.NET!

We do offer custom implementation services, if that interests you, please contact us at sales[AT]iceteagroup.com for more info.

Best,
Alaa

0 votes

Hi Devin,

I’m putting your answer above to close this issue 🙂

<PropertyGroup>
<ActiveDebugFramework>net6.0</ActiveDebugFramework>
</PropertyGroup>

Best,
Alaa

0 votes

Hello,

we’re using Visual Studio 2022 version 17.7.1 along with Wisej 2.5.35.

For the designer, we’re using the NuGet package provided by Wisej-2-VisualStudioDesigner 2.5.20.
Will this NuGet package also be updated?

We’re encountering the issue described in this post related to the Edge/Chrome renderer.

Thanks in advance.

0 votes

I’ll answer my own question here,

It appears you cannot, however for a workaround and it’s a bit tedious

I have opened the .csproj file and commented out the 4.8 target <ItemGroup> sections for my forms I want to edit, and unload and reload the project.  Then I can edit the forms in the designer.  However of course it will not compile now, so before I can run in the debugger I have to remove my comments for the 4.8 Item Group so it will compile again.

I am really looking forward for the .net core designer 🙂 cause this is a pain.

0 votes

To anyone who’s still having designer issues, I have updated the original post with new VSIX links.

Please give them a try and let us know if anything is not working as expected!

Best,
Alaa

0 votes

Hello,

we’re using Visual Studio 2022 17.7.1.

We have deinstalled the old extension (Designer 3.2.4) and installed the new one. No changes at all after complete system reboot, same results for IE or Edge Renderer.

Some simple forms (no subclasses) are displayed correctly with IE Renderer.

Screenshots attached.

Thank you

 

 

 

0 votes

You can use Application.ActiveProfile https://docs.wisej.com/api/wisej.web/general/application#activeprofile

For example, this code snippet would set the text of a button to be the name of the active profile when the button is clicked.

private void button1_Click(object sender, System.EventArgs e)
{
button1.Text = Application.ActiveProfile.Name;
}

Application.ActiveProfile is a ClientProfile object, so you might find the ClientProfile documentation helpful as well:
https://docs.wisej.com/api/wisej.web/general/application/wisej.core.clientprofile

-Julie

0 votes

Hello,

You can’t do that out of the box. There’s not a property or method for it in the PDFViewer documentation

The pdf viewers use the URL as the file name- they don’t care about the filename field in the header response.

Check out this forum post for a workaround- you can override the IWisejHandler interface in a subclass of PdfViewer.

-Julie

1 vote

Please note that this preview build of the VSIX is only available through the links that Alaa posted
and not in the Visual Studio Marketplace.

Thus you need to deinstall your exiting Wisej.NET version in Visual Studio
(Extensions – Manage Extensions – Select Wisej.NET from the Installed Extensions – Uninstall)

Then install the downloaded version.

When Wisej.NET 3.2.5. is officially released, it will be back into the Visual Studio Marketplace and you can directly update it in Visual Studio.

Sorry for any inconvenience.

Best regards
Frank

  • Frank (ITG) answered Aug 11, 2023 - 12:04 am
  • last active Aug 11, 2023 - 12:04 am
1 vote

This has been answered in the original forum post.
Please don´t post multiple threads on the same topic, thanks.

Best regards
Frank

0 votes

Hi Christian,

The issue was due to a version mismatch of the WebView2 native library that was updated by Wisej, and the one we ship with the Designer.

We fixed it and we are still testing it internally!

An update to the extension will be shipped as soon as possible.

Best,
Alaa

0 votes

Wisej refers to the fullcalendar implementation. Whatever their license requirements are you have to follow up with them. There are also many other scheduler implementations that we provide using DevExpress, Syncfusion, Telerik components. All requiring a license.  Note: We are not related to VWG in any way.

  • Luca answered Aug 10, 2023 - 5:02 pm
0 votes

Please use the IE renderer instead of Edge as a workaround while we investigate the issue.

You might find this forum thread helpful: wisej.com/support/question/wisej-form-freeze-after-update-visual-sudio-2022-v-17-6-2

-Julie

Showing 1281 - 1300 of 11k results