`
yqin
  • 浏览: 58749 次
  • 性别: Icon_minigender_1
  • 来自: 武汉
社区版块
存档分类
最新评论

解决The selected file is not a valid Visual Studio solution file问题

    博客分类:
  • C#
阅读更多

        最近在打开以前的Visual Studio解决方案文件(*.sln)时,出现了“The selected file is not  a  valid Visual Studio solution file“错误。google了一下,原来是我先装了Visual Studio 2005后又装了Visual C++ 6.0,sln文件关联到了Visual C++ 6.0上,所以会出现上述错误。解决的方法是:将sln文件关联到Visual Studio 2005上就可以了。在sln文件上点右键选择打开方式-->选择程序-->Microsoft visual studio version selector  勾上"始终使用选择的程序打开这种文件"。

0
0
分享到:
评论

相关推荐

    selected device is not a touchscreen I understand 以及tslib: Selected device uses a different version

    标题“selected device is not a touchscreen I understand 以及tslib: Selected device uses a different version”涉及到的是在使用TSlib(Touchscreen Library)时遇到的问题。TSlib是一个开源库,主要用于处理和...

    PowerCommands for Visual Studio 2008

    PowerCommands 1.1 is a set of useful extensions for the Visual Studio 2008 adding additional functionality to various areas of the IDE. The source code is included and requires the VS SDK for VS 2008 ...

    VisualStudio连接mysql数据库说明文档

    Visual Studio 连接 MySQL 数据库说明文档 Visual Studio 是一个功能强大的集成开发环境(IDE),而 MySQL 是一个流行的关系数据库管理系统。本文档旨在介绍如何在 Visual Studio 中连接 MySQL 数据库,涵盖了 ...

    Visual Studio 2012插件

    This extension will highlight all occurrences of a selected word in the current document and display a glyph on the left margin. This allows for fast visualization of a specific word used throughout ...

    Visual Studio color schemes

    《Visual Studio色彩主题:打造个性化的编程环境》 Visual Studio作为微软公司开发的一款强大的集成开发环境(IDE),深受广大程序员的喜爱。它不仅提供了丰富的功能,还允许用户自定义工作环境,其中一项重要的...

    Visual Studio2010 静态编译 Qt 程序(环境配置)

    ### Visual Studio 2010 静态编译 Qt 程序的环境搭建与配置 #### 一、概述 在 Visual Studio 2010 中开发并静态编译 Qt 程序是一个涉及多个步骤的过程。通过这种方式,开发者可以确保应用程序在不同环境中能够独立...

    visual studio 2012实用插件

     Visual Studio 默认的大纲方案只允许在方法级别及以上进行代码的折叠,无法对一个if、while的区块进行折叠,而这款工具则正好弥补了这个问题。 highlight all occurrences of selected word  该扩展能以黄色高亮...

    WINZIP压缩文件的破解

    WIN ZIP 压缩文件 的破解

    visual studio C#记事本源代码

    从给定的文件信息来看,这是一段使用C#在Visual Studio环境中编写的简易记事本程序的源代码。下面将详细解析其中的关键知识点。 ### 1. 引入命名空间 ```csharp using System; using System.Collections.Generic; ...

    Android调试出现The selected device is incompatible问题解决

    在Android开发过程中,调试是必不可少的一环,但有时会出现一些让人困扰的问题,其中之一就是"The selected device is incompatible"。这个问题表明你的Android设备与当前运行的应用程序不兼容,导致无法正常进行...

    Visual Studio 2012中使用Visual C++ 6 布局风格设置

    在Visual Studio 2012中,为了适应老用户的习惯,有时我们需要将IDE的布局调整为类似Visual C++ 6的经典样式。Visual C++ 6是许多开发者熟悉且喜爱的版本,其窗口布局简洁明了,便于代码编写和调试。在Visual Studio...

    代码翻译 (英汉词典) - Visual Studio Code插件

    本地77万词条英汉词典,不依赖任何在线翻译API,无查询次数限制。可翻译驼峰和下划线命名,及对整个文件中的标识符批量...Translate a selected identifier, or all the recognized identifiers in one source file.

    VC#2005-2010项目转换器

    The selected file is a solution file, but was created by a newer version of this application and cannot be opened. 原因: 高兴!Win2K换成了2008,VS2005换成了VS2010 问题来了有些项目还在用老土的 VS2005...

    vs2010插件

    Microsoft.VisualStudio.RegularExpression:正则表达式 http://visualstudiogallery.msdn.microsoft.com/en-us/55c24bf1-2636-4f94-831d-28db8505ce00 智能感应:Microsoft.VisualStudio.IntellisensePresenter ...

    Visual Studio 2012和2013实用扩展推荐.pdf

    在本文中,我们将探讨一些针对Visual Studio 2012和2013的实用扩展,这些扩展可以显著提升开发者的生产力和舒适度。Visual Studio的可扩展性使其能够通过安装第三方插件来定制和优化开发环境。以下是一些推荐的扩展...

    2009 达内Unix学习笔记

    [] 匹配中括号里的内容[a-z][A-Z][0-9]。 ! 事件。 $ 取环境变量的值。 | 管道。把前一命令的输出作为后一命令的输入,把几个命令连接起来。 |经常跟tee连用,tee 把内容保存到文档并显示出来。 三、通用后...

    A Procedure for the Solution of Lambert's Orbital Boundary V.pdf

    A procedure is described that provides a universal solution for Lambert's problem. Based on the approach of Lancaster and his colleagues, the procedure uses Halley's cubic iteration process to ...

    visual studio 2010 主题包黑灰色

    **Visual Studio 2010 主题包:黑灰色风格** Visual Studio 2010 是微软开发的一款强大的集成开发环境(IDE),广泛用于编写各种类型的软件,包括.NET框架下的C#、VB.NET和C++等语言。为了满足开发者个性化的需求,...

    VC++ 单选标记菜单实例—基于Visual Studio 2010

    ### VC++ 单选标记菜单实例—基于Visual Studio 2010 #### 知识点概述 本文档详细介绍了一个基于Visual Studio 2010的VC++项目中实现单选标记菜单的具体步骤。单选标记菜单是MFC应用程序中常见的一种用户交互方式...

    Devart LinqConnect 3.1

    LinqConnect is a fast and easy-to-use ORM solution, developed closely to the Microsoft LINQ to SQL technology, and supporting SQL Server, Oracle, MySQL, PostgreSQL, and SQLite. It provides a powerful ...

Global site tag (gtag.js) - Google Analytics