[Solved] Reference c# class through multiple solutions [closed]


It depends on where the class is located. Ideally you would move your class out into its own project so that you can add the project to the other solution. You could also add an existing item from your MVC solution but this can lead to all kinds of dependency problems and shouldn’t be done.

solved Reference c# class through multiple solutions [closed]