Latest Visual Studio Community 2017 15.3 and latest Wisej release build 1.3.82
There is no toolbox not context menu “design view”
In VS 2015 all works ok
Hi Stanislaw,
have you tried following the tips here: https://wisej.com/support/question/vs2015-toolbox-wisej-icons-issue
Hope that helps.
Best regards
Frank
I have checked template path in VS settings – it points into my custom directory, so I copied Wisej templates from path you specified. Now I can create a project from Wisej template without problem.
Problem with designer still exists – see latest attachment with nearly created Wisej desktop application
The tool box is empty. If I right click into tool box and choose reset toolbox – nothing happens.
I can’t open design view as you can see in attached image
Also there is not any Wisej project templates available in the new project dialog
Open in design mode command is not shown in context menu in VS 2017
Thanks. Looks like it was installed correctly if the files are present in C:\\Program Files\\IceTeaGroup\\Wisej\\bin\\
Try to open a Wisej window in design mode, right click on the Toolbox and select “Reset toolbox”.
https://stackoverflow.com/questions/1268298/how-to-rebuild-the-visual-studio-toolbox
I’ve attached a 2 registry export files for 2 Visual Studio registry folders:
Please check the registry key
HKCU\Software\Microsoft\VisualStudio\15.0_{some value}
Let me know the entries in HKCU\Software\Microsoft\VisualStudio\
Since 2017 Microsoft changes the key in the registry to a random value set at installation basically breaking all the installers that needed to install something into the toolbox. Their solution is to only using VSIX installations, but VSIX is way too limited for product installations. So now for 2017 we have to use a combination of vswhere (from microsoft: https://github.com/Microsoft/vswhere) and a powershell command to determine the key name.
Please login first to submit.