Adding web reference is not generating the expected reference.cs file. Absent functions.
Posted
by user48408
on Stack Overflow
See other posts from Stack Overflow
or by user48408
Published on 2010-04-06T16:20:54Z
Indexed on
2010/04/06
16:23 UTC
Read the original article
Hit count: 230
I'm working with an old windows app in visual studio 2005. A webserviced referenced in the original app has 2 functions and when i peak inside the auto-generated reference.cs file I notice a couple of other functions to allow async calls have been geenrated i.e. BeginWhateverFunctionNameIsCalled and EndWhateverFunctionNameIsCalled.
My problem is that I've created a new windows app and added the same web references but the Begin and End functions are not generated in my reference.cs proxy class. Anyone know whats going on?
© Stack Overflow or respective owner