在哪里可以找到丢失的 .aspx.vb 文件的副本?

发布于 2024-09-09 02:05:21 字数 152 浏览 4 评论 0原文

我遇到了一点灾难:我在 .aspx.vb 文件中执行了“撤消签出”操作,并丢失了所有工作。

我怎样才能恢复我的代码?

我可以在临时 ASP.NET 文件中找到它吗?如果是的话,在哪里? 还有其他值得检查的 VS2010 临时文件夹吗? 视觉源安全临时文件夹?

I had a little disaster: I did an "undo checkout" in my .aspx.vb file and lost all my work.

How can I recover my code?

Can I find it in the Temporary ASP.NET Files? If so, where?
Is there any other VS2010 temporary files folder worth checking?
A visual sourcesafe temporary folder?

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

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

发布评论

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

评论(1

于我来说 2024-09-16 02:05:21

您可以检查

c:\WINDOWS\Microsoft.NET\Framework\{Version of asp}\Temporary ASP.NET Files\

您可以找到文件的编译版本(如果您没有再次编译)。
从这个版本中,您可以通过删除一些行来轻松恢复文件。

另外,在这个临时目录中,还有编译的 DLL,您可以找到您错过的那个,即您丢失的页面,并使用 NetReflector 打开它 - 在那里您可以毫无问题地获取您错过的代码。

如果您有 Vista 或 Windows 7,还有 ShadowCopy,如果启用了它,您将拥有文件的一些最新版本,并且只需查看文件的属性即可获取它们。

You can check on

c:\WINDOWS\Microsoft.NET\Framework\{Version of asp}\Temporary ASP.NET Files\

You can find there a compiled version of your file (if you did not compiled again).
From this version you can recover easy your file by deleting some lines.

Also in this temporary dir, there are the DLL of the compilations, you can find the one you miss and is the page you lose, and open it with NetReflector - there you can get the code you miss with out any problem.

If you have vista, or windows 7, there is also the ShadowCopy, if it is enable you have some of the last versions of your file and you can get them by just see the properties of your file.

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