Error while trying to run project: Unable to start program ‘…’. The endpoint was not reachable.

Posted by Marko Apfel on Geeks with Blogs See other posts from Geeks with Blogs or by Marko Apfel
Published on Tue, 20 Mar 2012 08:55:00 GMT Indexed on 2012/03/20 11:30 UTC
Read the original article Hit count: 477

Filed under:

During playing with Entity Framework I got the error:

“Error while trying to run project: Unable to start program ‘'…’.
The endpoint was not reachable.

image

 

By running the project in Visual Studio. Outside VS were no problems.

A similar project runs fine. So I compared both project files. Indeed the first project file contains the line:

<Prefer32bit>false</Prefer32bit>

in some property groups.

After deleting this line everything runs fine.

© Geeks with Blogs or respective owner