Thanks Brett for your reply -
I was at the “bouncing ball” page when I started last week and here are the steps I took
from that page:
1)I started at step 2 since I already have V studio., I followed the tip on step 2 so I
uninstalled the previous SDK. Then I installed .NET Micro Framework 4.3(QFE1).
- I installed the Microsoft .NET Gadgeteer Core 2.43.900.
In my project, from the place to Add References, I see under Assemblies.
Framework … Targeting .NET Micro Framework 4.3.1.0 and a list of 23 items , all with version 4.3.0.0.
Extensions… Targeting .NET Micro Framework 4.3.1.0 with a list of stuff with different versions. Among those, I see Gadgeteer 2.43.1.0, Gadgeteer.Serial 2.43.1.0,
Gadgeteer.SPI 2.43.1.0, …GHI.Hardware 4.3.6.0, GHI.Premium.Hardware 4.2.11.1,
GHI.Premium.IO4.2.11.1, GHI.Premium.Net 4.2.11.1…GHI.Usb 4.3.6.0, etc…
I think pretty much all of that came up checked already.
But, if we take one error I’m getting during build - as describe below -
Cannot resolve type Gadgeteer.SocketInterfaces.AnalogOutput from assembly
GTM.GHIElectronics.Extender
I can see that I have GTM.GHIElctronicsExtender 4.3.6.0 checked.
I go to the definition of AnalogOutput and see this
public AnalogOutput CreateAnalogOutput(Socket.Pin pin);
Then from my code → GT.SocketInterfaces.AnalogOutput ao; I go to definition and see
this abstract class in the namespace Gadgeteer.SocketInterfaces from Assembly Gadgeteer.dll, v2.43.1.0. I don’t see this assembly in my references but don’t know if I should or not.
I will try to create a new project as you suggest, and I’m trying to follow the documentation but it all seems very complicated and not sure what to do to tell you the truth. I had analog output working before I went to the new SDK.