1
Answer

The type or name namespace "Tcp" does not exist (.NET Framework)

Miron

Miron

3d
77
1

I have a problem. When using System.Runtime.Remoting.Channels.Tcp I get: "The type or name of the namespace "Tcp" was not found in the namespace "System.Runtime.Remoting.Channels"(link may be missing)".  

For your information, if someone says: "write: using System.Runtime.Remoting;
using System.Runtime.Remoting.Channels;" Wrote, it didn't help.

I am using Visual Studio Community 2022 - 17.13.6, installed loads:
    -Development of classic applications .NET
    -Development using .NET Multi-Platform
    -ASP.NET
Individual components:
-NET Framework (4.6.1 - 4.8)
-SDK packages for NET Framework 4.6.1 - 4.8)
-NET Runtime Environment 8.0
-NET Runtime Environment 9.0
-Development tools .NET Framework 3.5

(Sorry for the bad English)

Answers (1)