0

I'm trying to build C.csproj file which includes other projects, say A.csproj and B.csproj. Now, A.csproj and B.csproj builds successfully. But when I try to build C.csrpoj I get following error:

  A -> <Project_location>\bin\A.dll
  ExtraDependency -> <Project_location>\bin\ExtraDependency.dll
  The filename, directory name, or volume label syntax is incorrect.
  0 File(s) copied
  0 File(s) copied
  B -> <Project_location>\bin\B.dll
  File not found - System.Threading.dll
  0 File(s) copied
  The filename, directory name, or volume label syntax is incorrect.
  0 File(s) copied

Build failed.

ExtraDependency.dll and System.Threading.dll are also present in bin location. I don't understand the reason of showing The filename, directory name, or volume label syntax is incorrect. Can anyone please help?

Akanksha_p
  • 206
  • 4
  • 10
  • Could you show your build in action? How did you build your dependencies? [1](https://stackoverflow.com/questions/24782826/the-filename-directory-name-or-volume-label-syntax-is-incorrect-inside-batch) [2](https://stackoverflow.com/questions/39038237/getting-error-the-filename-directory-name-or-volume-label-syntax-is-incorrect) [3](https://stackoverflow.com/questions/63989894/filestream-the-filename-directory-name-or-volume-label-syntax-is-incorrect) – Jiale Xue - MSFT Feb 18 '22 at 08:21

0 Answers0