proKrastinate Posted September 18, 2002 Posted September 18, 2002 I wanted to create a class library from vb.net. However, I only have vb.net and not vs.net. Is the ability to create class libraries only available to those who purchase not just vb.net but vs.net? I thought that by purchasing vb.net I would have the ability to create everything and anything that vb.net has to offer and wouldn't be restricted by not having the other programs C#, etc. Quote
*Experts* Bucky Posted September 18, 2002 *Experts* Posted September 18, 2002 I own VS.NET Pro, and when the New Project dialog shows, the second icon in the Visual Basic Projects is to create a Class Library. If it's not there for you, then I guess it is not possible in just VB.NET. Quote "Being grown up isn't half as fun as growing up These are the best days of our lives" -The Ataris, In This Diary
Moderators Robby Posted September 19, 2002 Moderators Posted September 19, 2002 A Class.VB and a Form.VB is exactly the same thing only the Class doesn't Import the Windows.Forms... I can't see why you wouldn't be able to create a Class. Quote Visit...Bassic Software
*Gurus* Derek Stone Posted September 19, 2002 *Gurus* Posted September 19, 2002 I can't see why you wouldn't be able to create a Class. Neither can I, but Microsoft apparently thought we shouldn't be able to. Visual Basic .NET Standard Edition doesn't have a Class Library project type. You'd either need to upgrade to VS.NET Professional, or create a new project type by using the Visual Studio scripting system. Quote Posting Guidelines
proKrastinate Posted September 20, 2002 Author Posted September 20, 2002 (edited) visual studio scripting system? could you explain to me what this is or how i could go about using it to create a new project type? or if anyone wants to buy a basically brand new copy of vb.net for low price? Edited September 21, 2002 by proKrastinate Quote
*Gurus* Derek Stone Posted September 21, 2002 *Gurus* Posted September 21, 2002 http://www.visualbasicforum.com/showthread.php?s=&threadid=41088 Quote Posting Guidelines
proKrastinate Posted September 21, 2002 Author Posted September 21, 2002 (edited) sweet, much thanx :D are there other project types that vb.net doesn't have that vs.net does? I am assuming that these files are free to d/l anywhere so why would ms make u go thru so much trouble? ---- are we supposed to be all the files in the located in the zip into the location C:\Program Files\Microsoft Visual Studio .NET\Vb7\VBProjects or are some of the files go into some other folder? Edited September 21, 2002 by proKrastinate Quote
*Gurus* Derek Stone Posted September 22, 2002 *Gurus* Posted September 22, 2002 Just extract the file to the Vb7 directory. You don't have to worry about which file goes where. Quote Posting Guidelines
proKrastinate Posted September 22, 2002 Author Posted September 22, 2002 im probably doing this wrong but here goes, i put everything in the zip file into my VB7 folder, not C:/.../VB7/... and when starting vb7 there was no extra projects listed in the project menu under any of the 4 folders available. So I put the zip file in the C:/.../VB7/VBProjects folder and then I saw the extra projects but this is what I got: 1 project type of "Class Library" with a windows unidentified object icon (the one thats white and has the windows symbol in the middle) 1 project type of "ClassLibrary" with an icon much like the Windows Application icon but with a world in the icon 1 project type of "UserControl" with an icon like the "ClassLibrary" 1 project type of "Windows Control Library" with an icon like that of "Class Library" When I try to open the first one {"Class Library"} I get an error that says this : "Default.js or Default.vbs not found in C:\Program Files\Microsoft Visual Studio .NET\Vb7\VBWizards\ClassLibrary\Scripts\1033" When I open the second one {"ClassLibrary"} I can see from my Solution Explorer that a project has been created but no form ever appears or no code window presents itself but I stay at the start page. When I open the third {"User Control"} the same thing happens as when I try to open a {"ClassLibrary"} project, nothing but the solution explorer saying there has been a creation of a project. When I open the last {"Windows Control Library"} I get the same error as when I open {"Class Library"}, an error occurs and says almost the same thing "Default.js or Default.vbs not found in C:\Program Files\Microsoft Visual Studio .NET\Vb7\VBWizards\WindowsControlLibrary\Scripts\1033" What am I doing wrong? Quote
*Experts* Volte Posted September 22, 2002 *Experts* Posted September 22, 2002 Open the ZIP file you downloaded, click 'Extract All' or whatever it is in your zip program, and type 'C:\Program Files\Microsoft Visual Studio .NET\Vb7\' into the box. Make sure that it has the option set to extract the entire directory structure, not just the files. Click OK. Now it should work. Quote
proKrastinate Posted September 22, 2002 Author Posted September 22, 2002 worked perfectly, sorry for my ignorance but i didn't know that it would unzip everything to its proper directory. everytime i have ever used winzip it just extracted everything into the directory specified. how do you get it to do that by the way? Thx again and is there a way to change the icons? is it difficult? It doesn't matter really. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.