I have deployed a very simple Lightswitch application to SharePoint online (provider hosted) with the middle tier and database components being hosted in Azure.
I have followed this tutorial as my guide ( http://blogs.msdn.com/b/lightswitch/archive/2013/04/02/sharepoint-hosting-options-for-lightswitch.aspx )
I have my ClientID and Client Secret as described in the article.
The publish process seems to work normally but when I launch the application in SharePoint I am getting the following error:
Server Error in '/' Application.
Value cannot be null.
Parameter name: sharePointHostData
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.ArgumentNullException: Value cannot be null.
Parameter name: sharePointHostData
Source Error:
An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below. |
Stack Trace:
|