Wrox Home  
Search P2P Archive for: Go

  Return to Index  

aspx_professional thread: Creating Additional Forms Problem


Message #1 by randybigbie@h... on Tue, 11 Sep 2001 08:00:23
Hi Everyone,

I ran into a problem, thought it was my machine, but I just wiped my 
computer clean (reinstalled the system from scratch).  The only stuff I 
have installed is Windows XP, IIS 5.0, SQL Server 2000 (Personal Editon), 
and Visual Studio.NET Beta 2.

Ok, here's the deal...I started a brand new project, I then browsed the 
WebForm1.aspx page...it ran great.  I then created a WebForm2.aspx page (I 
didn't change a single thing) and when I went to browse it, it blew up.  I 
need to know if I am the only person using Beta2 having this problem.

This drove me nuts,  first I thought it was my code, then I thought the 
installation might be bad, so I built my from scratch.....arrrrrgggggg.  I 
do not know if this is only happening with Windows XP Professional users.  
BTW the Windows XP is not a beta it is the gold version.  If you have any 
info I would greatly appreciate it.  I have detailed additional 
information below:

*************** My Error In The Browser **************
'clickitxpress.WebForm2' is not a valid type.
******************************************************

********* The Code It Complains About (Line 1) *******
Line 1:  <%@ Page Language="vb" AutoEventWireup="false" 
Codebehind="WebForm2.aspx.vb" Inherits="clickitxpress.WebForm2"%>
Line 2:  <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
Line 3:  <html>
******************************************************

Oh, and I already thought that it might be the bad copy of Visual 
Studio.NET Beta 2, but I have the "good" version installed.  I made sure 
of that.  Thanks Everyone.

Randy Bigbie

  Return to Index