Frage

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

Keine korrekte Lösung

Andere Tipps

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?

Lizenziert unter: CC-BY-SA mit Zuschreibung
Nicht verbunden mit StackOverflow
scroll top