Question

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

No correct solution

OTHER TIPS

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?

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top