Skip to content

Facing issue on building this project. #1

@shaheen2013

Description

@shaheen2013

The type or namespace name 'SIMCONNECT_DATA_PBH' does not exist in the namespace 'Microsoft.FlightSimulator.SimConnect' (are you missing an assembly reference?)
The type or namespace name 'SIMCONNECT_ICAO' does not exist in the namespace 'Microsoft.FlightSimulator.SimConnect' (are you missing an assembly reference?)
The type or namespace name 'SIMCONNECT_FACILITY_MINIMAL' does not exist in the namespace 'Microsoft.FlightSimulator.SimConnect' (are you missing an assembly reference?)
The type or namespace name 'SIMCONNECT_RECV_FACILITY_MINIMAL_LIST' does not exist in the namespace 'Microsoft.FlightSimulator.SimConnect' (are you missing an assembly reference?)
The type or namespace name 'SIMCONNECT_FACILITY_MINIMAL' does not exist in the namespace 'Microsoft.FlightSimulator.SimConnect' (are you missing an assembly reference?)
'SIMCONNECT_DATA_FACILITY_AIRPORT' does not contain a definition for 'Ident' and no accessible extension method 'Ident' accepting a first argument of type 'SIMCONNECT_DATA_FACILITY_AIRPORT' could be found (are you missing a using directive or an assembly reference?)
'SIMCONNECT_DATA_FACILITY_AIRPORT' does not contain a definition for 'Region' and no accessible extension method 'Region' accepting a first argument of type 'SIMCONNECT_DATA_FACILITY_AIRPORT' could be found (are you missing a using directive or an assembly reference?)
'SIMCONNECT_DATA_FACILITY_WAYPOINT' does not contain a definition for 'Ident' and no accessible extension method 'Ident' accepting a first argument of type 'SIMCONNECT_DATA_FACILITY_WAYPOINT' could be found (are you missing a using directive or an assembly reference?)
'SIMCONNECT_DATA_FACILITY_WAYPOINT' does not contain a definition for 'Region' and no accessible extension method 'Region' accepting a first argument of type 'SIMCONNECT_DATA_FACILITY_WAYPOINT' could be found (are you missing a using directive or an assembly reference?)
'SIMCONNECT_DATA_FACILITY_NDB' does not contain a definition for 'Ident' and no accessible extension method 'Ident' accepting a first argument of type 'SIMCONNECT_DATA_FACILITY_NDB' could be found (are you missing a using directive or an assembly reference?)
'SIMCONNECT_DATA_FACILITY_NDB' does not contain a definition for 'Region' and no accessible extension method 'Region' accepting a first argument of type 'SIMCONNECT_DATA_FACILITY_NDB' could be found (are you missing a using directive or an assembly reference?)
'SIMCONNECT_DATA_FACILITY_VOR' does not contain a definition for 'Ident' and no accessible extension method 'Ident' accepting a first argument of type 'SIMCONNECT_DATA_FACILITY_VOR' could be found (are you missing a using directive or an assembly reference?)
'SIMCONNECT_DATA_FACILITY_VOR' does not contain a definition for 'Region' and no accessible extension method 'Region' accepting a first argument of type 'SIMCONNECT_DATA_FACILITY_VOR' could be found (are you missing a using directive or an assembly reference?)
The type or namespace name 'SIMCONNECT_INPUT_EVENT_DESCRIPTOR' does not exist in the namespace 'Microsoft.FlightSimulator.SimConnect' (are you missing an assembly reference?)
The type or namespace name 'SIMCONNECT_RECV_ENUMERATE_INPUT_EVENTS' does not exist in the namespace 'Microsoft.FlightSimulator.SimConnect' (are you missing an assembly reference?)
The type or namespace name 'SIMCONNECT_INPUT_EVENT_DESCRIPTOR' does not exist in the namespace 'Microsoft.FlightSimulator.SimConnect' (are you missing an assembly reference?)
The type or namespace name 'SIMCONNECT_CONTROLLER_ITEM' does not exist in the namespace 'Microsoft.FlightSimulator.SimConnect' (are you missing an assembly reference?)
The type or namespace name 'SIMCONNECT_RECV_CONTROLLERS_LIST' does not exist in the namespace 'Microsoft.FlightSimulator.SimConnect' (are you missing an assembly reference?)
The type or namespace name 'SIMCONNECT_CONTROLLER_ITEM' does not exist in the namespace 'Microsoft.FlightSimulator.SimConnect' (are you missing an assembly reference?)
The type or namespace name 'SIMCONNECT_JETWAY_DATA' does not exist in the namespace 'Microsoft.FlightSimulator.SimConnect' (are you missing an assembly reference?)
The type or namespace name 'SIMCONNECT_RECV_JETWAY_DATA' does not exist in the namespace 'Microsoft.FlightSimulator.SimConnect' (are you missing an assembly reference?)
The type or namespace name 'SIMCONNECT_JETWAY_DATA' does not exist in the namespace 'Microsoft.FlightSimulator.SimConnect' (are you missing an assembly reference?)
The command "REM copy from Release to Deployment
if Debug == Release copy D:\Projects\AirControl\FSimAdapter20_24\Solution\MSFSAdapter20_24\bin\Debug\MSFSAdapter20_24.dll D:\Projects\AirControl\FSimAdapter20_24\Solution\SimConnectDepl\

REM also copy from Debug build to Deployment for now
if Debug == Debug copy D:\Projects\AirControl\FSimAdapter20_24\Solution\MSFSAdapter20_24\bin\Debug\MSFSAdapter20_24.dll D:\Projects\AirControl\FSimAdapter20_24\Solution\SimConnectDepl\

REM copy from Release to Redist (my FSim Redist)
if Debug == Release copy D:\Projects\AirControl\FSimAdapter20_24\Solution\MSFSAdapter20_24\bin\Debug*.* D:\Projects\AirControl\FSimAdapter20_24\Solution....\Redist
if Debug == Release del D:\Projects\AirControl\FSimAdapter20_24\Solution....\Redist*.tmp

REM also copy from Debug build for now (my FSim Redist)
if Debug == Debug copy D:\Projects\AirControl\FSimAdapter20_24\Solution\MSFSAdapter20_24\bin\Debug*.* D:\Projects\AirControl\FSimAdapter20_24\Solution....\Redist
if Debug == Debug del D:\Projects\AirControl\FSimAdapter20_24\Solution....\Redist*.tmp

" exited with code 1.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions