Click here to Skip to main content
15,892,674 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
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: Ambiguous match found.

Source Error:


Line 1: @ page language="C#" masterpagefile=~/MainMaster.master" autoeventwireup="true" inherits="User_Booking_Detail, App_Web_puvrpyub" title="Untitled Page" %>
Line 2:
Line 3: asp:Content ID=Content1 ContentPlaceHolderID= ContentPlaceHolder1 Runat= Server

Source File: /User-Booking-Detail.aspx Line: 1
Posted

 
Share this answer
 
There is possibility of Ambiguous class name User_Booking_Detail (when you have tried to copied a page and create a new page).
Change Class name of both the pages and then publish it and upload


Thanks
 
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