All Answers

0 votes

Hi Alex,

Thank you for reporting this issue, we’ll investigate it and get back to you ASAP!

Best,
Alaa

0 votes

Hi Ruben,

Even though Wisej.NET is a Framework used primarily for Building Web-based applications, it can also be used to build simple websites.
I have attached a basic application to kickstart your journey!

Basically, using the Application’s hash part of the URL, you can redirect your application to display pages when handling the Application.HashChanged event.

Make sure to handle the Application.SessionTimeout event too, otherwise the Session Timeout pop-up will appear!

You can also pay a visit to our DemoBrowser, an application made specifically to demonstrate Wisej.NET’s many many capabilities!
It’s available HERE, and you can also check out its source code HERE.
HTH,
Alaa

0 votes

Hi Luca,

Any progress on this? Seems it still no ways to make it works, or is there any way to update the theme from bootstrap 4 to bootstrap 5 as default theme in our project?

Best,
Adrean

0 votes

Hi Luca,

Any progress on this? Seems it still no ways to make it works, or is there any way to update the theme from bootstrap 4 to bootstrap 5 as default theme in our project?

Best,
Adrean

0 votes

in the page i’m able to click ignore & continue, when clicking this I see a blank page.
no controls on the page? when going into designer mode on a windows I receive the same error

0 votes

Ok it seems I’ve made a mistake in the below step, I forgot to change the file type to *.resx

I had a backup of the project and start over, did now only a name replace in file type *.resx but the search was 0 results

I change the web.config file and add the wisej-3 package. I receive now an other error when doing “view designer”

 

  1. Replace .resx namespaces to Wisej.Web. and Wisej.Core. with Wisej.Framework.
    where to do that? not clear for me. is that the reference in my code “Imports Wisej.Web” > “Imports Wisej.Framework”
    >The .resx files are the resource files bound to your controls, what you’ll have to do is replace any string that contains “Wisej.Web” or “Wisej.Core” with “Wisej.Framework”, to do that it’s fairly simple! All you have to do is do a mass replace by going to “Edti>Find And Replace>Replace” in files in Visual Studio, or press the Ctrl+Shift+H hotkey, Change the file types to *.resx and then you’re good to go!
0 votes

Wisej.Framework is still not know in my pages/windows

so probably I still have to do an extra step somewhere

0 votes

Hello,

ok the package is installed (see screenshot) still it showing on each page or window that wisej.framework is not defined ??

do I still have to do something?

 

0 votes

Hi Marcelo,

This issue is fixed in our recent release! (Version 3.1.2)

Best,
Alaa

0 votes

Hello, I have done all the steps you’ve mention remove wisej.core.dll & wisej.web.dll from the references in my project directly and do a replace in file but now I have a lot of red lines in my project, it seems I also have to download the Wisej.NET Framework from NuGet that’s probably step1 to add Wisej.Framework.dll
I found the package here: https://www.nuget.org/packages/Wisej-3 > wisej-3.3.1.2.nupkg
but I don’t know how to extract/install this or to add to my project, can you please help me, I think I’m almost there thanks already for the support
to be clear my projects are vb code.

0 votes

Hi Bjorn,

Did you install the latest VSIX from our website?

The Wisej.NET Designer is now a Visual Studio extension, you can install it by using the VSIX installer from HERE.

The templates are also included with the new VSIX installer!

The Wisej.NET Framework itself can be downloaded from NuGet, this gives you the flexibility to Update/Downgrade with little to no problmes!

HTH,
Alaa

0 votes

Hi Bjorn,

Lets go quickly over your questions:

  1. Do I have to remove the wisej.web.dll & wisej.core.dll from the BIN folder, and replace with wisej.framework.dll ?>No, you’ll need to remove the Wisej.Web and Wisej.Core references from your project, not the BIN folder, installing Wisej is now done through NuGet, no need to manually add the “Wisej.Framework.dll” reference.
  2. Replace .resx namespaces to Wisej.Web. and Wisej.Core. with Wisej.Framework.
    where to do that? not clear for me. is that the reference in my code “Imports Wisej.Web” > “Imports Wisej.Framework”
    >The .resx files are the resource files bound to your controls, what you’ll have to do is replace any string that contains “Wisej.Web” or “Wisej.Core” with “Wisej.Framework”, to do that it’s fairly simple! All you have to do is do a mass replace by going to “Edti>Find And Replace>Replace” in files in Visual Studio, or press the Ctrl+Shift+H hotkey, Change the file types to *.resx and then you’re good to go!
  3. Change using wisej.core.design to using wisej.design
    >See answer number 2
  4. I’m already using application.session.xxx and application.mainpage in my code is that ok?
    >That’s correct! But it would also be a good idea to do a mass replacement in case you’re using the old ApplicationBase class.
  5. When starting visual studio 2022, I’m only able to select 4.8
    >It’s okay to select 4.8, in fact, starting from Wisej.NET V2.5, we’ve moved to use .NET Framework 4.8!
  6. Modify web.config and replace “Wisej.Core” with “Wisej.Framework”
    >I have attached a zip file with a web.config file in it for reference!

 

