Errors @ Inherits in aspx pages.
Hi,
I have some hard time tring to understand how to make the inherits to work.
I created an empty page TestPrompt.aspx in an Test_Speech_1 project, added an control, setup some properties and tried the page. It come back with error "could not load type:Test_Speech_1.TestPrompt" on this line:
<%@ Page Language="vb" AutoEventWireup="false" Codebehind="TestPrompt.aspx.vb" Inherits="Test_Speech_1.TestPrompt" %>
from what I understood, into the "code behind" code it define a class TestPrompt. Something is missing, or ... It seems that I need to create an namespace "Test_Speech_1.TestPrompt"?
If yes, what is the syntax?
If not, what means Inherits="Test_Speech_1.TestPrompt" from the definition line?
Thank you,
Sorin