Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
610
web.config silverlightFaults error
posted

I have a SL project with server side rendering and it includes the report and XAML.

In my web.config file (which I have not changed), there is a blue error line under silverlightFaults in the code below. When I hover over this, it pops up: "The element behavior has invalid child element silverlightFaults"

Should I be concerned? This web.config was created for me as I followed the steps in the user guide example: Creating a Report and Integrating It Into a Silverlight Application'

 

 

 

 

 

 

<

 

 

system.serviceModel>

   <

 

 

behaviors>

      <

 

 

endpointBehaviors>

        <

 

 

behavior name="SilverlightFaultBehavior">

             <

 

 

silverlightFaults />

        </

 

 

behavior>

      </

 

 

endpointBehaviors>