08-08-2016 09:16 AM
Hello!
Recently I have encountered following error just after adding new public event to SMO.ByRefWithEvents:
It results in scripting being stopped in mid process, and therefore leaving framework in errorous state.
I have managed to manually fix the issue by:
I have updated SMO toolkit, and the error persists. However, when I try to recreate it on fresh SMO, it does not occur.
Do any of you have an idea how to fix the issue?
## Update
Some clue may be in the fact, that I have created the project, added some events, and then changed the name of the project.
I cannot recall it the above mentioned error was a direct result of name change, but it may be a track.
Message was edited by: _Mike_
08-09-2016 11:25 AM
Thank you for reporting this Mike. I will investigate to try to replicate the problem.
08-10-2016 01:56 AM
another issue I have found is that upon creation of private event which is described as "Use this to communicate internally whitin the SMO class" there is new vi in API folder, which is available for everybody.
Shouldn't it rather pop up in private section?