How can I use class from different solution in other class in other solution?

You can reference the other solution. If the class is on it's own, you could also choose to add it as a linked file. If you are going to re-use that class, I suggest creating a separate assembly containing it. Then you can reference that new assembly in both solutions.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.