class help???

G

Guest

Why do I keep getting a parser error on the first line of my code...???

Could not load type 'cpncms_v1.UserLogged'.

Thanks

<%@ Control Language="vb" AutoEventWireup="false"
Codebehind="UserLogged.ascx.vb" ClassName="UserLogged"
Inherits="cpncms_v1.UserLogged"
TargetSchema="http://schemas.microsoft.com/intellisense/ie5" %>
<asp:label id="lblUserID" Visible="False" Font-Size="9pt" Font-Bold="True"
runat="server"></asp:label>
 
E

Eliyahu Goldin

According to declaration Inherits="cpncms_v1.UserLogged" the parser expects
to find a class UserLogged in namespace cpncms_v1 in the code-behind module.
Check if the classname and namespace name match.

Eliyahu
 
S

Steven Spits

Tim::.. said:
Why do I keep getting a parser error on the first line of my code...???
Could not load type 'cpncms_v1.UserLogged'.

You're probably missing the dll in the bin folder...

Steven

- - -
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,780
Messages
2,569,611
Members
45,269
Latest member
vinaykumar_nevatia23

Latest Threads

Top