Visual Studio 2008无法调试Visual Studio 2003项目 [英] Visual Studio 2008 can't debug a Visual Studio 2003 project

查看:119
本文介绍了Visual Studio 2008无法调试Visual Studio 2003项目的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

任何人都可以帮助

我有一个在Visual Studio 2003中创建的C#Windows应用程序,当我在Visual Studio 2008中打开它时,我对其进行了转换.
现在的问题是..
调试器无法达到我在代码中放置的断点..:confused:
它说:
该断点当前不会被命中.该文档尚未加载任何符号


现在我无法调试该项目..如果无法调试,我将如何知道在哪里找到问题.::( <
我正在将Visual Studio 2008与.NET Framework 3.5配合使用

在此先感谢

-derrick

anyone please help

I have a C# Windows Application Created in Visual Studio 2003, and I converted it when I opened it on Visual Studio 2008..

now the problem is..
the debugger can''t hit the breakpoints I placed in the code..:confused:
it says:
The breakpoint will not currently be hit. No symbols have been loaded for this document


now I can''t debug the project..how will I know where to find the problem if I can''t debug it.. :((

I''m using Visual Studio 2008 with .NET Framework 3.5

thanks in advance

-derrick

推荐答案

您需要进行调试.不管您使用哪种版本的VS,都是如此.
You need to do a debug build. That''s true no matter what version of VS you have.


如果您在Debug或Release文件夹中没有匹配的PDB文件,通常会发生这种情况.
检查是否有它们,如果有,请尝试将其删除并全部重建.
That typically happens if you don''t have matching PDB files in the Debug or Release folder.

Check if you have them, and if you do, try deleting them and doing a Rebuild All.


这篇关于Visual Studio 2008无法调试Visual Studio 2003项目的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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