https://winthropdc.wordpress.com/2015/04/08/how-to-enable-visual-studio-tools-customisations-for-the-web-client/
Your VB code needs to explicitly state the mod is available in the web client
Enable Mod in VB
<SupportedDexPlatforms(DexPlatforms.DesktopClient
Or
DexPlatforms.WebClient)>
Public
Class
GPAddIn
Implements
IDexterityAddIn
' IDexterityAddIn interface
Sub
Initialize()
Implements
IDexterityAddIn.Initialize
End
Sub
End
Class
No comments:
Post a Comment