|
-
Apr 13th, 2004, 07:46 AM
#1
Thread Starter
Addicted Member
irritating problem (design/html)
in my visual studio 2002 arc.
Code:
<%@ Page Language="vb" Debug="true" inherits="HoofdCodeBehind" src="Hoofd.aspx.vb" codebehind="Hoofd.aspx.vb" %>
this works flawlessly
but when i change my design in design view, go back to HTML-view and save i get the following error:
The base type 'Stock.ProductCodebehind' does not exist in the source file 'Product.aspx.vb'.
Source Error:
Line 1: <%@ Import Namespace="System.Data.Odbc" %>
Line 2: <%@ Page Debug="true" language = "vbscript" inherits="Stock.ProductCodebehind" src="Product.aspx.vb" codebehind="Product.aspx.vb" %>
Line 3: <HTML>
Line 4: <HEAD>
when i delete "stock" (name of my project) in the inherits-property everything is ok again. I'm doing the delete +- 100 times a day now, and i'm gettin a little tired of it...
any tips?
never argue with an idiot, he will bring you down to his level and will beat you through experience
-
Apr 14th, 2004, 06:49 AM
#2
Fanatic Member
-
Apr 19th, 2004, 02:48 AM
#3
Thread Starter
Addicted Member
Code:
Line 2: <%@ Page Debug="true" language = "vbscript" inherits="Stock.ProductCodebehind" src="Product.aspx.vb"
only in this line but in all my inherited pages...
this is the right section, right?
never argue with an idiot, he will bring you down to his level and will beat you through experience
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|