문제

I am getting the error:

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

On the following code:

<asp:LinkButton ID="LbInsert" ValidationGroup="INSERT" OnClick="LbInsert_Click" runat="server">Insert</asp:LinkButton>

I am unable to find out the reason

올바른 솔루션이 없습니다

다른 팁

Open the solution in Visual Studio and try to build it. If it has compile errors fix them. Also Check the .net version you are running is correct for the project and you are using the correct app pool?

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top