[SOLVED] No project templates available in Wisej 2.0(beta)

Answered
0
0

Hi there,

I have uninstall previous version before installing ver 2.0 (beta).  Version 2 Installation completed successfully but up on running VS2013, I do not find project templates both for C# & VB.NET.

Attachment
  • You must to post comments
Best Answer
0
0

Hi Hitesh,

Wisej 2.0 (and its templates) require .NET framework 4.6.

You can dowload the targeting pack for Visual Studio 2013 here:

https://www.microsoft.com/en-us/download/details.aspx?id=48136

(and also install the .NET framework 4.6. itself if you don´t have it already).

Then you need to make sure to select the correct framework when the template files are listed:

vs2013_46

Best regards
Frank

Attachment
  • Hitesh Davey
    I have dotnet framework 4.7.2 installed and also targetpack but still option of .net framework 4.6 target not appearing and also wisej project & item templates.
  • Frank (ITG)
    It worked fine on my VM here. Browsing around I found some hints to use the repair Option of VS 2013. If .NET Framework 4.6 does not appear as a target, it´s a Visual Studio issue. Hope that helps, Frank
  • Hitesh Davey
    FInally I manage to get project templates. Thanks for quick assistance!
  • You must to post comments
0
0

Hello guys,

How can I download the templates? The links below are no longer working.

http://wisej.s3.amazonaws.com/downloads/Templates/CSharpTemplates.zip
http://wisej.s3.amazonaws.com/downloads/Templates/VBNetTemplates.zip

Thanks.

  • You must to post comments
0
0

I just open the default WebDesktopApp  and try to run immediately without making any changes to proj or code and after a bit of waiting I got this error. (see stack trace img). This same issue on all default project templates. (I am using VB.NET)

Server Error in ‘/’ Application.
Could not load file or assembly ‘Wisej.Core’ or one of its dependencies. The system cannot find the file specified.

Attachment
  • Frank (ITG)
    Hi Hitesh, sorry, it´s a problem in the web.config of the visual basic templates. Pleae replace the last Wisej.core in with Wisej.Framework I will update the templates for the next build. Best regards, Frank
  • Hitesh Davey
    manage to run the app after updating we.config but error occured (“cannot read property “destroyComponent of undefined” when try to close window using close button. Same issue occurred when session was about to timeout.
  • You must to post comments
0
0

Even after running  devenv /installvstemplates from an elevated VS command prompt, templates options are not appearing. Not sure this templates are supported on VS2013 version.

Attachment
  • You must to post comments
0
0

Hi Hitesh,

can you please check

C:\users\<YourUser>\Documents\Visual Studio 2013\Templates\Project Templates

and see if you have the project templates installed there ?
If you don´t you can download them here (for Wisej 2.0 beta):

http://wisej.s3.amazonaws.com/downloads/Wisej-Templates.zip

If the templates are there, try running devenv /installvstemplates from an elevated VS command prompt.

Hope that helps.

Best regards
Frank

 

  • You must to post comments
Showing 5 results
Your Answer

Please first to submit.