Load Source from Getting Started

Hi,

i'm following getting started but i guess this isn't working, don't found msmdpump.dll 

I need help for load datasource to my web api

 string connectionString = "Data Source=http://bi.syncfusion.com/olap/msmdpump.dll; Initial Catalog=Adventure Works DW 2008 SE;";
        string conStringforDB = "DataSource=" + HttpContext.Current.Server.MapPath(".").Split(new string[]
        {
            "\\api"
        }, StringSplitOptions.None)[0] + "\\database\\ReportsTable.sdf; Persist Security Info=False", reportTableName = "ReportsTable";

1 Reply

SP Sastha Prathap Selvamoorthy Syncfusion Team August 22, 2016 09:41 AM UTC

Hi Felipe, 
 
We are unable to reproduce the reported issue at our end. Meanwhile, we have prepared a sample for your reference. Please find the sample in the following link. 
 
 
NOTE: Please make sure that all the dll’s which are added in the reference assembly are referred from the lib folder properly.  
 
Screen-shot: 
 
 
 
Regards, 
Sastha Prathap S. 


Loader.
Up arrow icon