Is there a way to find exe compilation path

时间:2016-02-12 22:04:37

标签: c#

In .Net,Is there a way to find the path where an exe or dll is compiled? Is there any tool or a method to find it? I have the exe and dlls, is there a way to back track from the exe or dll

1 个答案:

答案 0 :(得分:4)

如果你有.pdb文件,它将包含它编译的路径。我不知道如何阅读它。也许这会让你开始(如果它是你的选择):How to read source path from pdb