Help Need with Library Files

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Arvind P Rangan

    Help Need with Library Files

    Hi,

    I have created a class library which i need to use in my ASPX file.

    when i say:
    Dim mylib As TestLib = new TestLib()

    it gives me an error saying type required.

    How do we use a class library ?
    Pls give me some example if you got.

    Thanks
    Arvind P Rangan





  • Arvind P Rangan

    #2
    Re: Help Need with Library Files

    Hi all,
    I got the answer to this.
    As my Class Library is collection of classes i had not mentioned which class i was referring so it was giving me error.

    So when i mentioned:
    dim testlib as testlib.testing = new testlib.testing ()

    its working fine.
    Thanks anyway.
    Arvind.
    "Arvind P Rangan" <arvind99@hotma il.com> wrote in message news:Ob7APmpfDH A.2328@TK2MSFTN GP09.phx.gbl...
    Hi,

    I have created a class library which i need to use in my ASPX file.

    when i say:
    Dim mylib As TestLib = new TestLib()

    it gives me an error saying type required.

    How do we use a class library ?
    Pls give me some example if you got.

    Thanks
    Arvind P Rangan





    Comment

    Working...