VS Migrate 2010 to 2013 error - JackHu88/Comm GitHub Wiki
Migrate 2010 project to 2013 errors
Visual Studio needs to make non-functional changes to this project in order to enable the project to open in this version and Visual Studio 2010 SP1 without impacting project behavior.
Edit .csproj file add following nodes to node.
<ProjectMode>SharePointCustomization</ProjectMode>
<TargetOfficeVersion>15.0</TargetOfficeVersion>
<FileUpgradeFlags>0</FileUpgradeFlags>
<UpgradeBackupLocation>C:\Projects\Project\Backup\ProjectName</UpgradeBackupLocation>
<OldToolsVersion>4.0</OldToolsVersion>
The project file .csproj has been moved, renamed or is not on your computer
Open the .sln (solution) file and check the path to the project in there. It may be pointing to the wrong location or wrong name
Can't load project after pulling: “Expected 'ENCODING' but found 'utf-8'.”
Look at your .csproj extension file search for: <<<<<< or ====== or >>>>>>>> and remove it. also check your web.config file for those symbols and remove them too if they exist there.
error : The project file could not be loaded. Could not find a part of the path...
Try deleting .suo files in your solution folder. Solution User Option file is a binary file which contains various user information and settings such as location of the breakpoints. If that didn't help try also to delete .user file.