如何将visual studio 2008项目迁移到VS2013 [英] How do I migrate visual studio 2008 projects to VS2013

查看:322
本文介绍了如何将visual studio 2008项目迁移到VS2013的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

When I first try to open a VS2008 version in VS2013 a screen comes up with a migration report with the error...

>visual studio needs to make non-functional changes this project in order enable the open visual 2013, 2012, and 2010 sp1 without impacting behavior.

then when the program is ran it starts initially but stops with the error...

'source file: c:\(program name)\calibrationprototype\my project\application.designer.vb
module:
process:

the source file is different from module was built.
would you like debugger use it anyway?'

-yes-

then an 'invalidoperationexception handled error'

'an unhandled exception of type 'system.invalidoperationexception' occurred (projectname).exe

>additional information: error creating form. see exception.innerexception for details. is: could not load or assembly 'nationalinstruments.ui.styles3d, version="13.0.35.242," culture="neutral," publickeytoken: 18cbae0f9955702a'" one its dependencies. system cannot find specified.'

  the code it is pointing at is...

'global.system.diagnostics.debuggerstepthroughattribute()  
        Protected Overrides Sub OnCreateMainForm()
   →         Me.MainForm = Global.(Project Name).LinearCalibrationUI
        End Sub

And when you hover over the Me. by the arrow it has two red x's next to 'InternalCommandLine' and 'Deployment' with the errors as 'Write Only Properties are not yet supported' and '{"Application identity is not set."}, respectively.



-With three errors in the error list all with pointing at  

'Me._connection.ConnectionString = Global.CalibrationPrototype.My.MySettings.Default.TeqAppsConnectionString' 

With "Global.CalibrationPrototype" is not a member of <default>'.
 
Notes.
I have measurement studio 2015 with it version: 15.0.0.49153





我尝试过:



- 从我在网上找到的建议中更改VSProj。

- 更改解决方案资源管理器中我的项目文件夹中的引用。

- 重建



NationalInstruments.UI.Styles3D.dll版本-13.0.35.242 ---这是NationalIntstruments.UI下的破坏依赖.dll *****我怎么做这个没破?********



What I have tried:

- Changing the VSProj from suggestions I found online.
- Changing the references in the 'My Project" folder in solution explorer.
- Rebuilding

NationalInstruments.UI.Styles3D.dll version-13.0.35.242--- This is a broken dependency under NationalIntstruments.UI.dll ***** How do i make this not broken ********

推荐答案

你正在迁移4或5个版本的VS你应该诚实地期待问题。
You're migrating through 4 or 5 versions of VS. You should honestly expect issues.


这篇关于如何将visual studio 2008项目迁移到VS2013的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