Results 1 to 3 of 3

Thread: irritating problem (design/html)

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Nov 2003
    Location
    Gent
    Posts
    166

    Angry 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

  2. #2
    Fanatic Member pvbangera's Avatar
    Join Date
    Sep 2001
    Location
    Mumbai, India
    Posts
    961
    Does it look like VB code

    Or is it posted in wrong section

  3. #3

    Thread Starter
    Addicted Member
    Join Date
    Nov 2003
    Location
    Gent
    Posts
    166
    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
  •  



Click Here to Expand Forum to Full Width