Results 1 to 13 of 13

Thread: creating a dll ..FINALLY RESOLVED!!

Threaded View

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Dec 2004
    Posts
    134

    creating a dll ..FINALLY RESOLVED!!

    hi i am developing a 3 ntier webform .. i have managed to create one of my class.vb as a dll. now i am trying to create a dll which has the previous dll in it put i keep on getting an error that the file of the previous dll can not be found.

    my imports of my businesslogic class are as follows(this is the class that is giving me errors to create a dll)

    VB Code:
    1. Imports System
    2. Imports Study.DataLayer1 'study is the name of my project and datalayer1 is the namespace of my previous dll
    3. Imports System.Data
    4. Imports System.Data.OleDb
    5. Imports System.Reflection

    in the vs.net command prompt i write as follows- well actually i tried so so many.. me really tired of this... can someone please please help

    VB Code:
    1. vbc /t:library c:\inetpub\wwwroot\study\businessobjects\businesslogic.vb /out:c:\inetpub\wwwroot\study\bin\businesslogic.dll /r:system.dll,system.data.dll,system.xml.dll  c:\inetpub\wwwroot\study\bin\dataobj1.dll

    i get the error DataLayer1 is not defined...
    Last edited by sonvel; Mar 18th, 2005 at 08:20 AM.

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