Hi Carlos
Could you please, upload your sample project to check it. You must delete the bin and obj folders before zip
Thanks 🙂
Check if the Wisej templates are present in the visual studio template directory. Make sure you checked the correct version of Visual Studio when installing.
If the templates are present and still don’t show in Visual Studio use the instructions here: https://docs.wisej.com/docs/getting-started/new-project#missing-templates
I uninstall old version , and ı want to create a new app but not show tamplate , How can we create a new application if we are not going to use the old institutions.
Thanks
Hi Carl,
Do you have your Documents folder in it’s default place (i.e under C:\Users).
We had a similar situation, where the Documents are located on another drive.
Can you reset the default directory for the templates in VS and then reinstall wisej ?
Let me know if that works.
Best regards,
Alaa
It should have shown a dialog with a link to the webview2. sdk. In any case, you need to install this
https://developer.microsoft.com/en-us/microsoft-edge/webview2/
Or disable Edge/Chrome in the designer options and use IE instead if Edge/Chrome doesn’t work on your machine.
Hi Justin
About Your questions
1.- The price of our products and services are all in US dollars.
2.- Each developer license include one server license.
Here you can find more: https://docs.wisej.com/docs/getting-started/faq
3.- Please, send us a email to: sales AT wisej.com and the business area respond you this point
4.- Yes, there are a TP (Technology Partner Program ) program.
Regards
As you can see, it is 🙂
And of course I was not able to add the nugget because it requires .NET 4.8 (and I have 4.7.2)
Hi Carl,
It’s great that the issue was resolved.
Let me know if you still have any issues with Wisej 2.5, I’ll be glad to help.
Best regards,
Alaa
Hi Adrian,
Wisej 2.5.16 use Nuget package and not dll reference like 2.2.x,
When you want to migrate from 2.2 to 2.5 first delete last Wisej.Framework reference and any extension reference and next add them with Nuget it work (check preview package for listing Beta version)
Best,
Kevin (ITG)
Hi Nicholas,
can you please put together a small sample demonstrating what you like to achieve?
Also, are you using our DevExtreme extension? It can be found here:
https://github.com/iceteagroup/Wisej-Ext-DevExtreme
Best regards
Frank
Hi Paul.
I will attach a sample.
Just added here: https://docs.wisej.com/api/whats-new-in-2.5
Also please don’t forget that the 2.5 you have was a beta. We are a bit late with the release which should be today or tomorrow.
For the local nugets, the main advantage going forward is that allows the easy downgrade and upgrade of the version without having to reinstall, and introduces dual targeting for Wisej 3 to build both .NET 4.8 and .NET 5, 6, 7 (supporting Windows, Linux, MacOS).
Nello, to add to Frank’s message. Statics (or shared in VB) are not a Wisej feature. If you use statics in ASP.NET or Blazor or a web api in .NET they are a single instance across the process shared by all sessions.
About sessions, they don’t exist in any compiler. Sessions are just a collection of context objects stored in a static cache in relation to a unique id usually stored in a cookie or browser storage. Web frameworks retrieve that context object for every request.
Hi Nello,
you probably have some static definitions. Statics are shared across all sessions.
If you put together a small test case we can tell you more.
For user (session) specific data you can use the session object:
https://docs.wisej.com/docs/controls/general/application#session-object
Best regards
Frank
Hi Cristian,
we´ll upload the extensions for 2.5 today.
Best regards
Frank
Thanks Christian !!!
Just adding the framework to 4.8 does the trick.
Perhabs someone should add an little reminder/Hint Window to the installer.
Hi,
set application framework to 4.8 and press Right Click on References -> add nuget packet- >install wisej 2.5
this resolve a lot of my problem, but not all (for my case)
best
Cristian
Thank you, I’m using V 2.5.12.
It seems to be working well now, the resource is wrapped into dynamic option.
this.ckEditor1.Options = ((Wisej.Core.DynamicObject)(Wisej.Core.WisejSerializer.Parse(resources.GetString(“ckEditor1.Options”))));
Perhaps I triggered the problem by migrating from some previous versions.
Hi Kizaemon,
Which version of Wisej do you use?
Best,
Kevin (ITG)
