最近在用IronGithub访问Github api时遇到一个问题:
the selected file is a solution file but was created by a newer version of this application and cannot be opened
原因是从github拿到的irongithub的源码的solution文件为Visual Studio 2012, 而我本机只装了VS2010.
如何才能用VS2010打开VS2012的solution文件呢?
1.首先确保solution里的csproj是2010版本
2.如果不是2010, 请新建工程,添加文件到工程里生成VS2010的csproj文件
3.可以删除sln文件,直接打开csproj文件来添加。
4.也可以编辑sln文件,(注意:不包括双引号)
     替换"Format Version 12.00" 为 "Format Version 11.00"
     替换"# Visual Studio 2012" 为"# Visual Studio 2010"

最新文章

  1. JS中对象排序
  2. Linux下定时执行任务的几种方式
  3. oracle存储过程、函数、序列、包
  4. eclipse里maven install时,报错提示jdk为无效的目标版本:1.7
  5. [.NET WebAPI系列03] WebAPI Controller 中标准CRUD方法
  6. ***用php的strpos() 函数判断字符串中是否包含某字符串的方法
  7. angular的filter
  8. [SDJX2015]面积
  9. 转换字符串格式,可用于sql in
  10. pcduino通过USB方式刷机
  11. Python网络编程——设定并获取默认的套接字超时时间
  12. HDU2647-Reward(拓扑排序)
  13. Android Studio项目构建常见问题解决
  14. 【转】Python——plot可视化数据,作业8
  15. 单例模式demo
  16. jsp-提交表单时,select的值无法传递
  17. 将应用部署到Tomcat根目录下
  18. MFC动态按钮的创建及其消息响应 和 自定义消息
  19. e825. 当JSplitPane改变大小时分配空间
  20. 一个CTO谈自己的技术架构体系

热门文章

  1. JSP笔记01——尝试
  2. 2017最全的php面试题目及答案总结
  3. MVC6 (ASP.NET5) 认证 (Asp.net identity) cookie模式 自定义认证
  4. Linux vi 编辑器 常用命令行
  5. 【codevs1069】关押罪犯[noip2010](并查集)
  6. java.sql.SQLException: Incorrect string value: '\xF0\x9F\x91\x88\xE6\x88...' for column 'content' at row 1
  7. nova shelve
  8. ROS创建工作空间
  9. angularJS发起$http.post请求后台收不到数据解决方案
  10. iOS音频掌柜-- AVAudioSession