ollyau / EFBConnect

A utility that shares Microsoft Flight Simulator position, attitude, and traffic information with ForeFlight.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

BeatlesBlog.SimConnect' could not be Found

earmand opened this issue · comments

I am trying to build the package and am getting a "The referenced component 'BeatlesBlog.SimConnect' could not be found. Is there something I need to do to include the package from the External Folder? I am launching Visual Studio by clicking on the EFBConnct.sln file.

Thanks for your support!!! This program seems like it is exactly what I am looking for

You'll have to add the External folder to your NuGet package sources (in Tools -> Options -> NuGet Package Manager -> Package Sources), then possibly(?) install the package (Install-Package BeatlesBlog.SimConnect in the package manager console) before you can build the project.

Keep in mind that currently Microsoft Flight Simulator has performance issues with its implementation of the SimConnect server, so your performance may be impacted if you use EFB Connect with Microsoft Flight Simulator 1.7.12.0. A fix is expected in the next week or so according to the official blog.