Results 1 to 3 of 3

Thread: Getting Skinbase Error 9.2 multistore - Homepage on 1 store invalid request

  1. #1
    Join Date
    Oct 2011
    Posts
    6

    Default Getting Skinbase Error 9.2 multistore - Homepage on 1 store invalid request

    Hi, I'm running v9.2, All other stores are working except 1...I'm getting this error in the system log.

    Page URL:/default.aspx
    Source:System.Web
    Message:d:\1_LIVE_AspDotNetStorefront\Web\default. aspx.cs(49): error CS0012: The type 'AspDotNetStorefront.SkinBase' is defined in an assembly that is not referenced. You must add a reference to assembly 'App_Code.ftlkmmwt, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null'.
    Stack Trace:
    at System.Web.Compilation.AssemblyBuilder.Compile()
    at System.Web.Compilation.BuildProvidersCompiler.Perf ormBuild()
    at System.Web.Compilation.BuildManager.CompileWebFile (VirtualPath virtualPath)
    at System.Web.Compilation.BuildManager.GetVPathBuildR esultInternal(VirtualPath virtualPath, Boolean noBuild, Boolean allowCrossApp, Boolean allowBuildInPrecompile)
    at System.Web.Compilation.BuildManager.GetVPathBuildR esultWithNoAssert(HttpContext context, VirtualPath virtualPath, Boolean noBuild, Boolean allowCrossApp, Boolean allowBuildInPrecompile)
    at System.Web.Compilation.BuildManager.GetVirtualPath ObjectFactory(VirtualPath virtualPath, HttpContext context, Boolean allowCrossApp, Boolean noAssert)
    at System.Web.Compilation.BuildManager.CreateInstance FromVirtualPath(VirtualPath virtualPath, Type requiredBaseType, HttpContext context, Boolean allowCrossApp, Boolean noAssert)
    at System.Web.UI.PageHandlerFactory.GetHandlerHelper( HttpContext context, String requestType, VirtualPath virtualPath, String physicalPath)
    at System.Web.HttpApplication.MapHttpHandler(HttpCont ext context, String requestType, VirtualPath path, String pathTranslated, Boolean useAppConfig)
    at System.Web.HttpApplication.MapHandlerExecutionStep .System.Web.HttpApplication.IExecutionStep.Execute ()
    at System.Web.HttpApplication.ExecuteStep(IExecutionS tep step, Boolean& completedSynchronously)


    it only occurs on the homepage default.aspx page

  2. #2
    Join Date
    Oct 2011
    Posts
    6

    Cool Fixed It

    Quote Originally Posted by jlotty22 View Post
    Hi, I'm running v9.2, All other stores are working except 1...I'm getting this error in the system log.

    Page URL:/default.aspx
    Source:System.Web
    Message:d:\1_LIVE_AspDotNetStorefront\Web\default. aspx.cs(49): error CS0012: The type 'AspDotNetStorefront.SkinBase' is defined in an assembly that is not referenced. You must add a reference to assembly 'App_Code.ftlkmmwt, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null'.
    Stack Trace:
    at System.Web.Compilation.AssemblyBuilder.Compile()
    at System.Web.Compilation.BuildProvidersCompiler.Perf ormBuild()
    at System.Web.Compilation.BuildManager.CompileWebFile (VirtualPath virtualPath)
    at System.Web.Compilation.BuildManager.GetVPathBuildR esultInternal(VirtualPath virtualPath, Boolean noBuild, Boolean allowCrossApp, Boolean allowBuildInPrecompile)
    at System.Web.Compilation.BuildManager.GetVPathBuildR esultWithNoAssert(HttpContext context, VirtualPath virtualPath, Boolean noBuild, Boolean allowCrossApp, Boolean allowBuildInPrecompile)
    at System.Web.Compilation.BuildManager.GetVirtualPath ObjectFactory(VirtualPath virtualPath, HttpContext context, Boolean allowCrossApp, Boolean noAssert)
    at System.Web.Compilation.BuildManager.CreateInstance FromVirtualPath(VirtualPath virtualPath, Type requiredBaseType, HttpContext context, Boolean allowCrossApp, Boolean noAssert)
    at System.Web.UI.PageHandlerFactory.GetHandlerHelper( HttpContext context, String requestType, VirtualPath virtualPath, String physicalPath)
    at System.Web.HttpApplication.MapHttpHandler(HttpCont ext context, String requestType, VirtualPath path, String pathTranslated, Boolean useAppConfig)
    at System.Web.HttpApplication.MapHandlerExecutionStep .System.Web.HttpApplication.IExecutionStep.Execute ()
    at System.Web.HttpApplication.ExecuteStep(IExecutionS tep step, Boolean& completedSynchronously)


    it only occurs on the homepage default.aspx page
    SOLUTION:
    It was one of two things.

    1. I ended up adding the assembly the error log mentioned...which caused a stack trace...I already closed the window otherwise I would paste the error... I'm not sure if this was what fixed it. I was thinking maybe the assembly call caused the code to try to load it, realized it didn't exist and changed some setting behind the scenes maybe?

    <add assembly="App_Code.ftlkmmwt, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null"/>

    The other thing that I tried was to go into C:\Windows\Microsoft.NET\Framework\v2.0.50727\Temp orary ASP.NET Files\root and moved everything to a folder on the desktop

    I also copied all the html from the hometopintro for that store....nuked that hometopintro and added a new one that pointed to that store...which may have fixed it on the next rebuild...

    Not sure which action fixed the problem but my homepage is back up!

    Hope that helps anyone with a similar issue. Cheers!

  3. #3
    Join Date
    Nov 2011
    Posts
    3

    Default Thanks!

    Thanks. Just encountered this problem and am trying your possible solutions.

    I wonder what caused this error though?

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •