Hi,
My client has the following setup which is sitting at a data centre, their users only access it via the internet.
Server A: SharePoint 2010
Server B: K2 Blackpoint (4.10060.1.1230 - KB001230 installed)
Server C: SQL server 2008 R2
they use the url www.mysite.co.za to access it, and we have setup a sub domain: k2.mysite.co.za that points to the k2 server. when the user wants to see the view flow, it opens up a new window, and goes to the following address:
and the user gets the error "Internet Explorer cannot display the webpage".
I did some testing and found if I change the bit at the end of the URL: Silverlight=true to Silverlight=false. The "old" viewflow loads fine. The next issue is once this loads, and the user clicks on anything that would normally give them more details, they get a SharePoint error.
I have checked the logs for SharePoint and I see this error is attached to the correlation ID that they users are given:
System.IO.FileNotFoundException: Could not load file or assembly 'Microsoft.ReportViewer.WebForms, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. The system cannot find the file specified.
at SourceCode.Workspace.OOBReports.PageCodeBehind.TaskListViewFlowReport.get_ReportViewerID()
at SourceCode.Workspace.OOBReports.PageCodeBehind.TaskListViewFlowReport.OnPreRenderComplete(EventArgs e)
at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
Does anyone have any idea on how to get the Viewflows working? This is my last hurdle before this system can go live!