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 MikeeOK on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How do I resolve ASP 0221 Error

Status
Not open for further replies.

MeonR

Programmer
Aug 16, 2002
97
US
Hello All:

I have been trying to add a web reference to a C# Win Client Project With no success. I think the problem maybe .asmx is not been added to IIS so I did that, tried to add the reference again and got this error:
HTTP 500,100 Internal Server Error - ASP Error

Error Type:
Active Server Pages, ASP 0221 (0x80004005)
The Specified 'WebService language= "c#" Codebehind="Service1.asmx.cs"
Class="WebService1.Service1" option is unknown or invalid.
/WebService1/Service1.asmx, Line1

Browser Type:
Mozilla/4.0 Compatible; MSIE 6.0; WIndows NT 5.0; .NET CLR 1.0.3705

Page:
GET /WebService1/Service1.asmx

Thanks in advance!
MeonR
 
One of your directive (probably in the new code) may not be properly terminated.

__________________________________________
Try forum1391 for lively discussions
 
Hello Dimandja

Thanks much for the help!

MeonR
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top