Domanda

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

Nessuna soluzione corretta

Altri suggerimenti

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?

Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a StackOverflow
scroll top