473,386 Members | 1,734 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,386 software developers and data experts.

Can't add web reference

I've got the simple hello world example web service running on my local
machine.
I can browse it and examine it as usual from IE

When I try to add it as a web reference to a VB.NET project I get the
message:
"The proxy settings on this computer are not configured correctly for web
discovery. Click the Help button for more information."

This all worked just fine a couple of weeks ago on the same machine.
It seems to be a common problem but I can't find a solution, someone must
know how to fix this.

Thanks,
Simon.

Nov 23 '05 #1
8 4658
"SimonA" <no*@non.non> wrote in news:uI**************@TK2MSFTNGP15.phx.gbl:
"The proxy settings on this computer are not configured correctly for web
discovery. Click the Help button for more information."

This all worked just fine a couple of weeks ago on the same machine.
It seems to be a common problem but I can't find a solution, someone must
know how to fix this.


Go into IE and turn off the proxy, or include localhost int eh exclude list.
--
Chad Z. Hower (a.k.a. Kudzu) - http://www.hower.org/Kudzu/
"Programming is an art form that fights back"

Blogs: http://www.hower.org/kudzu/blogs
Nov 23 '05 #2
"SimonA" <no*@non.non> wrote in news:uI**************@TK2MSFTNGP15.phx.gbl:
"The proxy settings on this computer are not configured correctly for web
discovery. Click the Help button for more information."

This all worked just fine a couple of weeks ago on the same machine.
It seems to be a common problem but I can't find a solution, someone must
know how to fix this.


Go into IE and turn off the proxy, or include localhost int eh exclude list.
--
Chad Z. Hower (a.k.a. Kudzu) - http://www.hower.org/Kudzu/
"Programming is an art form that fights back"

Blogs: http://www.hower.org/kudzu/blogs
Nov 23 '05 #3
>> "The proxy settings on this computer are not configured correctly for web
discovery. Click the Help button for more information."


"Chad Z. Hower aka Kudzu" <cp**@hower.org> wrote in message
news:<Xn**************************@127.0.0.1>... Go into IE and turn off the proxy, or include localhost int eh exclude list. Chad Z. Hower (a.k.a. Kudzu)


Thanks Chad but I already have:
Automatically detect settings : ON
Use automatic configuration script : OFF
Use proxy server : OFF

I am on a LAN with an internet-connected router
No proxy server
Visual studio, the Web Service and consumer app are all on the same machine.

Simon.

Nov 23 '05 #4
>> "The proxy settings on this computer are not configured correctly for web
discovery. Click the Help button for more information."


"Chad Z. Hower aka Kudzu" <cp**@hower.org> wrote in message
news:<Xn**************************@127.0.0.1>... Go into IE and turn off the proxy, or include localhost int eh exclude list. Chad Z. Hower (a.k.a. Kudzu)


Thanks Chad but I already have:
Automatically detect settings : ON
Use automatic configuration script : OFF
Use proxy server : OFF

I am on a LAN with an internet-connected router
No proxy server
Visual studio, the Web Service and consumer app are all on the same machine.

Simon.

Nov 23 '05 #5
"SimonA" <no*@non.non> wrote in
news:eB**************@TK2MSFTNGP09.phx.gbl:
Thanks Chad but I already have:
Automatically detect settings : ON


Turn this off.

--
Chad Z. Hower (a.k.a. Kudzu) - http://www.hower.org/Kudzu/
"Programming is an art form that fights back"

Blogs: http://www.hower.org/kudzu/blogs
Nov 23 '05 #6
"SimonA" <no*@non.non> wrote in
news:eB**************@TK2MSFTNGP09.phx.gbl:
Thanks Chad but I already have:
Automatically detect settings : ON


Turn this off.

--
Chad Z. Hower (a.k.a. Kudzu) - http://www.hower.org/Kudzu/
"Programming is an art form that fights back"

Blogs: http://www.hower.org/kudzu/blogs
Nov 23 '05 #7
> "SimonA" <no*@non.non> wrote in
news:eB**************@TK2MSFTNGP09.phx.gbl:
Thanks Chad but I already have:
Automatically detect settings : ON
Turn this off.
Chad Z. Hower (a.k.a. Kudzu) - http://www.hower.org/Kudzu/


Chad,

Didn't work, solution that worked for me:

1. Re-installed VS
2. Caused different error to be seen:
_The type initializer for "System.Net.Dns" threw an exception._
_The type initializer for "System.Net.Sockets.Socket" threw an exception._
3. Installed service pack for framework 1.1
4. Now working.

Thanks for taking the time to help.
Simon.

Nov 23 '05 #8
> "SimonA" <no*@non.non> wrote in
news:eB**************@TK2MSFTNGP09.phx.gbl:
Thanks Chad but I already have:
Automatically detect settings : ON
Turn this off.
Chad Z. Hower (a.k.a. Kudzu) - http://www.hower.org/Kudzu/


Chad,

Didn't work, solution that worked for me:

1. Re-installed VS
2. Caused different error to be seen:
_The type initializer for "System.Net.Dns" threw an exception._
_The type initializer for "System.Net.Sockets.Socket" threw an exception._
3. Installed service pack for framework 1.1
4. Now working.

Thanks for taking the time to help.
Simon.

Nov 23 '05 #9

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

5
by: Jan Pieter Kunst | last post by:
(apologies if this message is a duplicate -- my news server seems to have problems) Greetings, When using PHP 4, this: // ex. 1 class A { function A(&$obj) {
2
by: RU | last post by:
Hi, I am working on a porting project to port C/C++ application from unixware C++, AT&T Standard components to g++ with STL on Linux. This application has been working properly on...
26
by: Dave Hammond | last post by:
In document "A.html" I have defined a function and within the document body have included an IFRAME element who's source is document "B.html". In document "B.html" I am trying to call the function...
13
by: Abe Frohnman | last post by:
Hello all, I'm passing a reference to a class into the constructor of a form, like so: public MyForm(int count, ref Area myArea) {...} How can I use myArea outside the constructor? Should I...
4
by: z_learning_tester | last post by:
I'm reading the MS press C# book and there seems to be a contradiction. Please tell me which one is correct, 1 or 2. Thanks! Jeff 1. First it gives the code below saying that it prints 0 then...
6
by: TZ | last post by:
I have two classes, UIHousehold and WIZEditHousehold (both are winforms). UIHousehold creates and shows the WIZEditHousehold (WIZEditHousehold can't be modal, so UIHousehold doesn't know when...
3
by: Michael Sgier | last post by:
Hi i get thousands of messages like below. How shall i resolve that? Thanks Mcihael Release/src/Utility/RawImage.o: In function `CMaskImage::CMaskImage(int, int, char const*)':...
2
by: jjcp | last post by:
I would like to say thanks in advance for insight anyone can shed on this for me. Long story short from time to time I need to us C++ to take a list of file and make an index out of them in...
14
by: Monty | last post by:
Hello, I have created a solution which has both a web UI and a winform UI, the latter is just for administrators. The Web UI (a Web Application Project) and the winform project both...
22
by: clicwar | last post by:
A simple program with operator overloading and copy constructor: #include <iostream> #include <string> using namespace std; class Vector { private: float x,y; public: Vector(float u, float...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.