The project file ‘ ‘ has been renamed or is no longer in the solution. Solved

Well I was working on a project that had a reference to a number of DLL’s.

One day I had to face this problem “The project file ‘ ‘ has been renamed or is no longer in the solution.”. I had been programming in VS 2003 for quite some years now but never had faced this problem, it was the first time that I had seen such an error that gave no description of what went wrong with the project itself. Now I have been using VS 2005 for the last 6 months, but this was stranger than I thought. So I started to look into different options as to get the project loaded from the backup and checking my connections etc; but all in vain.

Finally I landed on checking the reference to my project through the property pages. Here I found out that the project dll that I was referencing was un-available due to some reason I simply removed it and added it back again and I was good to go. Alas, I had a solution!

You too can solve the problem by checking the reference to your assemblies or projects that are missing.

propertypages.jpg

Thanks to Michiel.


Digg!

Author: dotnetolympians

I am an IT Professional and a Microsoft Evangelist working in the field of web applications. I love to program and spend most of my time online in disscusion groups and forums. [rockyou id=63046560]

42 thoughts on “The project file ‘ ‘ has been renamed or is no longer in the solution. Solved”

  1. I had my VS2005 project open and minimized when auto-update asked to restart my computer. I agreed without thinking about my project. After the restart I got this exact message.

    Turns out there were two projects missing from my solution, which in my panic I didn’t even notice until I followed your post. All that was needed was to Add>Existing Project.

    Sweet! Thanks.

  2. Well Nitin,

    I don’t know about you but I had to deal with this problem for over a week before finding out this solution and one of my colleagues even had his PC re-built trying to get this solved.
    Now I receive lots of emails from people thanking for the solution on a daily basis, most of them coming directly from asp.net forms http://forums.asp.net/t/985103.aspx

    Arsalan

  3. Hey Man,

    Thanks a ton. I was going mad about the message and found your solution. Sometime in shadow of these funny messages we do forget about the basic things and we start looking here and there for some solution.

    Rajan

  4. Hey THANKS!

    I really appreciate your entry. I had the problem and restored the project without success, and just did not know where to look

  5. Hi, you guided me in the right direction. My solution was different though. VS for some reason added the dlls to my exe’s Framework and References (under common properties). After removing those all was right as rain.

Leave a reply to duks Cancel reply