HI,

I'm attempting to share my Outlook.com Calendar. I send the invite to the relevant email address. Once the email arrives I then click to 'Accept' the invite. This then launches my browser and takes me to log back in to may Outlook.com account. After logging in on a number different devices, I am presented with a full screen Runtime Error containing the following text. Can anyone help me please, its driving me mad.

Rich

Server Error in '/Calendar' Application.
Runtime Error
Description: An application error occurred on the server. The current custom error settings for this application prevent the details of the application error from being viewed remotely (for security reasons). It could, however, be viewed by browsers running on the local server machine. 

Details: To enable the details of this specific error message to be viewable on remote machines, please create a <customErrors> tag within a "web.config" configuration file located in the root directory of the current web application. This <customErrors> tag should then have its "mode" attribute set to "Off".

<!-- Web.Config Configuration File -->
<configuration>
    <system.web>
        <customErrors mode="Off"/>
    </system.web>
</configuration>

Notes: The current error page you are seeing can be replaced by a custom error page by modifying the "defaultRedirect" attribute of the application's <customErrors> configuration tag to point to a custom error page URL.

<!-- Web.Config Configuration File -->
<configuration>
    <system.web>
        <customErrors mode="RemoteOnly" defaultRedirect="mycustompage.htm"/>
    </system.web>
</configuration>

 Original Title: Server Error in '/x/...' error when open excel survey

 

I created my Excel Survey on SkyDrive but when i need to edit on web page, my file did not load and show this error.

 

" Server Error in '/x/16.0.1727.1029'Application. Runtime error."

 

I can open my file on android and I.O.S .

 

I also try to create new excel file on web page , and  got the same error.

 

how can i do?

 

 

 

 

I have excel web app file stored on Skydrive.  I use the 'embed' feature to embed these files into a www page.  All worked with no issues.  In the last 24hrs, when the web pages load to display the embedded content, the iframe displays no excel content, just an error:

 

Server Error in '/x/16.0.1727.1027'Application.  Runtime error.

 

Sometimes the embedded files show OK, other times they come up with the error.

 

This happens from a range of PC (XP and Win7) , IPAD, Iphone4, Iphone 5, Iphone4s, Android devices.......all worked fine 24hrs ago.  I am guessing that this is a server issue at Microsoft  / Skydrive end.  How can I get someone to look into this?

 

 

I tried to share my outlook (hotmail) calendar with my gmail account. The invitation was sent, and when I tried to log in, I get a runtime error page. Runtime Error
Description: An application error occurred on the server. The current custom error settings for this application prevent the details of the application error from being viewed remotely (for security reasons). It could, however, be viewed by browsers running on the local server machine. 

Details: To enable the details of this specific error message to be viewable on remote machines, please create a <customErrors> tag within a "web.config" configuration file located in the root directory of the current web application. This <customErrors> tag should then have its "mode" attribute set to "Off".

<!-- Web.Config Configuration File -->
<configuration>
    <system.web>
        <customErrors mode="Off"/>
    </system.web>
</configuration>

Notes: The current error page you are seeing can be replaced by a custom error page by modifying the "defaultRedirect" attribute of the application's <customErrors> configuration tag to point to a custom error page URL.

<!-- Web.Config Configuration File -->
<configuration>
    <system.web>
        <customErrors mode="RemoteOnly" defaultRedirect="mycustompage.htm"/>
    </system.web>
</configuration>