My apologies if this has already been asked... the search function returns 0 hits for "VCS", and "Version Control" gives me every post with either "version" or "control :/
Windows 7 x64
PL/SQL Developer 10.0.5
MSSCCI provider for TFS2010
Visual Studio 2010 and 2013 Premium
The plugin was installed by default when I installed PL/SQL Developer, and the menus seem to work fine... when I click VCS->Open Project, I get an open project dialog, and also a small, empty window in the background on my second monitor. A tfsmsssccisvr.exe procoess has launched in the background. Spy++ tells me the empty window is class TDummyForm, with caption "VCS", and is owned by the main PL/SQL Developer, not the msscci provider server process.
In the open project dialog box, I select the MSSCCI provider, and browse for the project... a connect to server dialog pops up, and I can add my TFS server - no problems. I click OK, and get a "choose folder" dialog.
In the Choose Folder dialog, I see the project structure on the TFS server, so I'm clearly connecting to TFS and communicating with it. I pick my project and the workspace, and click 'OK'. The empty window receives a "ShellFileOpened" message in Spy++, followed by by a couple of WM_ACTIVATEAPP messages.
The Open Project dialog is now fully populated with my project, user, path, and aux path; everything seems correct. I click OK, and the Open Project dialog disappears. Spy++ shows WM_ENABLE, WM_NCACTIVATE, WM_ACTIVATE, a WM_IME_SETCONTEXT, and a "WM_IME_NOTIFY dmCommand:IMN_OPENSTATUSWINDOW dwCommand 0002 dwData 0000" message... followed by a "WM_SETFOCUS hwndLoseFocus" message and a WM_ACTIVATE message. After which I no longer see any messages, and the window appears dead in the water... I can't resize it, can't close it... and because it's Modal, PL/SQL Developer is also dead in the water.
At that point, I either have to kill PL/SQL Developer, or the msscci server. If I kill the msscci server, PL/SQL developer throws error messages, but I'm able to work in the IDE again. However, the VCS plugin is hosed... any attempts to reconnect to the TFS server throw either initialization or "Non Specific Error" (I kid you not) errors. I have to restart PL/SQL Dev to continue.
Any ideas what the issue might be? TIA.
Windows 7 x64
PL/SQL Developer 10.0.5
MSSCCI provider for TFS2010
Visual Studio 2010 and 2013 Premium
The plugin was installed by default when I installed PL/SQL Developer, and the menus seem to work fine... when I click VCS->Open Project, I get an open project dialog, and also a small, empty window in the background on my second monitor. A tfsmsssccisvr.exe procoess has launched in the background. Spy++ tells me the empty window is class TDummyForm, with caption "VCS", and is owned by the main PL/SQL Developer, not the msscci provider server process.
In the open project dialog box, I select the MSSCCI provider, and browse for the project... a connect to server dialog pops up, and I can add my TFS server - no problems. I click OK, and get a "choose folder" dialog.
In the Choose Folder dialog, I see the project structure on the TFS server, so I'm clearly connecting to TFS and communicating with it. I pick my project and the workspace, and click 'OK'. The empty window receives a "ShellFileOpened" message in Spy++, followed by by a couple of WM_ACTIVATEAPP messages.
The Open Project dialog is now fully populated with my project, user, path, and aux path; everything seems correct. I click OK, and the Open Project dialog disappears. Spy++ shows WM_ENABLE, WM_NCACTIVATE, WM_ACTIVATE, a WM_IME_SETCONTEXT, and a "WM_IME_NOTIFY dmCommand:IMN_OPENSTATUSWINDOW dwCommand 0002 dwData 0000" message... followed by a "WM_SETFOCUS hwndLoseFocus" message and a WM_ACTIVATE message. After which I no longer see any messages, and the window appears dead in the water... I can't resize it, can't close it... and because it's Modal, PL/SQL Developer is also dead in the water.
At that point, I either have to kill PL/SQL Developer, or the msscci server. If I kill the msscci server, PL/SQL developer throws error messages, but I'm able to work in the IDE again. However, the VCS plugin is hosed... any attempts to reconnect to the TFS server throw either initialization or "Non Specific Error" (I kid you not) errors. I have to restart PL/SQL Dev to continue.
Any ideas what the issue might be? TIA.