I am currently building a site for a client who requested we use the Kartris system. All was going well until I came in this morning to find that the DNS and SQL services had crashed on the server that this site is hosted on. Once these were back up and running I am greeted with this error when going to default.aspx or a product page.
-----------------------------------------------------------------------------
>> URL:
http://pet-tags.eu/default.aspx>> Page:
-----------------------------------------------------------------------------
>> 11/07/2013 09:37:26
>> 188.66.92.205
>> DESCRIPTION:
System.Web.HttpCompileException: D:\Plesk\VHOSTS\pet-tags.eu\httpdocs\Skins\PetTags\HomePage.master(117): error BC30652: Reference required to assembly 'App_Code.pcfqatxs, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null' containing the type 'BasketBLL'. Add one to your project.
at System.Web.Compilation.AssemblyBuilder.Compile()
at System.Web.Compilation.BuildProvidersCompiler.PerformBuild()
at System.Web.Compilation.BuildManager.CompileWebFile(VirtualPath virtualPath)
at System.Web.Compilation.BuildManager.GetVPathBuildResultInternal(VirtualPath virtualPath, Boolean noBuild, Boolean allowCrossApp, Boolean allowBuildInPrecompile)
at System.Web.Compilation.BuildManager.GetVPathBuildResultWithNoAssert(HttpContext context, VirtualPath virtualPath, Boolean noBuild, Boolean allowCrossApp, Boolean allowBuildInPrecompile)
at System.Web.Compilation.BuildManager.GetVPathBuildResult(HttpContext context, VirtualPath virtualPath, Boolean noBuild, Boolean allowCrossApp, Boolean allowBuildInPrecompile)
at System.Web.UI.MasterPage.CreateMaster(TemplateControl owner, HttpContext context, VirtualPath masterPageFile, IDictionary contentTemplateCollection)
at System.Web.UI.Page.get_Master()
at System.Web.UI.Page.ApplyMasterPage()
at System.Web.UI.Page.PerformPreInit()
at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
==================================================
We don't use ASP.Net here so this means absolutely nothing to me or my colleagues. Tried a Google search but that didn't come up with a solution.
Any ideas?
Thanks