Cristian Zerbinati asked 2017-02-28 14:50:17 UTC
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
Cristian Zerbinati asked 2017-02-28 14:50:17 UTC
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