我正在尝试获取图像,但我得到错误 Parameter not valid with the following code。
if (File.Exists(MapPath(tempFolderPathAlt + "ExtractedFiles\\" + boxPath + "\\" + ArrayNode[i].TagValue)))
{
using (Bitmap image = new Bitmap(MapPath(tempFolderPathAlt + "ExtractedFiles\\" + boxPath + "\\" + ArrayNode[i].TagValue)))
{
//other code
}
}
内部异常为空。
映射后的路径是:
\C:\Users\Shaun\Documents\FormValue\ExtractedFiles\Box1e84b34a-522b-492e-919f-1334ee5845ff\ca4ac72a-9ca2-4a28-b4a4-a6031b734567.png