I followed Ed (JETDV)'s videos on creating a custom command precisely, as far as I could tell. I've added a few controls to the command's dockable window control. No problems. Everything compiles successfully after a clean. But now when I try to open the CCTest.cs code in VS, I get that VS error screen that starts off with "To prevent possible data loss..." and it gives me an error Constructor on type 'ScriptPortal.Vegas.DockableControl' not found. It does not give an option to ignore and continue with the error. It has links for the call stack, MSDN help, and search forums. None of which is any use. I opened the CCTest.cs file outside of VS just to see if there was anything obvious. As far as I can tell, it is identical to the version at the end of the Custom Command video. I've checked all of the references, many times. The thing that is really confusing is that the class compiles. I changed spelling on a couple of things just to make sure the compiler was indeed compiling this class and the misspellings were correctly flagged. So it's compiling. But it absolutely will not open as a typical cs class in the VS editor. Just curious if anybody else has encountered anything like this and if there are resolutions. Thx.