Click here to Skip to main content
15,892,927 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
C#
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 'AndroidMobileAPI.MobileAPI'.
Posted
Comments
Andy Lanng 16-Dec-15 4:18am    
Please post the rest of the error message (stack trace?) as well as the first few lines of the asmx markup. This usually relates to a naming mismatch between the markup file and the code behind. Renaming classes with markup files doesn't always work :S

You may have to hunt for the markup. asmx files like to hide it
xszaboj 16-Dec-15 6:08am    
don't you have typo in your namespace? or try this: http://stackoverflow.com/questions/6760489/parser-error-message-could-not-create-type-xxx
F-ES Sitecore 16-Dec-15 7:02am    
The code for that type can't be loaded. Check that the assembly (dll) that contains the type is in the bin folder of the service.
sekar305 16-Dec-15 7:10am    
that asmx file is there in folder, when i open the project that file only not showing ...
F-ES Sitecore 16-Dec-15 7:13am    
It's the assembly that contains the type listed in the error that is required, the asmx file is just a placeholder file really, it doesn't provide the compiled version of the code.

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