Hi Experts,
I’m trying to build and debug baseline FSM 6 U 12 Windows Mobile app with visual studio and I’m getting following 3 errors,
Severity Code Description Project File Line Suppression State Suppression State
Error A numeric comparison was attempted on "$(TargetPlatformMinVersion)" that evaluates to "" instead of a number, in condition "'$(TargetPlatformMinVersion)' >= '10.0.17200.0'". IFS.FSMW.SQLitePCL.Ext.Universal
Severity Code Description Project File Line Suppression State Suppression State
Error The system cannot find the file specified. IFS.FSMW.Mobile C:\Users\huhalk\OneDrive - IFS\Desktop\MobileWindowsSDK\SDK\IFS.FSMW\IFS.FSMW.Mobile\error PRI175
Severity Code Description Project File Line Suppression State Suppression State
Error 0xdef00071 - File C:\Users\huhalk\OneDrive - IFS\Desktop\MobileWindowsSDK\SDK\IFS.FSMW\IFS.FSMW.SQLitePCL.Ext.Universal\bin\Debug\SQLitePCL.Ext.pri not found. IFS.FSMW.Mobile C:\Users\huhalk\OneDrive - IFS\Desktop\MobileWindowsSDK\SDK\IFS.FSMW\IFS.FSMW.Mobile\GENERATEPROJECTPRIFILE
My questions are
- What is this TargetPlatformMinVersion error ? What should I do to fix it ?
- What is this file SQLitePCL.Ext.pri ? I checked the path that is recorded in the error, but it doesn’t contain such file
What should I do to fix this ?
Quick reply on this would be much appreciated since I need to debug the application as soon as possible for an urgent case.
P.S. I’m using Visual Studio 2019
Thanks in Advance !!!
Hushan Hasarel