سؤال

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