Skip to content

IntelliSenseServerControl_{UUID} macro always fails #99

@tonyroberts

Description

@tonyroberts

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions