I am working on a website. It builds fine and runs great! However, when I try to compile it with the option: "Allow this precompiled site to be updateable" then I get the following bug:
Error 1 The type 'webtracker.Design.Header1' exists in both 'c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\webtracker\a063c870\5929998a\App_Web_n-vqj966.dll' and 'c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\webtracker\a063c870\5929998a\App_Web_asl2gs57.dll' c:\inetpub\wwwroot\webtracker\Forms\welldetails.aspx 103
The site publishes fine when I do not check any of the options in the publishing wizard. I am using other controls on the website too and they work fine. Only this control compains. The thing different about this control is, it has some implementation in
the codebehind file: header1.ascx.cs (codebehind file for the control).
indiguy
Member
123 Points
46 Posts
Problem with Website Publishing
Jan 24, 2007 05:37 PM|LINK
Hello All,
I am working on a website. It builds fine and runs great! However, when I try to compile it with the option: "Allow this precompiled site to be updateable" then I get the following bug:
Error 1 The type 'webtracker.Design.Header1' exists in both 'c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\webtracker\a063c870\5929998a\App_Web_n-vqj966.dll' and 'c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\webtracker\a063c870\5929998a\App_Web_asl2gs57.dll' c:\inetpub\wwwroot\webtracker\Forms\welldetails.aspx 103
The site publishes fine when I do not check any of the options in the publishing wizard. I am using other controls on the website too and they work fine. Only this control compains. The thing different about this control is, it has some implementation in the codebehind file: header1.ascx.cs (codebehind file for the control).
Please help.
Regards,
Amol