Hi,
I have SharePoint 2013 installed in Windows Server 2008 R2.
I am using Performance Point Deployment tool (http://ppscd.codeplex.com/) with .net 4.0 PerformancePoint dlls from Sharepoint 2013 for deploying the sharepoint workspaces programmatically using c#.
When deploying the workspace files,
The import (Microsoft.PerformancePoint.Importer.Import()) statement executes successfully.
But when I try to publish using
(Microsoft.PerformancePoint.Scorecards.DesignerPlugins.Deploy.SharePoint.SharePointDeploy.DeployDashboard()) the following error is raised.
{"Cannot deploy dashboard \"XXXX\" because the SharePoint site is set to previous user experience (v3). Dashboards can only be deployed to sites set to current user experience (v4)."}
The error seems to be unrelated, the user experience version of Sharepoint 2013 site is 15.
Your help is highly appreciated.
[I do not get any errors when deploying using .net 2.0 dlls to Sharepoint 2010 servers.]
\Jans.J