Loading assembly from the bin

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • JMM B

    Loading assembly from the bin

    Microsoft MOC 2063 says that i can put an assembly in the bin directory
    of an AspNet application and instantiate the classes using
    Namespace.Class . This works with Framework 1.0, but i didn't manage to
    make it work with Framework 1.1.
    Anybody knows anything about it?
    thanks a lot.

    *** Sent via Developersdex http://www.developersdex.com ***
    Don't just participate in USENET...get rewarded for it!
  • Rich Denis

    #2
    Re: Loading assembly from the bin

    Can you please post some code on how you are doing this. It should work in 1.1 as well.

    Hello JMM,
    [color=blue]
    > Microsoft MOC 2063 says that i can put an assembly in the bin
    > directory
    > of an AspNet application and instantiate the classes using
    > Namespace.Class . This works with Framework 1.0, but i didn't manage to
    > make it work with Framework 1.1.
    > Anybody knows anything about it?
    > thanks a lot.
    > *** Sent via Developersdex http://www.developersdex.com *** Don't just
    > participate in USENET...get rewarded for it!
    >[/color]

    Comment

    Working...