Use Visual Basic with Microsoft Visual Studio 2015 and .Net Micro Framework 4.4
How To Use Visual Basic in .Net Micro Framework 4.4
- Install Visual Studio 2015
https://go.microsoft.com/fwlink/?LinkId=532606&clcid=0x409
- Install the assemblies:
- Install the this file to set the Visual Studio 2015 environment for NMF 4.4
https://github.com/NETMF/netmf-interpreter/releases/download/v4.4-RTW-20-Oct-2015/NetMFVS14.vsix
- There is a bug in the VS 2015 visual basic emulator
The fix:
From this page:
http://informatix.miloush.net/microframework/Articles/VBinMF44.aspx?_setCulture=cs-CZ
The registry key should look like this:
Next save a template so you don’t have to make the project file each time.
How to use the template file
The File will be saved here:
C:\Users\User\Documents\Visual Studio 2015\My Exported Templates
To use the template select it here. My templates were called StandardVB and StandardVBConsole.
My template is here:
https://github.com/Dweaver309/VBFix/blob/master/StandardVB.zip
I have added this file that will make the registry changes with clicked on
https://github.com/Dweaver309/VBFix/blob/master/VBVSFix.reg
It’s fixed!