Unable to connect to tutorial web service

jwkabbesjwkabbes Posts: 2
edited January 13, 2006 1:06PM in ANTS Load
I am attempting to evaluate ANTS Load. I have re-installed ANTS Load a couple of times. My local IIS ASP.NET defaults to .NET 2.0.

I am able to see and invoke the tutorial web service from both my browser and from the VS 2005 IDE. When I attempt to define a web reference in ANTS Load, I get the following when I attempt to add the referenced service.

Service: http://localhost/ANTSLoadTutorialWebSer ... oyees.asmx

Error:

There was a problem adding the web reference:

Unable to compile Web References Expected class, delegate, enum, interface, or struct

Confused in Chicago

Comments

  • Brian DonahueBrian Donahue Posts: 6,590 Bronze 1
    Hello Joe,



    I’d guess that the tutorials only run on Framework 1.1 or perhaps 1.0 as well. We haven’t tested ANTS on 2.0 yet. I suppose that when the tutorial web service was installed, .NET had automatically modified some files for use with the defauls Framework 2.0 version, which are preventing you from going back.



    Can you please try changing this line in the web.config from 2.0 to 1.1? If all else fails, I suppose you could drop the tutorial web service application, recreate the application in IIS and configure it to use 1.1, and then use the add/remove programs control panel to modify the ANTS Load installation, then uninstall the sample web applications, and modify the installation again to reinstall them.
Sign In or Register to comment.