Logo 
Search:

Asp.net Forum

Ask Question   UnAnswered
Home » Forum » Asp.net       RSS Feeds

Could not load type 'TQSPM.UserList' ERROR

  Asked By: Koila    Date: Jun 03    Category: Asp.net    Views: 5586
  

I have decided to start using Visual Studio.net to do all of my development instead of Dreamweaver MX. I created a new web project in VS and add existing files to my project that I created in MX. When I run the application I get this error:

Could not load type 'TQSPM.UserList'.

Here is the line it errors out on.


<%@ Page Language="vb" ContentType="text/html" ResponseEncoding="iso-8859-1" CodeBehind="UserList.aspx.vb" AutoEventWireup="false" Inherits="TQSPM.UserList" %>

What am I doing wrong?

Share: 

 

1 Answer Found

 
Answer #1    Answered By: Zachary Larson     Answered On: Jun 03

I dont know exactly what you are doing in the codebehind class. Do you have "public" for the class. Try converting "codebehind=" to "Src=" and see if it might work for the added files.

 
Didn't find what you were looking for? Find more on Could not load type 'TQSPM.UserList' ERROR Or get search suggestion and latest updates.




Tagged: