如何从 ASP.NET 项目重新创建代码隐藏文件

发布于 2024-10-07 00:29:18 字数 198 浏览 2 评论 0原文

不幸的是,最近在我的网站上工作的开发人员决定消失,我的网站上有所有文件(包括 bin 文件夹中的 DLL),但没有任何代码隐藏文件。这使得我无法在 VS.NET 中进行调试。

有没有办法从 bin 中的 DLL 重新创建 Web 项目的代码隐藏文件?

我已经可以使用重构工具查看 dll 中的代码,但该工具不允许我生成 asp.cs 文件。 请帮忙。

Unfortunately, recently the developer that used to work on my site decided to disappear, I have all the files to my site (including the DLLs in the bin folder) but none of the codebehind files. This is making it impossible for me to debug in VS.NET.

Is there a way to recreate codebehind files for a web project from the DLLs in the bin?

I can already view the code in the dlls using a refactoring tool but the tool doesnt let me generate the asp.cs files.
Please help.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

山有枢 2024-10-14 00:29:18

Can I use .NET Reflector to modify & recompile the code quickly?

You can use Reflexil to completely regenerate the VS project.

明月夜 2024-10-14 00:29:18

最好的办法是使用 Reflector 之类的工具反编译 bin 文件夹中的 DLL。

Your best bet is to decompile the DLLs in the bin folder using something like Reflector.

栀子花开つ 2024-10-14 00:29:18

Redgat 的 .NET Reflector Proe 将让您进行调试(即时生成源代码) 。

您需要一个反编译器来生成源代码。

.NET Reflector Pro from Redgate will let you debug (generates source on the fly).

You need a decompiler to generate source.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文