I have a web application to build as .Net Framework 4.0. I want to interact with the Objectpoint Object Model API, but it provides a Framework 4.0 runtime that does not support the Sharepoint.dll error.
Is their any setting such that I can use Sharepoint 2010 with .Net Framework4.0.
Note. I cannot change the goal of building a web application for any other frameworks, as I use some exclusive .net 4.0 features in my application.
source
share