Bill Humphrey
Active member
- Joined
- Apr 10, 2008
- Messages
- 35
- Programming Experience
- Beginner
Hi
I have a business and data vb class library and an asp .net pesentation layer. I have imported an ascx page into a folder in my presentation layer and I get the following error message from the imports:
"namespace or type specified in the imports OperationsPerformanceBusiness does not contain any public member or cannot be found. make sure the namespace or the type is defined and contains at least one public member. Make sure the imported element dosent use aliases"
"namespace or type specified in the imports OperationsPerformanceData does not contain any public member or cannot be found. make sure the namespace or the type is defined and contains at least one public member. Make sure the imported element dosent use aliases"
Imports System
Imports System.Web
Imports System.Web.UI
Imports System.Web.UI.WebControls
Imports System.Web.UI.HtmlControls
Imports System.Data
Imports System.Data.SqlClient
Imports System.IO
Imports OperationsPerformanceBusiness
Imports OperationsPerformanceData
I've added the business and data layer as a reference in my presentation layer so Im not sure what is going on as it is these two imports that throw the exception
Imports OperationsPerformanceBusiness
Imports OperationsPerformanceData
I'm quite stuck with this any help would be appreciated.
Regards Bill
I have a business and data vb class library and an asp .net pesentation layer. I have imported an ascx page into a folder in my presentation layer and I get the following error message from the imports:
"namespace or type specified in the imports OperationsPerformanceBusiness does not contain any public member or cannot be found. make sure the namespace or the type is defined and contains at least one public member. Make sure the imported element dosent use aliases"
"namespace or type specified in the imports OperationsPerformanceData does not contain any public member or cannot be found. make sure the namespace or the type is defined and contains at least one public member. Make sure the imported element dosent use aliases"
Imports System
Imports System.Web
Imports System.Web.UI
Imports System.Web.UI.WebControls
Imports System.Web.UI.HtmlControls
Imports System.Data
Imports System.Data.SqlClient
Imports System.IO
Imports OperationsPerformanceBusiness
Imports OperationsPerformanceData
I've added the business and data layer as a reference in my presentation layer so Im not sure what is going on as it is these two imports that throw the exception
Imports OperationsPerformanceBusiness
Imports OperationsPerformanceData
I'm quite stuck with this any help would be appreciated.
Regards Bill