Results 1 to 4 of 4

Thread: dLL

  1. #1

    Thread Starter
    New Member
    Join Date
    Jul 2004
    Posts
    9

    dLL

    I am relatively new to VB.Net.

    I have class library project with 3 classes and a form. When I build the solution or the project, I am not getting any errors and the build is successful.

    My question is, where should I look for the dll, created by this project. I need to register it and call it from another app to test it.

    Please help.

    Thanks,
    Smitha.

  2. #2
    Fanatic Member brown monkey's Avatar
    Join Date
    Jun 2004
    Location
    Cebu
    Posts
    552
    bin folder of your project.

  3. #3
    Sleep mode
    Join Date
    Aug 2002
    Location
    RUH
    Posts
    8,083
    Originally posted by Smithar
    I need to register it and call it from another app to test it.
    .NET Class lib doesn't need registering .

  4. #4

    Thread Starter
    New Member
    Join Date
    Jul 2004
    Posts
    9
    Thanks to both of you for your response.

    Then could you help me with how will I call it from another software say Visual foxpro, Usually from foxpro, we will use the class defenition in registry to create the object. In this case, what will we do ?.

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