PassMark Logo
Home » Forum

Announcement

Collapse
No announcement yet.

Error from Microsoft.IdentityModel

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Error from Microsoft.IdentityModel

    Does anybody know why this error occurs arbitrarily on our staging environment when running a search through our front-end?
    ------------------------------------------------------------------------------




    Unable to find assembly 'Microsoft.IdentityModel, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'.

    Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

    Exception Details: System.Runtime.Serialization.SerializationExceptio n: Unable to find assembly 'Microsoft.IdentityModel, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'.

    Source Error:


    Line 44:
    Line 45: <!-- Body Content -->
    Line 46: <asp:ContentPlaceHolder ID="Content" runat="server" />
    Line 47:
    Line 48: <!--footer-->

    Source File: c:\inetpub\wwwroot\caq\App_Master\CAQ.Master Line: 46

    Stack Trace:


    [SerializationException: Unable to find assembly 'Microsoft.IdentityModel, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'.]
    System.Runtime.Remoting.Proxies.RealProxy.HandleRe turnMessage(IMessage reqMsg, IMessage retMsg) +9456095
    System.Runtime.Remoting.Proxies.RealProxy.PrivateI nvoke(MessageData& msgData, Int32 type) +345
    System.AppDomain.get_Id() +0
    <CrtImplementationDetails>.DoCallBackInDefaultDoma in(IntPtr function, Void* cookie) +136
    <CrtImplementationDetails>.LanguageSupport.Initial izeDefaultAppDomain(LanguageSupport* ) +27
    <CrtImplementationDetails>.LanguageSupport._Initia lize(LanguageSupport* ) +399
    <CrtImplementationDetails>.LanguageSupport.Initial ize(LanguageSupport* ) +96

    [ModuleLoadException: The C++ module failed to load while attempting to initialize the default appdomain.
    ]
    <CrtImplementationDetails>.ThrowModuleLoadExceptio n(String errorMessage, Exception innerException) +37
    <CrtImplementationDetails>.LanguageSupport.Initial ize(LanguageSupport* ) +147
    .cctor() +31

    [TypeInitializationException: The type initializer for '<Module>' threw an exception.]
    <CrtImplementationDetails>.ThrowModuleLoadExceptio n(String , Exception ) +0
    <CrtImplementationDetails>.LanguageSupport.Initial ize(LanguageSupport* ) +112
    .cctor() +46

    [TypeInitializationException: The type initializer for '<Module>' threw an exception.]
    ASP.sfpageservice_164836b6_bc69_49b4_92d4_25b105a9 4644_1_caq_aspx.__BuildControl__control13(Control __ctrl) in C:\inetpub\wwwroot\caq\SFPageService\164836B6-BC69-49B4-92D4-25B105A94644_1_CAQ.aspx:24
    System.Web.UI.CompiledTemplateBuilder.InstantiateI n(Control container) +12
    System.Web.UI.MasterPage.InstantiateInContentPlace Holder(Control contentPlaceHolder, ITemplate template) +87
    ASP.app_master_caq_master.__BuildControlContent() in c:\inetpub\wwwroot\caq\App_Master\CAQ.Master:46
    ASP.app_master_caq_master.__BuildControlForm1() in c:\inetpub\wwwroot\caq\App_Master\CAQ.Master:11
    ASP.app_master_caq_master.__BuildControlTree(app_m aster_caq_master __ctrl) in c:\inetpub\wwwroot\caq\App_Master\CAQ.Master:1
    ASP.app_master_caq_master.FrameworkInitialize() in c:\Windows\Microsoft.NET\Framework\v4.0.30319\Temp orary ASP.NET Files\root\755cdb46\1d64ddac\App_Web_rsuhnbwy.0.cs :0
    System.Web.UI.UserControl.InitializeAsUserControlI nternal() +35
    System.Web.UI.MasterPage.CreateMaster(TemplateCont rol owner, HttpContext context, VirtualPath masterPageFile, IDictionary contentTemplateCollection) +8962306
    System.Web.UI.Page.get_Master() +54
    System.Web.UI.Page.ApplyMasterPage() +15
    System.Web.UI.Page.PerformPreInit() +45
    System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +328




    http://caq.interactivestaging.com/search?zoom_query=policy

  • #2
    Not familiar with this error message but it appears to be related to Microsoft Azure?
    http://blogs.msdn.com/b/sriharsha/ar...titymodel.aspx

    Make sure the steps in the above linked thread have been applied.
    --Ray
    Wrensoft Web Software
    Sydney, Australia
    Zoom Search Engine

    Comment


    • #3
      Actually we were running Sitefinity on Win Server 2008 6f bit, but the link you supplied did the trick anyway. Thanks!

      Comment

      Working...
      X