Calling the IntelliSenseServerControl_{UUID} macro fails with Error 2015 (#VALUE).
It looks like this is due to a change in 2aa6549 where the method IntelliSenseServerControl was changed from public to private.
I'm not sure if exposing private methods as macros should work or not? However, when calling the macro the following C# exception is raised:
"Attempt by method 'WrapperType.Wrapped_f2_IntelliSenseServerControl(System.Object)' to access method 'ExcelDna.IntelliSense.IntelliSenseServer.IntelliSenseServerControl(System.Object)' failed."
Changing the IntelliSenseServerControl method back to public fixes it.