Hi Alex,
Thank you for reporting this issue, we’ll investigate it and get back to you ASAP!
Best,
Alaa
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
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
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
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
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”
Wisej.Framework is still not know in my pages/windows
so probably I still have to do an extra step somewhere
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?
Hi Marcelo,
This issue is fixed in our recent release! (Version 3.1.2)
Best,
Alaa
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.
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
Hi Bjorn,
Lets go quickly over your questions:
HTH,
Alaa
//
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>
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
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
Is The RTL Support for ListView/DataGrid Implemented ?
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
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.
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
Every dll from wisej is from september 2022.
Any other help, please.
Best regards.