Help - Custom tool warning

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I am receivng the following error when I add web reference to my windows application
Custom tool warning: DiscoDodeGenerator unable to initialize code generator. No code generated

I believe this is causing other errors in my code because I do not see any reference to my localhost or web service I added in the class view. I see in the solution explorer but not in the class view. I am using VC# in Microsoft Visual .Net 2002 on Windows 2002 platform. Any help will be greatly appreciated

Thanks in advance
 
Kll,

Check the security fo the port the WS is running on.
My problem was solved by moving the WS to port 8080

kll said:
I am receivng the following error when I add web reference to my windows application:
Custom tool warning: DiscoDodeGenerator unable to initialize code generator. No code generated.


I believe this is causing other errors in my code because I do not see any
reference to my localhost or web service I added in the class view. I see
in the solution explorer but not in the class view. I am using VC# in
Microsoft Visual .Net 2002 on Windows 2002 platform. Any help will be
greatly appreciated.
 
Back
Top