Trying to make a change in existing product using VS 2019 community. This has always worked until now.
When starting debug a Remote Machine (ARM) running WindowsIOT, I ow get the error "kernelbase.pdb not found.
Output log shows the following
'ITerm-1A.exe' (Win32): Loaded 'U:\Programs\WindowsApps\Microsoft.NET.CoreFramework.Debug.2.2_2.2.27031.1_arm__8wekyb3d8bbwe\System.Collections.Immutable.dll'.
Exception thrown at 0x77206BEF (KernelBase.dll) in ITerm-1A.exe: WinRT originate error - 0x80070002 : 'System.IO.FileNotFoundException: The system cannot find the file specified.
Slave address was not acknowledged.
at Windows.Devices.I2c.I2cDevice.Write(Byte[] buffer)
at ITerm_1A.ABE_Helpers.WriteI2CByte(I2cDevice bus, Byte register, Byte value)
at ITerm_1A.RTCPi.configRTC()
at ITerm_1A.MainForm..ctor(Boolean ResetOcrd)
at ITerm_1A.MainPage.MyWindow_Loaded(Object sender, RoutedEventArgs e)'.
I am stumped!! Please help. Will be greatly appreciated!
Regards Bob Scott