Prev: ASP.NET Compiler Behavior Affected by the Page Content?
Next: JScript.NET eval function in ASP.NET
From: Carl on 28 Jan 2009 05:31 Hi, I accidently overwrote my sorucecode with a precompiled version of the site. Is it possible to restore all/some parts of it. I've managed to rescue some files, but I get a lot of problems with refrerence missing from the pages to the app_code. It strange because it's all the same site, I cant find where the acutal reference is missing. regards, Carl
From: iduditz on 28 Jan 2009 22:40 If your aspx and .vb / .cs files are recovered, look inside your .aspx pages for a reference to the code-behind dll for each page "Carl" wrote: > Hi, > > I accidently overwrote my sorucecode with a precompiled version of the site. > Is it possible to restore all/some parts of it. I've managed to rescue some > files, but I get a lot of problems with refrerence missing from the pages to > the app_code. It strange because it's all the same site, I cant find where > the acutal reference is missing. > > regards, > > Carl >
From: Carl on 29 Jan 2009 04:29 Thanks, I did that, and replaced the references to the source instead of the assemblies, and it works now. I have to be more carful in the future where I copy the files ;-) regards, Carl "iduditz" <iduditz(a)discussions.microsoft.com> wrote in message news:42B14BFF-8F4A-42E5-89D7-B343FC19F739(a)microsoft.com... > If your aspx and .vb / .cs files are recovered, look inside your .aspx > pages > for a reference to the code-behind dll for each page > > "Carl" wrote: > >> Hi, >> >> I accidently overwrote my sorucecode with a precompiled version of the >> site. >> Is it possible to restore all/some parts of it. I've managed to rescue >> some >> files, but I get a lot of problems with refrerence missing from the pages >> to >> the app_code. It strange because it's all the same site, I cant find >> where >> the acutal reference is missing. >> >> regards, >> >> Carl >>
|
Pages: 1 Prev: ASP.NET Compiler Behavior Affected by the Page Content? Next: JScript.NET eval function in ASP.NET |