0

I lost on of my ASP.NET usercontrol in Visual studio 2010
Is there any way to recover target file manually?
The UserControl is named billpay.ascx.
I saw some file with similar name in this directory: (C:\WINDOWS\Microsoft.NET\Framework\v4.0.30319\Temporary ASP.NET Files\negso.ui\b0ed5857\e612bf58)
They named as

  • billpay.ascx.f1005316.compiled
  • billpay.ascx.f1005316_CBMResult.ccu
  • billpay.ascx.f1005316_CBMResult.compiled
  • App_Web_billpay.ascx.f1005316.w4xcy81l.0.vb
  • App_Web_billpay.ascx.f1005316.w4xcy81l.1.vb
  • App_Web_billpay.ascx.f1005316.w4xcy81l.2.vb

Is there anyway to recover target file?
Auto recover window did not open for me.

4

2 に答える 2

1

次のパスを確認してください。

\…\My Documents\Visual Studio <version>\Backup Files\<projectname>.
于 2011-05-18T04:51:22.760 に答える
1

あなたが言うのと同じディレクトリで、DLLファイルを検索し、「Net Reflector」のようなasp.net逆コンパイラでそれらを開きます。その後、ソース コードを表示して元に戻すことができます。

于 2011-05-18T08:10:05.580 に答える