while building the the c# code from command line using devenv, I'm getting this error: - The operation could not be completed. The filename or extension is too long. The system can not find the file specified
The batch file command which i have used is :
devenv /build Release E:\MES_TEST_tool\.metadata\.plugins\org.eclipse.wst.server.core\tmp0\wtpwebapps\MT20160404/trunk/POC/C#WorkSpace/LicenseManagementSystem/LicenseManagementSystem.sln >E:\MES_TEST_tool\.metadata\.plugins\org.eclipse.wst.server.core\tmp0\wtpwebapps\MEST_SCA_TestTool/logs/buildLogs.txt
Any help would be appreciated.. Thanks.