Type 'xxx' is not defined, BC30002 error.

Posted by devin M. arnold on Stack Overflow See other posts from Stack Overflow or by devin M. arnold
Published on 2010-04-09T16:01:48Z Indexed on 2010/04/09 16:03 UTC
Read the original article Hit count: 463

Hello,

It is possible to create an instance of a C# class within a aspx.vb codebehind file?

When I try this within the Page_Load event: Dim oFlow As New Flow(HttpContext.Current.Request)

I get the Type 'Flow' is not defined. The Flow class itself is located here: App_Code/CSCode/Cust/Frm/Flow.cs

There's no namespace associated with this class.

Any suggestions would be greatly appreciated.

cheers,

devin

© Stack Overflow or respective owner

Related posts about visual-studio-2008

Related posts about c#