gsimardnet / PowerQueryNet

Run M Language (Power Query Formula Language) from anywhere.
MIT License
189 stars 32 forks source link

Error when call Execute #4

Closed andreyminakov closed 5 years ago

andreyminakov commented 5 years ago

When I launch any project from this repo, even PowerQueryHelloWorld, I get error "No endpoint listening for net.pipe://localhost/PowerQueryNet/".

What may be the problem?

I just downloaded the repo, opened PowerQueryNet.Samples.sln and launched Helloworld.

gsimardnet commented 5 years ago

Hi,

The samples (or any project that references the PowerQueryNet.Client) are calling the PowerQueryNet Service in background. It's a Windows service that must be installed on your machine. To install the service you can either : 1- Download PowerQueryNet.msi from the Release page 2- Or compile the Setup project to regenerate PowerQueryNet.msi

Then you only need to install this msi to have the service installed on your machine. Please note that this msi depends on PowerQuerySdk.vsix 1.0.0.16. This file contains all the binaries of Power Query developped by Microsoft and it must be in the same directory of the msi when you install this service.

Thank you for your interest in this project.