PC Review


Reply
Thread Tools Rate Thread

Create class in standard version

 
 
Ellis Yu
Guest
Posts: n/a
 
      15th Nov 2004
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


 
Reply With Quote
 
 
 
 
Jim M
Guest
Posts: n/a
 
      15th Nov 2004
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" <(E-Mail Removed)> wrote in message
news:OV%(E-Mail Removed)...
> 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
>
>



 
Reply With Quote
 
Herfried K. Wagner [MVP]
Guest
Posts: n/a
 
      15th Nov 2004
"Ellis Yu" <(E-Mail Removed)> 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/>


 
Reply With Quote
 
Ellis Yu
Guest
Posts: n/a
 
      16th Nov 2004
It works! It works!!!!!!! Thank you


"Jim M" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> 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" <(E-Mail Removed)> wrote in message
> news:OV%(E-Mail Removed)...
> > 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
> >
> >

>
>



 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Upgrade from Entreprise 2k3 evaluation version to Standard version Humphrey Windows XP Basics 3 31st Dec 2003 02:16 AM
WinXP Pro: Differences between standard version and academic version? Gilbert Ferreyra Windows XP General 2 30th Sep 2003 03:19 AM
WinXP Pro: Differences between standard version and academic version? Gilbert Ferreyra Windows XP New Users 1 30th Sep 2003 12:14 AM
WinXP Pro: Differences between standard version and academic version? Gilbert Ferreyra Windows XP General 3 27th Sep 2003 04:35 PM
How do I create class libraries in VB.NET Standard? Roger Gordon Microsoft VB .NET 1 23rd Sep 2003 10:51 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 06:36 AM.