I am downloading a sample program for a barcode reader that I am using. Everytime I download the program and run it I am prompted with the error in my solution explorer (see image below).
Any suggestions? Everytime I right click and reload project, it reloads quickly and then reverts back to unavailable.
Suggestions?
EDIT: Here is the link to the project (scroll to the bottom, PC Sample Program)
http://www.barcodereader.com/download/connections.php
CS Project File Example
Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SrEthernetSample",
"SrEthernetSample\SrEthernetSample.csproj", "{7A2F3660-184B-4553-ADEF-3071D718A501}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{7A2F3660-184B-4553-ADEF-3071D718A501}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7A2F3660-184B-4553-ADEF-3071D718A501}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7A2F3660-184B-4553-ADEF-3071D718A501}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7A2F3660-184B-4553-ADEF-3071D718A501}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal
Try firing up the developer Command prompt under the Visual Studio menu, enter devenv /safemode and if Visual Studio starts there is an issue with an extension and if this does not work the next thing to look at is Windows Defender and/or any anti virus software which may be causing Visual Studio not to load.
In Solution Explorer, select the projects you want to load (press Ctrl while clicking to select more than one project), and then right-click on the project and choose Reload Project. Visual Studio will remember which projects are loaded the next time you open the solution locally.
Right-click the project in Solution Explorer, and click Reload Project. To remove the UModel project from the Visual Studio solution: Unload the project, as shown above. Right-click the project in Solution Explorer, and click Remove.
I faced this problem recently. The procedure below worked for my solution:
Remove
and confirm the removing processSolution
and select Add > Existing Project
.csproj
file in the project folderIf the above procedure does not work, then check the .NET targeted framework. May be Framework Incompatibility must be also one reason of the problem
If it shows error while you perform above steps then please check this
You do not have permission to access the IIS configuration file - Web app error
I was having the same problem on VS 2017 CE.
I opened a .sln
and the solution was empty (unavailable).
This solved my problem:
.sln
file in VSinstall missing.
.." (i don't remember the exact text)Have you tried re-adding the project to the solution from within VS? That can fix an invalid path
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With