Troubleshooting Exceptions: Microsoft.VisualStudio.Tools.Applications.Runtime.ControlNotFoundExceptionÂ
A ControlNotFoundException exception is thrown when your code attempts to access a control that is not on the document. The control might have been removed by the end user or by some other code. There is no way to check for the control before you attempt to access it; if the control has been removed the solution will not work.
See Also
Tasks
How to: Find Out More About an Exception with the Exception Assistant