got error when trying to publish my website on my local machine RSS

Posted by Vforvijay under ASP.NET on 4/2/2014 | Points: 10 | Views : 1291 | Status : [Member] | Replies : 2
hi..

I got the below error when am tryimg to publish my website on my local machnie..

Error 9 The type 'Header' exists in both 'c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\vd\07d4fda2\b8febbbe\App_Web_ie87pucl.dll' and 'c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\vd\07d4fda2\b8febbbe\App_Web_km17jkh8.dll' C:\Documents and Settings\Administrator\My Documents\Visual Studio 2008\WebSites\VD\Default.aspx 18




Responses

Posted by: Brahmam on: 4/2/2014 [Member] Starter | Points: 25

Up
0
Down
Hi Plese remove above dll and rebuild the solution

brahmam

Vforvijay, if this helps please login to Mark As Answer. | Alert Moderator

Posted by: Antonydurai on: 4/9/2014 [Member] Starter | Points: 25

Up
0
Down
Hi,

To modify the web.config file, set the batch property of the <compilation> element in the web.config file for the application to false.

Ex:
<compilation debug="true" targetFramework="2.0" batch="false" >




Vforvijay, if this helps please login to Mark As Answer. | Alert Moderator

Login to post response