referencing assembly from aspx page

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Jeremy Chapman

    referencing assembly from aspx page

    Earlier, I created an assembly that wrapped the SQLDMO.dll Com object. The
    assembly is now called Interop.SQLDMO. dll

    Now, from a seperate .aspxpage I'm trying to reference that assembly. I
    thought that <@ import Namespace="Inte rop.SQLDMO" %> would work but it
    doesn't. does anyone know how?


  • Saravana

    #2
    Re: referencing assembly from aspx page

    You have to Links you assembly to the current page during compilation. Check
    out for Assembly page directive,For more details refer this msdn help link,
    ms-help://MS.VSCC.2003/MS.MSDNQTR.2003 APR.1033/cpgenref/html/cpconassembly.h
    tm

    --
    Saravana
    Microsoft India Community Star,MC**




    "Jeremy Chapman" <Nospam@please. com> wrote in message
    news:Ot1cM75VDH A.2008@TK2MSFTN GP11.phx.gbl...[color=blue]
    > Earlier, I created an assembly that wrapped the SQLDMO.dll Com object.[/color]
    The[color=blue]
    > assembly is now called Interop.SQLDMO. dll
    >
    > Now, from a seperate .aspxpage I'm trying to reference that assembly. I
    > thought that <@ import Namespace="Inte rop.SQLDMO" %> would work but it
    > doesn't. does anyone know how?
    >
    >[/color]


    Comment

    Working...