[I tried to post this yesterday, but it didn't end up on the board, so I'm trying again. Sorry if this is a duplicate.]
I've got a VS project that was translated from VS2008 to VS2015. The source control bindings were lost and VS prompted me to attach the project to an existing project in source control. Attached is a screenshot of the dialog that is displayed -- the OK/Cancel buttons are clipped and using the tab key doesn't seem to allow me to accept the dialog.
[12/1/2017 3:57:18 PM] Version Check: This Vault Standard client is version 10.0.0.736
[12/1/2017 3:57:18 PM] Version Check: Your Vault Standard server is version 10.0.0.736
Missing OK/Cancel in Locate Solution dialog
Moderator: SourceGear
-
- Posts: 15
- Joined: Thu Nov 30, 2017 1:29 pm
Missing OK/Cancel in Locate Solution dialog
- Attachments
-
- 2017-11-30_15-05-13.png (273.73 KiB) Viewed 8900 times
Re: Missing OK/Cancel in Locate Solution dialog
It looks like you selected a project file instead of the .sln file. Look in Vault separated to see if the solution file is in the path. If you are binding a project file and not a .sln file, then expand the folder and there is probably a subfolder that holds the project file. You should see the .vcxproj in the center panel when you have the correct folder.
Beth Kieler
SourceGear Technical Support
SourceGear Technical Support
-
- Posts: 15
- Joined: Thu Nov 30, 2017 1:29 pm
Re: Missing OK/Cancel in Locate Solution dialog
Thanks. The same problem occurred when opening the solution. It appears the issue was due to the VS2008->2014 translator. I edited the .sln file by hand to restore the Vault info and it appears to work now. Thanks for your help!
Re: Missing OK/Cancel in Locate Solution dialog
Thank you for the update.
If you have more projects to move from VS 2008 to VS 2014, you might try checking out the entire project before you open it in VS 2014. That way if VS 2014 wants to make any changes the files are in a writable state.
If you have more projects to move from VS 2008 to VS 2014, you might try checking out the entire project before you open it in VS 2014. That way if VS 2014 wants to make any changes the files are in a writable state.
Beth Kieler
SourceGear Technical Support
SourceGear Technical Support
-
- Posts: 15
- Joined: Thu Nov 30, 2017 1:29 pm
Re: Missing OK/Cancel in Locate Solution dialog
Agreed, it was a mistake on my part that I didn't do that.