Skip to content

Latest commit

 

History

History
44 lines (36 loc) · 1.14 KB

argument-basepath-must-be-a-path-to-a-folder.md

File metadata and controls

44 lines (36 loc) · 1.14 KB
title ms.date ms.prod ms.technology ms.topic ms.assetid caps.latest.revision author ms.author translation.priority.ht translation.priority.mt
Argument BasePath must be a path to a folder
2015-07-20
.net
devlang-visual-basic
article
b180ce60-ad57-41a6-a313-491d86d84cc7
8
dotnet-bot
dotnetcontent
de-de
es-es
fr-fr
it-it
ja-jp
ko-kr
ru-ru
zh-cn
zh-tw
cs-cz
pl-pl
pt-br
tr-tr

Argument BasePath must be a path to a folder

The argument BasePath must consist of a path to a folder. You may be parsing a string incorrectly and supplying a value that is not recognized as a valid path.

To correct this error

  • Check the value you are supplying for BasePath to make sure it is a valid path to a folder.

See Also

xref:System.CodeDom.Compiler.TempFileCollection.BasePath%2A
xref:System.Resources.ResXResourceWriter.BasePath%2A
xref:System.Resources.ResXResourceReader.BasePath%2A
How to: Parse File Paths