HTH,
Alaa

//

  • Alaa (ITG) answered Sep 30, 2022 - 2:04 pm
  • last active Sep 30, 2022 - 2:12 pm
0 votes

Hello,

thanks for your quick answer.

do you have a more detailed procedure?

or can you answer my below question, it’s not 100% clear for me where to do what.

I never did some changes in the past 😮

_______________________________________________________

Upgrade Checklist:

> Replace project references to Wisej.Web.dll and Wisej.Core.dll with Wisej.Framework.dll
Currently in the BIN folder I have multiple files (see screenshot1)
Do I have to remove the wisej.web.dll & wisej.core.dll from the BIN folder, and replace with wisej.framework.dll ?
if yes where can i find the wisej.framework.dll ?

> Replace .resx namespaces to Wisej.Web. and Wisej.Core. with Wisej.Framework.
where to do that? not clear for me.
is that the reference in my code “Imports Wisej.Web” > “Imports Wisej.Framework”

> Change using wisej.core.design to using wisej.design
where can I find this information?

> Change calls from ApplicationBase. to Application.
i’m already using application.session.xxx and application.mainpage in my code is that ok?

> Set target .NET framework to 4.6
when starting visual studio 2022, I’m only able to select 4.8

> Modify web.config and replace “Wisej.Core” with “Wisej.Framework”
in my web.config file I find 4 results with “wisej.core”, can i replace them all
before:
<modules>
<add name=”Wisej” type=”Wisej.Core.HttpModule, Wisej.Core”/>
</modules>
<handlers>
<add name=”json” verb=”*” path=”*.json” type=”System.Web.HttpForbiddenHandler” />
<add name=”wisej” verb=”*” path=”*.wx” type=”Wisej.Core.HttpHandler, Wisej.Core”/>
</handlers>
after:
<modules>
<add name=”Wisej” type=”Wisej.Framework.HttpModule, Wisej.Framework”/>
</modules>
<handlers>
<add name=”json” verb=”*” path=”*.json” type=”System.Web.HttpForbiddenHandler” />
<add name=”wisej” verb=”*” path=”*.wx” type=”Wisej.Framework.HttpHandler, Wisej.Framework”/>
</handlers>

0 votes

Hi Bjorn,

please make sure to follow these steps to upgrade from 1.x:

https://docs.wisej.com/docs/releases/upgrade-from-1.x

Best regards
Frank

0 votes

Hello,

this a wisej 1.5.56 version project

I found that I have to switch from core > framework
what needs to be done to switch from 1.5.56 > 3.12 ?

I was trying to follow the below link but it’s gone.

can you please let me know what to do, to upgrade my project to the latest version?

thanks in advance.

 

Hi Edmond,

you need to change Wisej.Core to Wisej.Framework in web.config.

Find more information here:

https://wisej.com/docs/2.1/html/UpgradeFromWisej1.htm

Best regards
Frank

0 votes

Is The RTL Support for ListView/DataGrid Implemented ?

  • RABEEH answered Sep 30, 2022 - 5:49 am
1 vote

Hi Matthew,

Sorry for the delayed answer!

You can add “Application.Eval(“wisej.web.DataGrid.STARTEDITING_DELAY = 100″);” to your Main function.
This should speed up the PropertyGrid and the DataGridView.

HTH,
Alaa

0 votes
In reply to: Download wisej.exe

ok thanks for your quick reply

can you also quickly explain the steps how to install this extension?

so I can start directly without searching to much and make to much mistakes.

thanks in advance.

0 votes
In reply to: Download wisej.exe

Hi Bjron,

Wisej.NET now is shipped with a VSIX installer that has everything you need to kickstart your projects.

The VSIX has the templates and Designer included, while the Wisej.NET assembly itself is distributed through NuGet packages, this way it’s always easier to be up to date, and you have the advantage of rolling-back to previous versions more easily.

 

It’s the same experience as before, it’s just installed as a Visual Studio Extension now!

HTH,

Alaa

0 votes

Every dll from wisej is from september 2022.

Any other help, please.

 

Best regards.

Showing 1901 - 1920 of 11k results