Link to home
Start Free TrialLog in
Avatar of gocalla
gocalla

asked on

VB.NET Class Library Template Not Displayed

I am learning VB.NET using Visual Basic Standard Version 2003. The instructions I’m following say:
 
>>Create the Visual Basic .NET BenefitsListVB class library

1. Create a new Microsoft Visual Basic .NET Class Library project, name it BenefitsListVB, and then add it to the 2310LabApplication solution:

 a. On the File menu, click New, and then click Project.

 b. In the Project Types list, click Visual Basic Projects. In the Templates list click Class Library. Set the Name to BenefitsListVB, click Add to Solution, and then click OK.

Verify that you have capitalized the BenefitsListVB project as shown.”<<

When I get to line (b.), there is no “Class Library” in the Templates list.

Does the Standard edition not have a Class Library Template?

What is meant by "Capitalized?"

TIA,
GOCalla
Avatar of Brian Mulder
Brian Mulder
Flag of Netherlands image

Hi gocalla,

What types are available in the Templates list? A Class Library is a dll project an icon with 3 different colored books on the lower left of the icon

Capitalized in this context means that you correctly placed the B L and VB in your project name BenefitsListVB so you can reference it in the next steps

bruintje
SOLUTION
Avatar of ElrondCT
ElrondCT
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
ASKER CERTIFIED SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of gocalla
gocalla

ASKER

I will uninstal Standard, then install my Visual Basic .NET 2003 Professional 60 day Evaluation copy then. Thanks for your answers.

Signing off!