Hi and thanks for any help in advance,
Is it possible to build a guidance package in VB? I have had a crack at it but cannot seem to register the package. It is a very simple Hello world with one unbound reference to vb assets in the project and then an action that raise a message box. This works perfectly in C#.
If I install the *.msi it does appear invs. I also have tried havingthe "guidance package development" package enabled on the vb project. The problem is registering the package. I get an error which looks like this,
*) Error: 0 : Microsoft.Practices.RecipeFramework.ActionExecutionException: An exception occurred during the binding of reference or execution of recipe Register. Error was: Action Register failed to execute:
The method or operation is not implemented..
You can remove the reference to this recipe through the Guidance Package Manager. ---> System.NotImplementedException: The method or operation is not implemented.
at EnvDTE.CodeElement.get_FullName()
Any help or insight would be much appreciated.
Regards
Zack