[SOLVED] VBNET Template problem VS 2013 Ultimate

Answered
0
0

Hi,

I use VS 2013 Ultimate and VBNET

1- when I create new VBNET project “Web Page”, the template can not be found

unable to find file ‘C:\Users\myusername\AppData\Roaming\Microsoft\VisualStudio\12.0\ProjectTemplatesCache\Visual Basic\Wisej\WebPage\WebApplication.vbproj’

the template file seems to be the C# version.

 

2- When I create a new VBNET project “UserControl”, have error on code and the design don’t work

3- When I create a new VBNET project “WebApplication” or “WebDesktopApplication” the import

Imports System.Runtime.InteropServices;
Imports Wisej.Core;

has “;” that in VBNET is not used, need to remove it manually

 

Regards

Cristian

  • You must to post comments
Best Answer
0
0

Hi Cristian,

we have checked and updated our Visual Basic project templates.

You can find them here: http://wisej.s3.amazonaws.com/support/attachments/Wisej.VB.ProjectTemplates.zip

Please unzip and copy them to your user directory\Documents\Visual Studio 201x\Templates\ProjectTemplates\Visual Basic\Wisej

This update will also be included in the next Wisej installer.

Best regards
Frank

  • You must to post comments
0
0

Yesss all works!

my path are

..\Documents\Visual Studio 2013\Templates\ItemTemplates\Visual Basic\Wisej
..\Documents\Visual Studio 2013\Templates\ProjectTemplates\Visual Basic\Wisej

thank you!!!

  • You must to post comments
0
0

Hi Frank,

thank you very much! Tomorrow I try it and I give a feedback.

thanks

Cristian Zerbinati

  • You must to post comments
Showing 3 results
Your Answer

Please first to submit.