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?