Results 1 to 6 of 6

Thread: DLL's

  1. #1

    Thread Starter
    Fanatic Member carlblanchard's Avatar
    Join Date
    Sep 2003
    Location
    Bournemouth (UK)
    Posts
    539

    DLL's

    Hey all just advice this time.....

    OK im writing a massive program and weve just decided to start over again because its grown and grown and grown.
    One of the major problems we faced so far was updating bugged bits of code,

    Before we just had our solution and seperated the code into form code and componant class code, (i throught this actully made dll's, but it dosnt)

    We wana code the application to use dll's, however i havnt got a clue to how this can be done. i guess we have to have our main solution then add other dll solutions to it ?

    Can anyone advise how to manage dll creation within a project

    Many Thanks
    I am curretly building a defect management system for software and web developers,
    If you wana try it out (beta test) and keep it for free just send me a message

  2. #2
    Banished Cander's Avatar
    Join Date
    Dec 2000
    Location
    Why do you care?
    Posts
    6,913
    Add a new Class Library project to your solution.
    Stack Overflow
    See the features of Visual Studio 2010 and C# 4.0: The 10-4 show on Channel9

  3. #3

    Thread Starter
    Fanatic Member carlblanchard's Avatar
    Join Date
    Sep 2003
    Location
    Bournemouth (UK)
    Posts
    539

    how

    Sorry to be stupid but Class libary ? i dont see it anywhere ?
    I am curretly building a defect management system for software and web developers,
    If you wana try it out (beta test) and keep it for free just send me a message

  4. #4
    KrisSiegel.com Kasracer's Avatar
    Join Date
    Jul 2003
    Location
    USA, Maryland
    Posts
    4,985

    Re: how

    Originally posted by carlblanchard
    Sorry to be stupid but Class libary ? i dont see it anywhere ?
    File -> New Project

    Click VB.NET and it's listed in there

  5. #5

    Thread Starter
    Fanatic Member carlblanchard's Avatar
    Join Date
    Sep 2003
    Location
    Bournemouth (UK)
    Posts
    539
    ok i added it to my current solution i guess its just the case when the dll is coded to reference it in my main project ? (or is it already referenced because its in the solutions?
    I am curretly building a defect management system for software and web developers,
    If you wana try it out (beta test) and keep it for free just send me a message

  6. #6
    KrisSiegel.com Kasracer's Avatar
    Join Date
    Jul 2003
    Location
    USA, Maryland
    Posts
    4,985
    Originally posted by carlblanchard
    ok i added it to my current solution i guess its just the case when the dll is coded to reference it in my main project ? (or is it already referenced because its in the solutions?
    You have to reference the DLL in that project(s) you want it to be included in

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width