11

So, I'm kinda new into this VS world. I'm using VS 2012 and it was everything working correctly last time. Now I try to open my projects and none of them actually loads. When I go to the solution explorer I just see the message "Load failed" followed by the message: "The project requires user input. Reload for more information." But when I reload, it pops up a message "The operation could not be completed. There is no support for this interface."

I don't know what it means by "requires user input", i never opened my project with any input, I just click on the project's file and open it...

Anyway, what is going on??

Thanks.

8
  • Look in the "Output" window. There is usually more information there. Depending on how you have VS configured you may need to open the Output window via View => Output. Commented Sep 2, 2014 at 3:18
  • Any project at all? Can you create a new blank project? Can you save it, quit, and reopen it? Commented Sep 2, 2014 at 3:19
  • There is nothing on the output window. @ta.speot.is Any project at all! Even a noob project with only one file I had for testing isn't opening. I can't create new ones because it bugs showing the message "package 'visual c++ package' failed to load" Commented Sep 2, 2014 at 3:32
  • Sounds like VS is b0rked. You might want to consider resetting your user settings, running devenv.exe in safe mode, running devenv.exe with /resetsettings (kind of heavy handed: stackoverflow.com/questions/17203820/…). As a penultimate step you could reinstall VS. And finally, just reformat your computer. Since VS is a complex beast 'n' all, package 42 of 69 is possibly corrupted and good luck fixing that. Commented Sep 2, 2014 at 3:36
  • how to run those stuff? I'm completely n00b on VS... Commented Sep 2, 2014 at 3:39

5 Answers 5

13

I got the same message (using VS 2013) opening a project located on a network drive.

I Right clicked the project in Solution Explorer and selected 'Reload Project', a dialog appeared warning me about an untrusted location, I clicked OK and the project loaded successfully.

Sign up to request clarification or add additional context in comments.

2 Comments

This may be ok when the solution contains only one or two projects, but quickly becomes impractical otherwise. Some of our legacy solutions for a large product contain over 200 projects. The answer by @xevser should be the accepted answer.
@RegEdit fair enough, I don't typically work with solutions involving many projects. Perhaps SO needs a method to have two accepted answers, depending on how many projects you have in your solution ;)
5

Change the folder name of your project. Then VS asks again if it is trustable. than click YES. after that VS reloads the project

1 Comment

Worked like a charm for me (VS2013). NOTE instead of the project folder, simplest to rename the solution folder (or move it to a new subfolder). This keeps all the relative project references correct within the solution file.
4

I had to "repair" Visual Studio Express 2012 on my Windows 10.0 Laptop. You get the repair option if you already have Visual Studio installed.

This fixed my issue which was exactly like above.

1 Comment

While I use VS2019 and VS2022, I still have one unmigrated project in VS2012 and after an OS (not VS!) update/restart got an internal error (with empty reason in the quotes) while opening project. Even Repair option got broken and the only option left was uninstalling VS2012, which helped. I want to go on record that "Repair" has never ever worked for me in last decade. Only reinstalling ever (quite a few times in fact) helped. And that goes for all 3 versions (2012, 2019, 2022)
4

I removed the ComponentModelCache folder and restarted Visual Studio 2012. This solved the issue for me.

C:\Users\username\AppData\Local\Microsoft\VisualStudio\11.0\ComponentModelCache

1 Comment

This worked for me as well (slightly different path) for VS 2019 solution. I had several projects within a solution that were not loading. Deleting the .suo allowed two projects to load, but it wasn't until deleting the "ComponentModelCache" folder that I was able to get the solution to load fully.
0

This worked for me as well. I removed the contents of the folder, ComponentModelCache, then I restarted 2012 and the projects loaded without issue.

Comments

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.