Monday, 20 November 2017
Copying file Content\Images\tab-close.gif to obj\Release\Package\PackageTmp\Content\Images\tab-close.gif failed. Could not find file 'Content\Images\tab-close.gif' While Publishing through File System in Visual Studio.
in: vs
In this article, We will discuss How to resolve issue Could not find file 'Content\Images\tab-close.gif' While Publishing through File System in Visual Studio.
Well to resolve this issue, first we have to know What is the issue all about.
It is saying that "tab-close.gif" Could not find under Content\Images location.
To Resolve this Issue We need to goto Content\Images location and check Whether "tab-close.gif" exists or not. If not Exists we need to add that image.
OtherWise there Will be another case that previously this image was exists but now removed and that Will Show in a "Yellow Color" mark. To make it resolve We need to either remove that "Yellow Color" mark by right click on it otherwise need to add that image.
After this, Publish again and it will Succeed.
RELATED POSTS

Run Visual Studio Always in Administrator Mode.
In this article i will explain about How to run Visual Studio always ...

Unable to start debugging on the web server. The remote server returned an error(404) Not Found.
In this article, We will discuss about How to resolve Unable to start de ...

Install or UnInstall Windows Service With or Without using Visual Studio Command Prompt
Using Visual Studio Command Prompt:- Install:- Go to "Start" >> ...
There was a problem getting an AppDomain to run the transformation from the host.The process cannot continue. while adding a View or Controller in asp.net mvc.
This is generally a Common Problem or the error could be like this, ...
-
This issue is Completely related to EntityFramework and this issue arises whenever you have installed EntityFramework in one project at th...
-
This is generally a Common Problem or the error could be like this, To Resolve this error, One Small Solution is Exists which is as b...
-
In this article, We will discuss What is the above Error and How to resolve this Error. Whenever, We are Restoring our database into A...
You delete the file from project folder and still history on your project solution explorer, go to images folder delete the image with atention flag in yelow.
ReplyDeleterebuild the project then publish
Thanks buddy. that also works.
Delete