Home All Groups Group Topic Archive Search About

Settings and Configurations in the .vbproj file

Author
7 Jul 2005 1:55 PM
Can
I am trying to create a .dll file using VB.Net Standard using the info from
this website   http://www.devcity.net/Articles/111/1/vbnet_se_dll.aspx

My problem is when I open up the .vbproj file in Notepad I don't get all the
setting attributes.  Instead I get this

<VisualStudioProject>
    <VisualBasic LastOpenVersion = "7.10.3077" >
        <Build>
            <Settings ReferencePath = "C:\Documents and Settings\DONOCB\My
Documents\Visual Studio Projects\CardiacSurgery\CardiacSurgeryData\" >
                <Config
                    Name = "Debug"
                    EnableASPDebugging = "false"
                    EnableASPXDebugging = "false"
                    EnableUnmanagedDebugging = "false"
                    EnableSQLServerDebugging = "false"
                    RemoteDebugEnabled = "false"
                    RemoteDebugMachine = ""
                    StartAction = "Project"
                    StartArguments = ""
                    StartPage = ""
                    StartProgram = ""
                    StartURL = ""
                    StartWorkingDirectory = ""
                    StartWithIE = "false"
                />
                <Config
                    Name = "Release"
                    EnableASPDebugging = "false"
                    EnableASPXDebugging = "false"
                    EnableUnmanagedDebugging = "false"
                    EnableSQLServerDebugging = "false"
                    RemoteDebugEnabled = "false"
                    RemoteDebugMachine = ""
                    StartAction = "Project"
                    StartArguments = ""
                    StartPage = ""
                    StartProgram = ""
                    StartURL = ""
                    StartWorkingDirectory = ""
                    StartWithIE = "false"
                />
            </Settings>
        </Build>
        <OtherProjectSettings
            CopyProjectDestinationFolder = ""
            CopyProjectUncPath = ""
            CopyProjectOption = "0"
            ProjectView = "ProjectFiles"
            ProjectTrust = "0"
        />
    </VisualBasic>
</VisualStudioProject>

What am I doing wrong?

Author
7 Jul 2005 2:06 PM
Bob Butler
"Can" <C**@discussions.microsoft.com> wrote in message news:C4DDF3AF-
9F2E-42FE-9629-930F96F16***@microsoft.com
> I am trying to create a .dll file using VB.Net Standard using the
<cut>
> What am I doing wrong?

Apart from using a language that has no reason to exist...


--
<response type="generic" language="VB.Net">
This newsgroup is for users of Visual Basic version 6.0
and earlier and not the misleadingly named VB.Net
or VB 200x.  Solutions, and often even the questions,
for one platform will be meaningless in the other.
When VB.Net was released Microsoft created new newsgroups
devoted to the new platform so that neither group of
developers need wade through the clutter of unrelated
topics.  Look for newsgroups with the words "dotnet" or
"vsnet" in their name.  For the msnews.microsoft.com news
server try these:

microsoft.public.dotnet.general
microsoft.public.dotnet.languages.vb

</response>
Author
7 Jul 2005 2:45 PM
Can
I had no idea about the differences in the newsgroups.  My apologies.

Show quoteHide quote
"Bob Butler" wrote:

> "Can" <C**@discussions.microsoft.com> wrote in message news:C4DDF3AF-
> 9F2E-42FE-9629-930F96F16***@microsoft.com
> > I am trying to create a .dll file using VB.Net Standard using the
> <cut>
> > What am I doing wrong?
>
> Apart from using a language that has no reason to exist...
>
>
> --
> <response type="generic" language="VB.Net">
> This newsgroup is for users of Visual Basic version 6.0
> and earlier and not the misleadingly named VB.Net
> or VB 200x.  Solutions, and often even the questions,
> for one platform will be meaningless in the other.
> When VB.Net was released Microsoft created new newsgroups
> devoted to the new platform so that neither group of
> developers need wade through the clutter of unrelated
> topics.  Look for newsgroups with the words "dotnet" or
> "vsnet" in their name.  For the msnews.microsoft.com news
> server try these:
>
> microsoft.public.dotnet.general
> microsoft.public.dotnet.languages.vb
>
> </response>
>
>