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?