A
Alfred B. Thordarson
I have then been using Visual Studio to auto-create web service
references to my .asmx files. But all my Reference.cs files are
referring to the same .asmx file after I add the <wsdlHelpGenerator>
to my web.config file.
I have been using the <wsdlHelpGenerator href="..."/> in my web.config
file to create my own custom test page for my .asmx web services. This
seems to be working well for all the four .asmx files that are in my
web application.
But the problem is that in my Windows Application, where I have been
using Visual Studio to auto-create web service references to these
..asmx files, all of them are now referring to the same .asmx file !?!
What happens is that, for some reason, no matter which of these four
..asmx files I try to create a reference to, a reference is always
created to the same .asmx file !?!
If I remove the <wsdlHelpGenerator> from the web.config then it works
again. And all the references are created to the different .asmx files
but not all to the same one?
I have searched the web but can't find a reason or solution, hope
someone out there has had this problem, and has solved it
Looking forward to hearing from you,
-Alfred
references to my .asmx files. But all my Reference.cs files are
referring to the same .asmx file after I add the <wsdlHelpGenerator>
to my web.config file.
I have been using the <wsdlHelpGenerator href="..."/> in my web.config
file to create my own custom test page for my .asmx web services. This
seems to be working well for all the four .asmx files that are in my
web application.
But the problem is that in my Windows Application, where I have been
using Visual Studio to auto-create web service references to these
..asmx files, all of them are now referring to the same .asmx file !?!
What happens is that, for some reason, no matter which of these four
..asmx files I try to create a reference to, a reference is always
created to the same .asmx file !?!
If I remove the <wsdlHelpGenerator> from the web.config then it works
again. And all the references are created to the different .asmx files
but not all to the same one?
I have searched the web but can't find a reason or solution, hope
someone out there has had this problem, and has solved it
Looking forward to hearing from you,
-Alfred