Base solution for your next web application
Open Closed

Component/FalconDefaultBrand/Default not found Error #11277


User avatar
0
admin@SYNTAQ created

Prerequisites

Please answer the following questions before submitting an issue. YOU MAY DELETE THE PREREQUISITES SECTION.

  • What is your product version? 11.2
  • What is your product type (Angular or MVC)? MVC
  • What is product framework type (.net framework or .net core)? .net Core

HI,

We are getting some strange behaviour. Every couple of days the error below will randomly throw. Restarting the server will clear the issue and occasionally it will clear on its own. We have not found a way to reproduce it on demand. There are no errors or unusual activity in in the audit table or log


5 Answer(s)
  • User Avatar
    0
    ismcagdas created
    Support Team

    Hi,

    Could you check if that file is marked as embedded resource ?

  • User Avatar
    0
    admin@SYNTAQ created

    If you mean the FalconDefaultBrandViewComponent.cs It is not. It is odd as it has happened twice in approx 4 weeks and is fine if you restart the server. It dosn;t seem like a file has the wrong properties

  • User Avatar
    0
    ismcagdas created
    Support Team

    Hi,

    I mean the FalconDefaultBrand/Default.cshtml.

    Normally, when you publish the app, those items are embedded into DLL files. So, if the DLL file which contains this cshtml file doesn't change, this error shouldn't happen. Is it possible that some of the deployed DLL files are changed accidentally with a different old version manually ?

  • User Avatar
    0
    admin@SYNTAQ created

    Thanks,

    What settings would you expect for the default.cshtml? Our git repo does not show any change to this file from stock. All of the Default.cshtml files for the themes have the same build settings.

    Also, the issue goes away if we restart the server or wait (random length of time). If the file were not embeded correctly you would expect it to fail 100% of the time.

  • User Avatar
    0
    ismcagdas created
    Support Team

    Hi,

    Sorry, you are right. The "Content" is the correct value for build action. Is it possible for us to access your source code somehow to check this problem ?