cancel
Showing results for 
Search instead for 
Did you mean: 

Part Fitment Error

Former Member
0 Kudos

Anyone ever see this error before? I was working fine and then I deleted my cookies and cleared by cache and I received this error.

Version 2007.0.622.0

Message Could not load file or assembly 'App_Web_a29aysvp, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null' or one of its dependencies. The system cannot find the file specified.

Source App_Web_t7nw_ani

Stack at ASP.admin_catalog_controls_partfitments_ascx.__BuildControlpnlDetail()

at ASP.admin_catalog_controls_partfitments_ascx.__BuildControlTree(admin_catalog_controls_partfitments_ascx __ctrl)

at ASP.admin_catalog_controls_partfitments_ascx.FrameworkInitialize()

at System.Web.UI.UserControl.InitializeAsUserControlInternal()

at System.Web.UI.UserControl.InitializeAsUserControl(Page page)

at ASP.admin_catalog_part_aspx.__BuildControlPartFitments()

at ASP.admin_catalog_part_aspx.__BuildControl__control26()

at ASP.admin_catalog_part_aspx.__BuildControl__control12(PageViewCollection __ctrl)

at ASP.admin_catalog_part_aspx.__BuildControlPartMultiPage()

at ASP.admin_catalog_part_aspx.__BuildControlmain(Control __ctrl)

at System.Web.UI.CompiledTemplateBuilder.InstantiateIn(Control container)

at ASP.masters_admin_master.__BuildControlmainslot()

at ASP.masters_admin_master.__BuildControlForm1()

at ASP.masters_admin_master.__BuildControlTree(masters_admin_master __ctrl)

at ASP.masters_admin_master.FrameworkInitialize()

at System.Web.UI.UserControl.InitializeAsUserControlInternal()

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.ApplyM

Our technical people have been notified.

We're sorry for the inconvenience.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Sorry, I found Shawn's Post with a Hotfix right after I posted...

Workaround for these issues:

If you have an application that starts throwing one of these errors, you can usually apply an immediate workaround that fixes it by opening your application's web.config file and setting the batch="false" attribute on the <compilation> section:

<configuration>

<system.web>

<compilation debug="false" batch="false"></compilation>

</system.web>

</configuration>

More details on these workarounds can be found in url=http://support.microsoft.com/default.aspx/kb/934839]Microsoft KB #934839.[/url]