growing pains converting to 2.0

C

Carlos

Hi all,

I just tried to convert an app from a colleague from 1.1 to 2.0. I have
been able to convert
apps in the past, and this is the first time that this occurs. I used the
conversion tool from VS2005,
and apparently it went successfully. However, when I try to browse a page I
do get the following parse error:


Parser Error Message: Could not load type 'MyNamespace.MyClass'.

Source Error:

Line 1: <%@ Page Language="vb" AutoEventWireup="false"
Inherits="MyNamespace.MyClass" ClientTarget="UpLevel"
CodeFile="MyClass.aspx.vb" %>
Line 2: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
Line 3: <HTML>

I do have the MyClass.aspx.vb file that contains the partial class:

Imports System.IO
Imports System.Net


Namespace MyNamespace

Partial Class MyClass
Inherits System.Web.UI.Page

can someone tell me what can be happening?

Thanks,

Carlos.
 
T

Trevor Benedict R

Did you compile the code after conversion .

Regards,

Trevor Benedict R
 

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

Top