Context: I recently started working on this project, this is the first WebForms that I add, after pushing my branch on sourcetree, the file HR_OnTimeReward.aspx dissapeared and is no longer on my solution explorer
If I select the View All Files option, my file appears with a gray icon different than the other web forms and is no longer accesible by the button it used to redirect to it
Thanks in advance
Context: I recently started working on this project, this is the first WebForms that I add, after pushing my branch on sourcetree, the file HR_OnTimeReward.aspx dissapeared and is no longer on my solution explorer
If I select the View All Files option, my file appears with a gray icon different than the other web forms and is no longer accesible by the button it used to redirect to it
Thanks in advance
Share Improve this question edited Mar 20 at 15:38 ASh 35.7k9 gold badges65 silver badges87 bronze badges asked Mar 20 at 15:31 Soto A.Soto A. 114 bronze badges 4 |1 Answer
Reset to default 0Found the Fix for this particular Issue:
1.- Right click on gray icon file, select "Include in project" (On image "Exclude from project" after I included it)
2.- Push changes made on the .csproj including the file
发布者:admin,转转请注明出处:http://www.yc00.com/questions/1744399244a4572304.html
.csproj
file to see if the file is still listed as included in the project? Were there any merge conflicts when you pushed your branch? – user29917028 Commented Mar 20 at 22:28