Sysprogs forums › Forums › VisualGDB › TFS Team Foundation Server Problem with Visual GDB
- This topic has 8 replies, 2 voices, and was last updated 5 years, 4 months ago by support.
-
AuthorPosts
-
June 19, 2019 at 12:47 #25170YonkParticipant
Hi every one
Im new to the game and need a little help 🙂
some how I have trouble with TFS it always brings an error when i open my Solution.
Error:Â The project file C:\…\EIP_Firmware.vgdbproj is not bound to source control, but the solution contains source control binding information for it.
Do you want to open the project using source control binding information from the solution or open it as unbound and fix the solution file?I can choose:
–Â Use solution binding (Result: I can Check-In and Out but have to do it by hand not automatic like it should be and there are no locks or other icons, just one on the solution)–Â Remove solution binding (Binding removed)
I tried to
- create new project
- Re added bindings
- Re created EIP_Firmware.vgdbproj
Thanks for your help
- This topic was modified 5 years, 4 months ago by Yonk.
Attachments:
You must be logged in to view attached files.June 19, 2019 at 20:06 #25178supportKeymasterNo problem. We have rechecked the TFS integration with the latest VS build and it looks like the Arduino projects were indeed not handling it correctly.
Please try this build: VisualGDB-5.4.107.3206.msi
If the message still appears, please select the “Use solution binding” option. The SCC icons should now work.
In order to eliminate the message completely, please enable View->Other Windows->VisualGDB Diagnostics Console (using the new build), create a new project in a source-controlled directory and let us know:
- Whether the lock icons appear after you created the project
- If yes, whether they reappear after you reopen the solution
- The full log from the Diagnostics Console showing the messages from creating and reopening the solution
June 24, 2019 at 08:36 #25200YonkParticipantThank you
- The Icons appear
- works also but still the Source Control Message appears:
The project file C:\SMTProject\SSS\ArduinoProjectTestGDB1\ArduinoProjectTestGDB1\ArduinoProjectTestGDB1.vgdbproj is not bound to source control, but the solution contains source control binding information for it.
Do you want to open the project using source control binding information from the solution or open it as unbound and fix the solution file?if I click on Use solution binding then it work till I reload the solution
Attachments:
You must be logged in to view attached files.June 25, 2019 at 02:58 #25202supportKeymasterThanks for the log file, it looks like our bug. We have fixed the problem in the following build: VisualGDB-5.4.108.3212.msi
June 25, 2019 at 06:45 #25203YonkParticipantThank you, now it works smoothly!!
June 26, 2019 at 15:36 #25209YonkParticipantSome times the error pups up. I checked the file is there and it’s not read only.
EIP_Firmware.ino has been automatically checked out for editing.
The item C:\SMTProject\SSS\SMT-91-0104_EIP_Firmware\SMT-91-0104_EIP_Firmware\SMT-91-0104_EIP_Firmware.vgdbproj.vspscc could not be found in your workspace, or you do not have permission to access it.
SMT-91-0104_EIP_Firmware.vgdbproj has been automatically checked out for editing.June 26, 2019 at 17:09 #25215supportKeymasterIt looks like VSS might expect some extra notifications from the Arduino projects. Please try narrowing it down to a specific sequence of actions that reliably triggers the problem and we will investigate it and try adding a workaround.
July 3, 2019 at 12:58 #25235YonkParticipantThe whole Solution is checked-in and I edit any .ino or .h files just the .ino or .h file is checked out not the Project. Don’t know if it’s really a failure.
July 3, 2019 at 17:16 #25245supportKeymasterNormally, unless you change a specific project-level setting (e.g. add another sketch file), the project itself doesn’t need to be checked out, so based on what you have described, this looks OK.
-
AuthorPosts
- You must be logged in to reply to this topic.