Error "Root element is missing" and "Unavaiable project" in Windows Forms C #

1

Today I had an error, I went to the visual studio, I went to my application and it showed me an error, I did not want to upload the project, it shows me a window which says

  

The project file could not be loaded. Root element is missing

and then an address of the file,

  

C: \ Users \ M \ source \ repos \ WindowsFormsApp2 \ WinfowsFormsApp2 \ ProjectReminders.csproj

I suppose that as it says, the file could not be in the right place, I already placed it in the previous address and it continues, I also tried to delete the project of the solution and try again, but still, nothing.

UPDATE:

I realized that when executing it and leaving an error, some files were saved and duplicated with each error. This They said:

  

Migration Report

     

Overview

     

Project Path Errors Warnings Messages

     

ProjectR C: ... 1 0 0

     

ProjectR

     

Message

     

Projectr.csproj: Error on line 1.Expected "<" but found null character

    
asked by Sebastián García 16.03.2018 в 02:54
source

0 answers