Web Service changes dont seem to match the changes made.

davearia

Centurion
Joined
Jan 4, 2005
Messages
184
Hi,

I have a Web Service that until about hour was working out fine, but the changes I am making don't seems to show when I update the web reference in my application that is using it. Let me explain.

I make two changes one will be to rename a public function and the second will be to rename a public enum.

When I rebuild the web service and then go into the application that is using it you can see the function now has the new name. However the enum is still named as it was in the first place. I can delete the enum and it still shows up in the intellisense as if I had not deleted it. I added a structure to the web service class. I could access it fine and then with no warning it suddenly disappeared from the intellisense.

I have tried deleting the web reference and recreating it. I have also published this service to a remote server and the same thing happens on there also. Tried even rebooting as well as closing visual studio.

Does anyone know what is going on?

Cheers, Dave.
 
Last edited:
Back
Top