Click here to Skip to main content
15,889,116 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
how to solve issue “The selected file is not a valid solution file” error when trying to open source safe database in visual studio 2010 ultimate, please advise me.

What I have tried:

“The selected file is not a valid solution file” error when trying to open source safe database in visual studio 2010 ultimate
Posted
Updated 18-Dec-19 8:18am

1 solution

As far as i know there's at least few reasons of that error message;

  1. wrong installation of update or VS feature - reinstall it/disable it
  2. file name or path is too long - change the name of file or move file(s)/solution into another location (with shorten path)
  3. not enough privileges - make sure you run VS as an administrator
  4. .sln file. contains Null values or empty entries - restore .sln file from backup or try to get this file in TFS[^] working version; for further details, please see: Back up and restore data for TFS[^]


Good luck!
 
Share this answer
 
Comments
Bahaa Rashed 28-Dec-16 3:49am    
thanks bro, i am try all above reasons but not worked, i have the same problem “The selected file is not a valid solution file” .

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900