将解决方案移动到Windows 8问题。 [英] Moving a Solution to windows 8 issue.

查看:100
本文介绍了将解决方案移动到Windows 8问题。的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在将解决方案从Windows 7迁移到Windows 8.1。当我在调试模式下运行应用程序时,我收到此错误。它要求我浏览到该文件 - 它会在哪里?



找到'f:\dd\\\
dp\fx \的来源src\Core\System\Linq\Enumerable.cs'。 (无校验和。)

文件'f:\dd\\\
dp\fx\src\Core\System\Linq\Enumerable.cs'不存在。

在脚本文档中查找'f:\dd\\\
dp\fx\src\Core\System\Linq\Enumerable.cs'...

查看'f:\dd\\\
dp\fx\src\Core\System \Linq \ Enumerable.cs'的项目。

该文件是在项目中找不到。

查看目录'C:\Program Files \ Microsoft Visual Studio 9.0 \ Common7 \IDE \vc7 \ atlmfc'...

查看目录'C:\Program Files\Microsoft Visual Studio 9.0 \Common7 \IDE \vc7\crt'...

调试源文件设置活动解决方案表明调试器不会要求用户找到该文件:f:\dd\\\
dp\fx\src\Core\System\Linq\Enumerable.cs。

调试器不能l ocate源文件'f:\dd\\\
dp\fx\src\Core\System\Linq\Enumerable.cs'。

解决方案

该文件是.NET Framework的一部分,因此您不太可能在计算机上有副本。



您可以设置Visual Studio以使您能够进入.NET Framework代码 - 根据您的Visual Studio版本,说明略有不同:

如何:调试.NET Framework源 [ ^ ]



如果你不想进入框架代码,然后在工具 - >下启用仅我的代码选项选项 - >调试 - >一般

I am moving a solution from Windows 7 to Windows 8.1. When I run the app in debug mode I am getting this error. It asks me to browse to the file - where would that be?

Locating source for 'f:\dd\ndp\fx\src\Core\System\Linq\Enumerable.cs'. (No checksum.)
The file 'f:\dd\ndp\fx\src\Core\System\Linq\Enumerable.cs' does not exist.
Looking in script documents for 'f:\dd\ndp\fx\src\Core\System\Linq\Enumerable.cs'...
Looking in the projects for 'f:\dd\ndp\fx\src\Core\System\Linq\Enumerable.cs'.
The file was not found in a project.
Looking in directory 'C:\Program Files\Microsoft Visual Studio 9.0\Common7\IDE\vc7\atlmfc'...
Looking in directory 'C:\Program Files\Microsoft Visual Studio 9.0\Common7\IDE\vc7\crt'...
The debug source files settings for the active solution indicate that the debugger will not ask the user to find the file: f:\dd\ndp\fx\src\Core\System\Linq\Enumerable.cs.
The debugger could not locate the source file 'f:\dd\ndp\fx\src\Core\System\Linq\Enumerable.cs'.

解决方案

That file is part of the .NET Framework, so you're unlikely to have a copy on your computer.

You can set up Visual Studio to enable you to step into the .NET Framework code - the instructions vary slightly depending on your version of Visual Studio:
How to: Debug .NET Framework Source[^]

If you don't want to step into the framework code, then enable the "Just My Code" option under Tools -> Options -> Debugging -> General.


这篇关于将解决方案移动到Windows 8问题。的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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