The compiler is telling you that you have defined
HeadTags multiple times in your code, and that it's
using the definition it found in that dll.
Look for duplicate versions of HeadTags.ascx and insure that
within the scope of the compiler's command your HeadTags
are identified only once.
If you need to have different HeadTags in different pages,
give them different names.
Juan T. Llibre, ASP.NET MVP
ASP.NET FAQ :
http://asp.net.do/faq/
Foros de ASP.NET en Espaņol :
http://asp.net.do/foros/
======================================
"abh1508" <a_b_harrison@hotmail.com> wrote in message
news:1129198198.445391.108070@g49g2000cwa.googlegr oups.com...[color=blue]
> Following a release of code the following problem occurs on certain asp
> .net pages. This is not a problem on other testing/demo environments.
> IIS seems to be creating certain files twice in the temporary internet
> files directory. Any advice or suggestions appreciated.
>
>
> Server Error in '/ContactCentre/Global' Application.
> --------------------------------------------------------------------------------
>
> Compilation Error
> Description: An error occurred during the compilation of a resource
> required to service this request. Please review the following specific
> error details and modify your source code appropriately.
>
> Compiler Error Message: CS1595: '_ASP.HeadTags_ascx' is defined in
> multiple places; using definition from
> 'c:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\Temp orary ASP.NET
> Files\contactcentre_global\1982c402\70d720c2\r41qv 5s7.dll'[/color]