473,385 Members | 2,044 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,385 software developers and data experts.

Create class in standard version

Hi all,

I bought a vb.net a week ago and started to practice it. But I found
something to get me shocked that I could not find a place to create my class
library. After checking from the help files, it seems it can't work in
standard version. Am I right? If so, is there upgrade version for visual
basic only, I don't want to upgrade to visual studio edition since i don't
need vc, vj etc.... Please help.

Best Rdgs
Ellis
Nov 21 '05 #1
3 1000
Open the .vbproj file in notepad and make the following changes to the
Settings section:

OutputType = "Library"
StartupObject = ""

Now reload/reopen your project and the next time you compile you will have a
..dll

Original Setting Section
<Settings
ApplicationIcon = ""
AssemblyKeyContainerName = ""
AssemblyName = "YourAppName"
AssemblyOriginatorKeyFile = ""
AssemblyOriginatorKeyMode = "None"
DefaultClientScript = "JScript"
DefaultHTMLPageLayout = "Grid"
DefaultTargetSchema = "IE50"
DelaySign = "false"
OutputType = "WinExe"
OptionCompare = "Binary"
OptionExplicit = "On"
OptionStrict = "Off"
RootNamespace = "YourAppName"
StartupObject = "Form1"


"Ellis Yu" <el******@transfield.com> wrote in message
news:OV****************@TK2MSFTNGP15.phx.gbl... Hi all,

I bought a vb.net a week ago and started to practice it. But I found
something to get me shocked that I could not find a place to create my
class
library. After checking from the help files, it seems it can't work in
standard version. Am I right? If so, is there upgrade version for visual
basic only, I don't want to upgrade to visual studio edition since i don't
need vc, vj etc.... Please help.

Best Rdgs
Ellis

Nov 21 '05 #2
"Ellis Yu" <el******@transfield.com> schrieb:
I bought a vb.net a week ago and started to practice it.
But I found something to get me shocked that I could not
find a place to create my class library.


Creating class libraries with the Standard edition of Visual Basic .NET
<URL:http://dotnet.mvps.org/dotnet/faqs/?id=standardclasslibraries&lang=en>

--
Herfried K. Wagner [MVP]
<URL:http://dotnet.mvps.org/>
Nov 21 '05 #3
It works! It works!!!!!!! Thank you
"Jim M" <Ji**@nospam.com> wrote in message
news:10*************@corp.supernews.com...
Open the .vbproj file in notepad and make the following changes to the
Settings section:

OutputType = "Library"
StartupObject = ""

Now reload/reopen your project and the next time you compile you will have a .dll

Original Setting Section
<Settings
ApplicationIcon = ""
AssemblyKeyContainerName = ""
AssemblyName = "YourAppName"
AssemblyOriginatorKeyFile = ""
AssemblyOriginatorKeyMode = "None"
DefaultClientScript = "JScript"
DefaultHTMLPageLayout = "Grid"
DefaultTargetSchema = "IE50"
DelaySign = "false"
OutputType = "WinExe"
OptionCompare = "Binary"
OptionExplicit = "On"
OptionStrict = "Off"
RootNamespace = "YourAppName"
StartupObject = "Form1"

"Ellis Yu" <el******@transfield.com> wrote in message
news:OV****************@TK2MSFTNGP15.phx.gbl...
Hi all,

I bought a vb.net a week ago and started to practice it. But I found
something to get me shocked that I could not find a place to create my
class
library. After checking from the help files, it seems it can't work in
standard version. Am I right? If so, is there upgrade version for visual
basic only, I don't want to upgrade to visual studio edition since i don't need vc, vj etc.... Please help.

Best Rdgs
Ellis


Nov 21 '05 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

7
by: dog | last post by:
I've seen plenty of articles on this topic but none of them have been able to solve my problem. I am working with an Access 97 database on an NT4.0 machine, which has many Access reports. I...
2
by: Dennis C. Drumm | last post by:
This is a restatement of an earlier post that evidently wasn't clear. I am building a custom MessageBox dialog that has, among other things, a few new button options (yes to all, no to all, etc.)...
3
by: gg | last post by:
My standard version of dotnet 2003 basic does Not have vbc.exe have class library template produce dll when outputtype is changed to classlib for .vbproj it seems that standard version is not...
0
by: Nonee | last post by:
Anyone, anyone? : ) Hello- I have a form with the mediaplayer referenced to play mp3's and avi's and I believe that is what is causing the problem. I am not sure, but I am hoping. ...
37
by: Steven Bethard | last post by:
The PEP below should be mostly self explanatory. I'll try to keep the most updated versions available at: http://ucsu.colorado.edu/~bethard/py/pep_create_statement.txt...
18
by: Steven Bethard | last post by:
I've updated the PEP based on a number of comments on comp.lang.python. The most updated versions are still at: http://ucsu.colorado.edu/~bethard/py/pep_create_statement.txt...
3
by: Miro | last post by:
I am teaching myself vb, and I was wondering if someone can check my code. -It works, but i was wondering if i was on the right track or if I should have done it differently. -Again - thanks in...
13
by: Allen | last post by:
I defines FileLogConstant class as following. class FileLogConstant { public: static const INT32 REGISTER_LOGGER; static const INT32 REGISTER_METHOD; static const INT32 MAX_LOGGER_COUNT;
0
by: bharathreddy | last post by:
Before going to that i want to say few thing on serialization : Serialization is the process of converting an object into a form that can be readily transported. For example, you can serialize an...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.