When working with the Code Analysis tool, if you put a space in front of the items in your comma separated list, the space is in front when the path is added to the file name from the list. This makes it not find the file because it is looking for the space in the name when trying to find it.
So if you have a list like the following, the first one works, the rest don't:
When working with the Code Analysis tool, if you put a space in front of the items in your comma separated list, the space is in front when the path is added to the file name from the list. This makes it not find the file because it is looking for the space in the name when trying to find it.
So if you have a list like the following, the first one works, the rest don't:
LibraryA.dll, LibraryB.dll, LibraryC.dll