Error is
Line 1: <%@ control language="c#" inherits="Infragistics.WebUI.Samples.AJAX.Progress, App_Web_XXXXX" %> Line 2: .emptyProgress{ background-color:white; width:8px;border-style:solid;border-width:1px; } Line 3: .progress{ background-color:#00ff00; width:8px;border-style:solid;border-width:1px; }
What I have tried so far :
1)Cleanesd all the temp files from "C:\Windows\Microsoft.NET\Framework\v4.0.30319\Temporary ASP.NET Files"
3) Making sure appPools point to correct version of CLR.
FYI I can't make changes to source code as I just have folder with files to be deployed.