The super simple solution is to buy a server license for $690.
Also joining in on answer.
It is nice from marketing perspective to push this, but also from security perspective you are making recon work easier.
Agrego la captura del error:
Buenas tardes,
De un dia para otro, me apareció al cargar el home del sitio un mensaje similar:
Licencia de servidor no válido
Estado: WrongProductName
caducidad:-
No se si se trata de alguna licencia utilizada dentro del proyecto .NET o se trata de permisos de acceso al servidor que el firewall de un día para otro empezó a limitar.
Cualquier sugerencia sera bienvenida.
Gracias!
Hi Rusty,
in Wisej.NET 3.5.16 you now have an additional parameter StartIn that you use for well known locations like Desktop, Downloads, Documents etc.
Best regards
Frank
Hi Robert,
we might have fixed a related issue in our upcoming 3.5.16 release that is currently in QA.
Can you please try this test build and see if it fixes it on your end?
https://wisej.s3.amazonaws.com/downloads/TestBuilds/Wisej.NET-3-VS2022-3-5-16-4.vsix
Best regards
Frank
Hi Frank,
thanks for the swift reply!
Attached a screnshot; nothing special, just doubleclick on Window1.cs -> Message “NullRef Exception” -> OK shows the designer.
I’m using Wisej.NET community edition currently; VC Info below (german version).
Thanks, Robert
Microsoft Visual Studio Community 2022
Version 17.12.3
VisualStudio.17.Release/17.12.3+35527.113
Microsoft .NET Framework
Version 4.8.09032
Installierte Version: Community
ASP.NET and Web Tools 17.12.178.10385
ASP.NET and Web Tools
Azure App Service-Tools v3.0.0 17.12.178.10385
Azure App Service-Tools v3.0.0
Azure Functions and Web Jobs Tools 17.12.178.10385
Azure Functions and Web Jobs Tools
C#-Tools 4.12.0-3.24572.7+dfa7fc6bdea31a858a402168384192b633c811fa
C#-Komponenten, die in der IDE verwendet werden. Abhängig von Ihrem Projekttyp und den zugehörigen Einstellungen kann eine andere Version des Compilers verwendet werden.
Common Azure Tools 1.10
Provides common services for use by Azure Mobile Services and Microsoft Azure Tools.
GitHub Copilot 17.12.38.29086
GitHub Copilot ist ein KI-Paarprogrammierer, mit dem Sie Code schneller und mit weniger Arbeit schreiben können.
Microsoft JVM Debugger 1.0
Provides support for connecting the Visual Studio debugger to JDWP compatible Java Virtual Machines
NuGet-Paket-Manager 6.12.2
NuGet-Paket-Manager in Visual Studio. Weitere Informationen zu NuGet finden Sie unter https://docs.nuget.org/.
Razor (ASP.NET Core) 17.12.3.2457601+b5256abf658352440e61aa1372bbc0798e9ceb7d
Stellt Sprachdienste für ASP.NET Core Razor bereit.
SQL Server Data Tools 17.12.83.3
Microsoft SQL Server Data Tools
TypeScript-Tools 17.0.30918.2001
TypeScript-Tools für Microsoft Visual Studio
Visual Basic-Tools 4.12.0-3.24572.7+dfa7fc6bdea31a858a402168384192b633c811fa
Visual Basic-Komponenten, die in der IDE verwendet werden. Abhängig von Ihrem Projekttyp und den zugehörigen Einstellungen kann eine andere Version des Compilers verwendet werden.
Visual F# Tools 17.12.0-beta.24501.1+19610c0b654766eec49d044cb97ca6eaa2a63d16
Microsoft Visual F# Tools
Visual Studio IntelliCode 2.2
KI-gestützte Entwicklung für Visual Studio.
Hi Robert,
can you please attach a screenshot of the error message. Please also tell us, what Visual Studio 2022 version you are using.
Are you using Wise.NET community or a professional/enterprise version?
Thanks in advance,
Frank
Note that CKEditor is a third party extension, not created by Wisej. I can point you in the right direction, but a complete code sample is outside of the scope of this forum. You can always purchase a consulting package if you require further support: https://wisej.com/services-packages/
SpellCheck
For an example of a CKEditor in Wisej that uses spellcheck, look in the demobrowser here: https://wisej-demobrowser.azurewebsites.net/#Extensions/CKEditor/Features
The source code for the CKEditor in the demobrowser is here: https://github.com/iceteagroup/wisej-demobrowser/tree/main/Demos/Extensions/Wisej.DemoBrowser.CKEditor
You can read more about spellcheck from the CKEditor documentation here: https://ckeditor.com/docs/ckeditor5/latest/features/spelling-and-grammar-checking.html
Alternatively, you could use TinyMCE instead of CKEditor. See here: https://docs.wisej.com/extensions/extensions/tinymce You would have to use a plugin to enable spellchecking, see details here: https://www.tiny.cloud/blog/tinymce-spellchecker/
Format
You’ll have to look through the CKEditor documentation for this. Here are a few links you might find to be helpful. From what I can tell, looks like CKEditor uses HTML to format text.
https://ckeditor.com/old/forums/Support/how-save-text-format
Where can I find a list of available parameters? Can I insert custom buttons?
A list of available parameters is not in Wisej, you’d have to search through the CKEditor documentation. You should be able to insert custom buttons. You’d have to write some JavaScript for it.
You are on the right track with trying to modify Options.toolbar. Note that CKEditor is a Wisej widget. Here’s the Wisej documentation on widget options: https://docs.wisej.com/api/wisej.web/content/widget#options
Also whatever button I press, in the standard toolbar, in the attachment, everything disappears, text and toolbar.
If you attach a reproducible test case, then we can look into this as a possible bug.
Hope this helps,
Julie
The TinyEditor uses an iframe for the text area, which doesn’t allow events to bubble up. If you need a click event from within the iframe of the TinyEditor you would need to modify the extension.
Hope this helps,
Lawrence
Yes, you can run the server on your own server.
For an example program, watch this video: https://www.youtube.com/watch?v=CnAK-tQK0vc
The video shows it running natively in Windows, but you can run it in an android emulator, or on your phone. You just need to check the box to target android when you create the project. Same with iOS.
Note that the template names and default project names have changed since that video was recorded.
Template Names
old -> new
Wisej.NET 3 Hybrid Web Page Application -> Wisej.NET Hybrid Remote Application
Wisej.NET 3 Hybrid Client Application -> Wisej.NET Hybrid Client Application
Project names
old -> new
HybridApp1 -> HybridClient1
WisejHybridWebApplication1 -> WisejHybridRemoteApplication1
In order to enable text wrapping in a DataGridView, you can set the WrapMode of the cell style to true. By default the WrapMode will be “NotSet,” which will cause the cells to act as if it were false.
dataGridViewName.DefaultCellStyle.WrapMode = DataGridViewTriState.True;
I would also recommend using auto sizing on your rows depending on how much text you plan on having wrapped.
Hope this helps,
Lawrence
The community license is free. The server express license is also free.
You can read the restrictions on the community license here: https://docs.wisej.com/license/license-model/community-edition
The trial license can only be used for 30 days before it expires. Yes, you can use the trial license with the server express license.
Hope this helps,
Julie
Another thing to consider as you build your application is Responsive Design. You’ll need the application to look good on a small phone screen as well as on a big browser screen.
Here’s the Wisej documentation on how Wisej deals with Responsive Design: https://docs.wisej.com/mobile/guides/responsive-design
You might also consider using the FlexLayoutPanel and FlowLayoutPanel.
Yes, you should use the Hybrid project in that case.
A regular Wisej project would be able to run in a phone browser, but not as a phone app.
Thank you Frank! That did it 🙂
Hi Rusty,
just replace
ListBox1.Refresh()
with
Application.Update(ListBox1)
Best regards
Frank
Instructions if anyone needs it:
I’had the same error in a new installation from scratch and 3.5.15.2 Designer and i was not able to activate the designer.. To succesfully activate i need to uninstall the 3.5.15.2 release, install the 3.5.12.x release, activate the product and then upgrate the designer to 3.5.15.2. This i a bug.
I used the latest build and selected community edition of visual studio – it installed – opening the designer does not ask me for the license – I get a “null reference exception” message =- but then it proceeds as normal and i can use the designer.