visual studio 2017 - Path too long exception in MTM -


trying run codedui test cases using mtm: several errors:

test run deployment issue: failed access file 'c:\users\master\appdata\local\vseqt\qtcontroller\rm\1234\master_testcontroller 2017-07-28 08_10_50\out\2017\enterprise\common7\ide\commonextensions\microsoft\architecture tools\providers\assemblymetadata\microsoft.visualstudio.architecturetools.assemblymetadataprovider.dll': system.io.pathtoolongexception: specified path, file name, or both long. qualified file name must less 260 characters, , directory name must less 248 characters.'."

the best , easiest way solve pathtoolongexception tweaking path space.

the test result in test control using folder ...\vseqt\qtcontroller\rm\[run id]\[name] [date]\..\... store files before attaching them tfs. location's length long.

so users must handle attachments' name avoid long path exception. or changing default location. solution changing qtcontroller.exe.config "workingdirectory" in qtcontroller.exe.config , make path shorter.


Comments

Popular posts from this blog

php - Vagrant up error - Uncaught Reflection Exception: Class DOMDocument does not exist -

vue.js - Create hooks for automated testing -

Add new key value to json node in java -