在哪里可以找到丢失的 .aspx.vb 文件的副本?
我遇到了一点灾难:我在 .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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以检查
您可以找到文件的编译版本(如果您没有再次编译)。
从这个版本中,您可以通过删除一些行来轻松恢复文件。
另外,在这个临时目录中,还有编译的 DLL,您可以找到您错过的那个,即您丢失的页面,并使用 NetReflector 打开它 - 在那里您可以毫无问题地获取您错过的代码。
如果您有 Vista 或 Windows 7,还有 ShadowCopy,如果启用了它,您将拥有文件的一些最新版本,并且只需查看文件的属性即可获取它们。
You can check on
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.