Legacy TeamCity VS Addin not working (TC 9.1.3)
Hello,the Legacy TeamCity VS Addin fails to start with the message:Selected build configurations can not be started in one remote-run:“Compile”: Submitted changes cannot be applied to the build configuration.This was working fine with TC 8.1.5..The project uses VS2012 with R#7.1 and svn.What could cause the problem?Regards,Helios
Please sign in to leave a comment.
Hello,
The message "Submitted changes cannot be applied to the build configuration" suggests that TeamCity cannot understand how to apply the changes to the working copy of the build belonging to the build configuration selected. Most probably this is the result of misconfigured VCS settings. Have any VCS settings changed? Please check that everything is configured correctly. If you believe the operation should be allowed by TeamCity, please provide the following information:
- Full VCS settings of the build configuration selected (VCS root settings + checkout rules)
- TeamCity VS addin plugin settings
- The full paths of the files that are selected for the remote run
Attachment(s):
VSaddin.PNG
Anyone successfully triggered private builds using the legacy TCVSAddin with VS2012 and svn with TC 9.1.3?
The TeamCity VS Addin log shows two exceptions:
--- EXCEPTION #1/2 [WebException]Message = “The remote server returned an error: (407) Proxy Authentication Required.”
--- Outer ---
--- EXCEPTION #2/2 [LoggerException]Message = “The remote server returned an error: (407) Proxy Authentication Required.”
Anything changed regarding proxy?
Hi,
Sorry for delay. Yes, since 9.0, TeamCity tries to establish WebSocket connections between the browser and the server for the UI updates. If you have a proxy server (like nginx) in front of the TeamCity web UI, make sure that the proxy is configured properly to support WebSocket connections. Please find more details in the upgrade notes.