Click here to Skip to main content
15,887,285 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
I have created a WCF web service and upload it with my site on smartasp.net hosting but when I try to access and open the the service from web using this link " my site name/AndroidWebService.asmx " I get this error :
Parser Error
Description: An error occurred during the parsing of a resource required to service this request. Please review the following specific parse error details and modify your source file appropriately. 

Parser Error Message: Could not create type 'WebApplication1.AndroidWebService'.

Source Error: 
Line 1:  <%@ WebService Language="vb" CodeBehind="AndroidWebService.asmx.vb" Class="WebApplication1.AndroidWebService" %>
Source File: /AndroidWebService.asmx    Line: 1 

The service work fine in my computer!!

What I have tried:

I tried to work on error but I cant find the line of error on my code!
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900