Hi,
How to cancel solution loading if something is wrong in IVsSolutionLoadEvents.OnBeforeOpenSolution?
When opening a solution, I'd like to perform some check in IVsSolutionLoadEvents.OnBeforeOpenSolution, if there is anything wrong (such as user does not have the write permission on the solution), I'd like to cancel the solution loading.
How can I achieve this?
Thanks,
Milton