Partial Class and Web Services in C#
Hi
Have a unique problem while using the VS 2005.
I created a ASP.NET Webservice called ProjectWS.CS implemented a couple of web methods in it and declared the class partial . As a Parallel activity my friend as well created another file called ExtendedProjectWS.cs and used the same partial class and and added a couple of web methods there.
The Web services thus generated only exposes WEb methods part of ProjectsWS.cs file and not ExtendedProjectWS.cs....is there an issue in here .....Please let me know how do i go abt solving this problem.
|