problem following n Tier example

D

Doug Bell

Hi,

I have been working through an example on MSDN describing a simple N Tier
strategy.

I have a problem trying to follow the instructions to create the Data Layer.

The Instruction says:
" Creating the Data Tier
The data tier is responsible for connecting to your data source, building a
typed data set, and returning that data set from a method within this
component.

Follow these steps to build a data tier component.

1.. In the Solution Explorer window, right-click the solution named
EmpClient.
2.. On the shortcut menu, click Add, and then click New Project.
3.. Choose the Class Library template. Set the name of this class library
to EmpData.
4.. Delete the class file named Class1.vb from the project.
......................"
With my installation of VB.Net, when I try to add a new project, the only
templates that I get are:
1. Windows Application
2. ASP.NET Web Application
3. ASP.NET Web Service
4. ASP.NET Mobile Web Application
5. Console Application

Should I have an option of Class Library?
If so where can I find a copy of this template to load?
Am I missing other templates?

Thanks

Doug
 
K

Ken Tucker [MVP]

Hi,

You need vs.net pro or higher for a class library project to appear
as an option.

Ken
--------------------------
Hi,

I have been working through an example on MSDN describing a simple N Tier
strategy.

I have a problem trying to follow the instructions to create the Data Layer.

The Instruction says:
" Creating the Data Tier
The data tier is responsible for connecting to your data source, building a
typed data set, and returning that data set from a method within this
component.

Follow these steps to build a data tier component.

1.. In the Solution Explorer window, right-click the solution named
EmpClient.
2.. On the shortcut menu, click Add, and then click New Project.
3.. Choose the Class Library template. Set the name of this class library
to EmpData.
4.. Delete the class file named Class1.vb from the project.
......................"
With my installation of VB.Net, when I try to add a new project, the only
templates that I get are:
1. Windows Application
2. ASP.NET Web Application
3. ASP.NET Web Service
4. ASP.NET Mobile Web Application
5. Console Application

Should I have an option of Class Library?
If so where can I find a copy of this template to load?
Am I missing other templates?

Thanks

Doug
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top