I added a label control to the web form. It appears when I start the page, but when I try to link to it using code, I do not get intellisense, and the code that I write somehow does not work. I checked that the project is running in debug, this debug compilation is installed in the web.config file. In fact, I can debug all pages. However, when I go to this page, debugging is done on it, as if there is no breakpoint. In addition, at the breakpoint, he says: βAt the moment, the breakpoint will not be deleted. The source code is different from the current code,β which has the main problem. I donβt know why this happened when I recompiled the whole project.
I have this at the top of the page:
print("<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="MemberSearch.aspx.cs" Inherits="Portal.EmployerPortal.MemberSearch" Debug="true" %> ");
Any ideas?
source share