All Answers

0 votes

Hi  Carlos

Could you please, upload your sample project to check it. You must delete the bin and obj folders before zip

Thanks 🙂

  • Paul answered Sep 22, 2021 - 9:21 pm
0 votes

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

  • Luca answered Sep 22, 2021 - 4:21 pm
  • last active Sep 22, 2021 - 4:22 pm
0 votes

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

  • HSoft answered Sep 22, 2021 - 4:00 pm
0 votes

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

0 votes

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.

See also: https://docs.wisej.com/api/whats-new-in-2.5

  • Luca answered Sep 22, 2021 - 3:23 pm
  • last active Sep 22, 2021 - 3:24 pm
0 votes

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

  • Paul answered Sep 22, 2021 - 3:00 pm
0 votes

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)

 

0 votes

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

0 votes

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)

  • Kevin answered Sep 21, 2021 - 11:19 am
0 votes

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

 

0 votes

Hi Paul.

I will attach a sample.

0 votes

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).

  • Luca answered Sep 20, 2021 - 6:05 pm
0 votes

Hi Masafumi

can you please wrap up a small test case ?

Thanks in advance!

Best regards

  • Paul answered Sep 20, 2021 - 2:12 pm
0 votes

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.

  • Luca answered Sep 20, 2021 - 1:15 pm
0 votes

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

0 votes

Hi Cristian,

we´ll upload the extensions for 2.5 today.

Best regards
Frank

0 votes

Thanks Christian !!!

 

Just adding the framework to 4.8 does the trick.

Perhabs someone should add an little reminder/Hint Window to the installer.

 

0 votes

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

0 votes
In reply to: CKEditor's options

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.

 

0 votes
In reply to: CKEditor's options

Hi Kizaemon,

Which version of Wisej do you use?

Best,

Kevin (ITG)

  • Kevin answered Sep 17, 2021 - 8:36 pm
Showing 3341 - 3360 of 11k results