bibawa
Legacy Member
Ik heb een user control aangemaakt in asp.net , deze control heb ik gemaakt op basis van een bestaande file (wachtwoordvergeten.Aspx) ik heb wat gekopieerd en geplakt, als ik nu de user control toevoeg op mijn project dan krijg ik deze fout:
Parser Error
Description: An error occurred during the parsing of a resource required to service this request. Please review the following specific parse error details and modify your source file appropriately.
Parser Error Message: Could not load type 'KTAWeb.wwvergeten'.
Source Error:
Line 1: <%@ Control Language="vb" AutoEventWireup="false" Codebehind="wwvergeten.ascx.vb" Inherits="KTAWeb.wwvergeten" TargetSchema="http://schemas.microsoft.com/intellisense/ie5" %>
Line 2: <table style="WIDTH: 221px; HEIGHT: 136px" border="0">
Line 3: <tr>
Ik snap eigenlijk niet wat de fout is, misschien kunnen jullie mij helpen dit op te lossen.
Greeeetz...
Steve
Parser Error
Description: An error occurred during the parsing of a resource required to service this request. Please review the following specific parse error details and modify your source file appropriately.
Parser Error Message: Could not load type 'KTAWeb.wwvergeten'.
Source Error:
Line 1: <%@ Control Language="vb" AutoEventWireup="false" Codebehind="wwvergeten.ascx.vb" Inherits="KTAWeb.wwvergeten" TargetSchema="http://schemas.microsoft.com/intellisense/ie5" %>
Line 2: <table style="WIDTH: 221px; HEIGHT: 136px" border="0">
Line 3: <tr>
Ik snap eigenlijk niet wat de fout is, misschien kunnen jullie mij helpen dit op te lossen.
Greeeetz...
Steve
