Click here to Skip to main content
15,892,059 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
Server error in application
Server Error in '/' Application.
Compilation Error
Description: An error occurred during the compilation of a resource required to service this request. Please review the following specific error details and modify your source code appropriately. 

Compiler Error Message: BC30456: 'CreateResourceBasedLiteralControl' is not a member of 'ASP.regphotocard_aspx'.

Source Error:


What I have tried:

Nothing Been looking for a solution
Posted
Updated 25-Jul-19 23:27pm
Comments
Member 14541583 25-Jul-19 14:54pm    
I was filling my west Africa exam information for registration and my page I was using to do it I soon I press submit document the page tell me error.

Server Error in '/' Application
[no name] 25-Jul-19 21:18pm    
That's a problem on the "school's end".

1 solution

Read the error message, it's pretty explicit: you are trying to use a member (called CreateResourceBasedLiteralControl) that is not a part of the class.

Look at the code in your "regphotocard" file, and find where you are using CreateResourceBasedLiteralControl - it should be pretty obvious.

We can;t fix that for you - we don't have any access to yoru code!
 
Share this answer
 

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