I am writing an add-in to look for disabled tasks in all the packages of a solution. I can do this by opening the package from the source file, but I cannot figure out how to read the package if it is open in a designer window.
The user may have a package or two open and may have disabled a task but not saved the package yet. In this case I won't see the disabled task until they save. I can determine if the package is open, but I can't figure out how to hook into the 'open' package.
The user may have a package or two open and may have disabled a task but not saved the package yet. In this case I won't see the disabled task until they save. I can determine if the package is open, but I can't figure out how to hook into the 'open' package.