【发布时间】:2014-09-15 17:32:25
【问题描述】:
我正在下载我正在使用的条形码阅读器的示例程序。每次我下载程序并运行它时,我的解决方案资源管理器中都会提示错误(见下图)。
有什么建议吗?每次我右键单击并重新加载项目时,它都会快速重新加载,然后恢复为不可用。
建议?
编辑:这是项目的链接(滚动到底部,PC 示例程序)
http://www.barcodereader.com/download/connections.php
CS 项目文件示例
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
【问题讨论】:
-
您需要将输出面板的内容发布到进度...
-
@PatrickHofman 错误在于项目不可用,无法正常加载
-
至少提供代码源的下载链接。谢谢
-
@spender 我的输出面板中什么都没有,它是空白的,项目甚至没有加载(我确信它可以工作,因为它在几天前工作并成功运行)
-
你能发布csproj文件吗?
标签: c# visual-studio-2013 project