 |
| General .NET For general discussion of MICROSOFT .NET topics that don't fall within any of the other .NET forum subcategories or .NET language forums.  If your question is specific to a language (C# or Visual Basic) or type of application (Windows Forms or ASP.Net) try an applicable forum category.
** PLEASE BE SPECIFIC WITH YOUR QUESTION **
When posting here, provide details regarding the Microsoft .NET language you are using and/or what type of application (Windows/Web Forms, etc) you are working in, if applicable to the question. This will help others answer the question without having to ask. |
Welcome to the p2p.wrox.com Forums.
You are currently viewing the General .NET section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
|
|
|
|

November 26th, 2004, 12:32 PM
|
|
Authorized User
|
|
Join Date: Jun 2003
Posts: 41
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
stupid question
I am sure there is no way to do this but I thought I will ask. I have .Net Standard for VB and the only way I have found that I can create a class project (dll) is to create it in VB6 and then upgrade. Is there any way to add project templates to the standard version?
|
|

November 26th, 2004, 02:54 PM
|
 |
Wrox Author
|
|
Join Date: Jun 2003
Posts: 17,089
Thanks: 80
Thanked 1,576 Times in 1,552 Posts
|
|
Isn't the Class Library project available in the New Project dialog in VB.NET standard?
Imar
|
|

December 1st, 2004, 01:52 PM
|
|
Authorized User
|
|
Join Date: Jun 2003
Posts: 41
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
No sir it is not. Web forms, window forms, console programs and a few others, class library is NOT an option. That is why I was asking, it gets a little tiresome to keep doing a VB-6 DLL (even just to create it) then run the upgrade wizard in order to start a .net Class project. At this point the cost for me to upgrade from standard to enterprise is out of my reach.
|
|

December 1st, 2004, 04:59 PM
|
 |
Wrox Author
|
|
Join Date: Jun 2003
Posts: 17,089
Thanks: 80
Thanked 1,576 Times in 1,552 Posts
|
|
Right, I didn't know that. I have the EA edition through my MSDN subscription, so I didn't know what project types are available in what version.
I am afraid upgrading the projects by hand, or upgrading VS.NET are indeed your only options....
Cheers,
Imar
---------------------------------------
Imar Spaanjaars
Everyone is unique, except for me.
|
|

December 6th, 2004, 08:36 PM
|
|
Authorized User
|
|
Join Date: Jun 2003
Posts: 41
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Thanks, I just wanted to make sure there was not another way to do it.
|
|

December 7th, 2004, 06:57 AM
|
|
Authorized User
|
|
Join Date: Jul 2004
Posts: 68
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Am using .NET 1.1 version
and Microsoft Visual Studio .NET 2003 tool.
am opening using this visual studio .NET 2003 only.
Like this... Here,
File-->
New-->
Project-->
<Project Types> Visual Basic Projects
<Templates> Class Library
|
|

December 7th, 2004, 09:33 AM
|
|
Friend of Wrox
|
|
Join Date: Jun 2003
Posts: 540
Thanks: 0
Thanked 4 Times in 4 Posts
|
|
Quote:
quote:Originally posted by aravwind
Am using .NET 1.1 version
and Microsoft Visual Studio .NET 2003 tool.
am opening using this visual studio .NET 2003 only.
Like this... Here,
File-->
New-->
Project-->
<Project Types> Visual Basic Projects
<Templates> Class Library
|
You have a different version than Warbird. He doesn't have those options in the Standard version of Visual Studio.
J
|
|
 |