Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

ScriptManager ServiceReference not working, invalid character error

Status
Not open for further replies.
Jun 24, 2005
109
GB
Hi all,

I'm embarking on my first ajax web site that uses a service reference, and therefore a web service. I'm using .net 3.5 with c#.

My problem is that I always get an 'Invalid Character' client error in Internet Explorer. I'm literally just trying to register the service reference (see code), but I cant even get past this error.

Code:
<asp:ScriptManager ID="myScriptManager" runat="server">
<Services>
<asp:ServiceReference Path="~/ADService.asmx" />
</Services>
</asp:ScriptManager>

Am I missing something really obvious?!!

Matt
 
Just as a further update, this problem seems specific to ie7, as I've just run it through ie6 and it worked fine.

Matt
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top