sesc360
sesc360

Reputation: 3255

Visual Studio Solution References

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:

enter image description here

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.

enter image description here

Can you give me some advice on this?

Best Sebastian

Upvotes: 2

Views: 57

Answers (1)

apocalypse
apocalypse

Reputation: 5884

I post my comment as an answer:

"... maybe one project is .NET and the second is .NET Core? ..."

Upvotes: 3

Related Questions