每次我打开Visual Studio 2005解决方案时,Visual Studio 2008转换向导都会继续运行 [英] The Visual Studio 2008 Conversion Wizard keeps running every time I open my Visual Studio 2005 Solution

查看:265
本文介绍了每次我打开Visual Studio 2005解决方案时,Visual Studio 2008转换向导都会继续运行的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

每次打开Visual Studio 2005解决方案时,Visual Studio 2008转换向导都会继续运行.我已经经历了几次向导.尽管列出了.sln和每个.csproj文件,但每次日志均显示未进行任何实际转换.一切正常,构建良好.

如何让转换向导退出运行?

,谢谢,

道格·鲁迪

The Visual Studio 2008 Conversion Wizard keeps running every time I open my Visual Studio 2005 Solution.  I've been through the wizard several times now.  The log each time shows that nothing was actually converted, though the .sln and each of the .csproj files are listed.  Everything works and builds fine. 

How can I get the conversion wizard to quit running though?

Thanks,

Doug Rudy
doug.rudy@infor.com

推荐答案

嗨道格

可以吗请告诉我您的VS2008版本是RTM,它是否已将SP1用于VS2008?项目类型是什么?

转换日志文件"UpgradeLog.XML"是否是?和文件夹"_UpgradeReport_Files"在解决方案文件夹中?日志中是否有任何警告或错误信息?

我正在使用带有SP1的VSTS 2008转换器.
从VS2005转换为VS2008时,解决方案文件* .sln和项目文件* .vbproj和/或* .csproj等应进行如下更改.

* .sln文件应以转换前的行开头:
Microsoft Visual Studio解决方案文件,格式版本9.00
#Visual Studio 2005
转换后,其开头为:
Microsoft Visual Studio解决方案文件,格式版本10.00
#Visual Studio 2008


对于项目文件,更改只是根节点"Project"的附加属性:
< Project DefaultTargets ="Build" xmlns ="
http://schemas.microsoft.com/developer/msbuild/2003 " ToolsVersion ="3.5" >
...
</Project>


您可以使用记事本进行编辑解决方案和项目文件作为手动转换,以查看向导是否仍然弹出.

谢谢.
Hi Doug

Can you please tell me your VS2008 edition, is it RTM, has it applied SP1 for VS2008 and what is the project type(s)?

Is the convertion log file "UpgradeLog.XML" and folder "_UpgradeReport_Files" in the solution folder? Is there any warning or error information in the log?

I'm using convertor of VSTS 2008 with SP1.
As converting from VS2005 to VS2008, the solution file *.sln and project file *.vbproj and/or *.csproj etc. should be changed as follows.

The *.sln file should begin with the lines before convertion:
Microsoft Visual Studio Solution File, Format Version 9.00
# Visual Studio 2005
After convertion, it begins with:
Microsoft Visual Studio Solution File, Format Version 10.00
# Visual Studio 2008


As for project files, the change is just an additional attribute to the root node "Project":
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5">
...
</Project>


You can use notepad to edit the solution and project files as manual convertion to see if the wizard still keep popping up.

Thanks.


这篇关于每次我打开Visual Studio 2005解决方案时,Visual Studio 2008转换向导都会继续运行的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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