Warning: file_get_contents(/data/phpspider/zhask/data//catemap/8/file/3.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
File 链接到其他解决方案中的文件_File_Model View Controller_Path_Project_Solution - Fatal编程技术网

File 链接到其他解决方案中的文件

File 链接到其他解决方案中的文件,file,model-view-controller,path,project,solution,File,Model View Controller,Path,Project,Solution,我想显示一个图像,该图像保存在同一项目的另一个解决方案中。 解决方案TouchUI有一个名为images的文件夹。 在解决方案WebUI中,我想从文件夹中加载图像。我该怎么做 <img src="../WebUI/Images/movieimages/@item.MoviePicture" alt="@item.MovieName" class="img-thumbnail"> 给我一个404。有人有想法吗?我将文件复制到新的解决方案,而不是链接到另一个解决方案

我想显示一个图像,该图像保存在同一项目的另一个解决方案中。 解决方案TouchUI有一个名为images的文件夹。 在解决方案WebUI中,我想从文件夹中加载图像。我该怎么做

<img src="../WebUI/Images/movieimages/@item.MoviePicture" alt="@item.MovieName" class="img-thumbnail">


给我一个404。有人有想法吗?

我将文件复制到新的解决方案,而不是链接到另一个解决方案