Wisej 2: Getting Started With Wisej 2
Wisej 2: Getting Started With Wisej 2
Now you should see a number of templates. Start with either the Web Application or the Web Desktop
Application template. The only difference is that Web Desktop Application also creates a desktop
component.
4 ADDITIONAL EXAMPLES
You can find many new example applications at http://wisej.com/examples and on GitHub at
http://github.com/iceteagroup/wisej-examples. If you click “Watch” in GitHub you will receive a
notification when we add new examples.
5 THEME BUILDER
The theme builder executable should have a shortcut on your desktop. When you start it the first time,
it will automatically copy the built-in themes to “[Current User]\Documents\Wisej\Themes”. You can
use these files as the starting point for new themes.
Wisej 2 starts at .NET 4.6. You need to change each project’s target framework to at least 4.6.
Please note that if you´re using Visual Studio 2013 you need to install the targeting pack for .NET
framework 4.6.
Change Wisej.Core to Wisej Framework in web.config.
Remove Wisej.Core and Wisej.Web from the project references and add Wisej.Framework only.
Under References, delete Wisej.Core and Wisej.Web in all projects and add only 1 reference to
Wisej.Framework.
Please note that the namespaces have not changed (besides the design mentioned later). So all
instructions like using wisej.web; and using wisej.core should remain as is.
If you have used a design time feature from Wisej you may have using statements to Wisej.Core.Design
and/or Wisej.Web.Design.
Wisej 2.0 adds a new tab in the toolbox called Wisej 2. Please make sure to use the controls in that tab
when you are designing your windows. If you accidentally pick a control from Wisej 1.x and drop it on a
container, references to Wisej.web and Wisej.core may be readded.
In that case simply delete those references again.
If the Wisej tab is missing in your toolbox, you can add it manually and choose items from
Wisej.Framework.dll.
The project templates and item templates that are installed with Wisej 2.0 are listed in Wisej 2 (under
Visual Basic or Visual C#). If you accidentally pick a template from Wisej 1.x it can fail and/or add
references to Wisej.web and Wisej.core may be readded.
In that case simply delete those references again.
If your Wisej 2 templates are not showing, please check if you have selected .NET framework 4.6.
If they still don´t appear, please check the content of
C:\users\<youruser>\documents\visual studio 2012|2013|2015|2017\templates
If you don´t see the files under Project Templates or Item Templates, you can download them from the
following locations:
http://wisej.s3.amazonaws.com/downloads/Templates/CSharpTemplates.zip
http://wisej.s3.amazonaws.com/downloads/Templates/VBNetTemplates.zip
If they are present or don´t show after you copied them to the target location run an elevated Visual
Studio Command Prompt and execute the following command:
devenv /installvstemplates
Please check all your references and change them from the 1.x extensions to the 2.0 extensions.
Upgrade resources