I have been creating asp.net application for accessing data from multiple service references, is it possible to access it with same namespace in Reference.cs file
You can place these common classes into a class library which is shared by both the services and the clients. Then, Visual Studio will not generate classes for each service reference, but will instead use the common class library.
© COPYRIGHT 2025 ASPSnippets.com ALL RIGHTS RESERVED.