This thread looks to be a little on the old side and therefore may no longer be relevant. Please see if there is a newer thread on the subject and ensure you're using the most recent build of any software if your question regards a particular product.
This thread has been locked and is no longer accepting new posts, if you have a question regarding this topic please email us at support@mindscape.co.nz
|
I am attempting to utilize Lightspeed business entities that we have developed in house using sharepoint web parts and wonder if you have any recommendations for Sharepoint use and deployment using Lightspeed? Currently I have the Sharepoint web.config configured with the appropriate connection settings, and have attempting running in both medium and full trust. Any attempt at deploying a web part results in an error when added to the site. Also, since Sharepoint 2010 has the session state disabled by default I assume that the PerRequestUnitOfWorkScope will have issues? Do you have any recommendations for this as well? Any help would be appreciated... Would really hate to have to rework our business entities... |
|
|
By the way this will be hosted internally, and will not be using hosted sharepoint so we will have more control if needed in the configuration... |
|
|
PerRequestUnitOfWork depends only on the HttpContext, not session state, so it should work fine. We've not had any experience using LightSpeed within SharePoint, but if you can give us more info about the error (e.g. exception message and stack trace) then we can try to diagnose what's going on. |
|