Photo of Emily Shilts

0

Error 57 Help

Rock has been throwing an Error message as of today. 

Error 57: Exception has been thrown by the target of an invocation.

This message appears when trying to update addresses to profiles & creating new profiles. We are still able to update timelines & search for profiles.

We have restarted Rock on our hosting website. Any help would be appreciated.

Thanks, Emily

 

  • Jon Edmiston

    Can you look for a related exception in under "Admin Tools > System Settings > Exception List". Looking for more details like a Stack Trace.

  • Photo of Emily Shilts

    0

    Hi Jon - thanks so much for responding. I found a Stack Trace - it's saying the remote name admin.resonateindy.com cannot be resolved. 

    It says its a web exception. Does this have something to do with our hosting site? 

    Screenshot 2017-01-23 at 6.03.59 PM.png

  • Photo of Angela Gant

    0

    I am having this same issue.  Was this ever fixed?


  • Photo of Angela Gant

    0

    After a lot of searching I found the solution. 

    Fixed the error by:    

    1. Going to web.config file.

    2. Locate <runtime> code.

    3. Insert the following code under the line that reads <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
    <dependentAssembly>
    <assemblyIdentity name="Microsoft.SqlServer.Types" publicKeyToken="89845dcd8080cc91" />
    <bindingRedirect oldVersion="1.0.0.0-11.0.0.0" newVersion="10.0.0.0" />
    </dependentAssembly>

    4.  Save and Voila!