Reputation: 3255
I am fairly new to Windows Programming coming from iOS and just getting my ropes together. So my question is more related to the process of how to setup my foundation, not the coding itself.
I want to use the Systems.IO.Ports library. I created the following structure:
NO in the SerialServiceRepository I want to use System.IO.Ports, but this cannot be found. So a reference seems missing, but the System Reference is set. I get the error, that the namespace name "Ports" doesn't exist in the namespace "System.IO", whereas in the Project "SkyOps" I can access it. I cannot figure out, which reference I am missing, or how to set it up.
Can you give me some advice on this?
Best Sebastian
Upvotes: 2
Views: 57
Reputation: 5884
I post my comment as an answer:
"... maybe one project is .NET and the second is .NET Core? ..."
Upvotes: 3