how to access dll (created in VB.net) in asp.net page

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • rupali
    New Member
    • Aug 2012
    • 25

    how to access dll (created in VB.net) in asp.net page

    Hello All,

    I have created a usercontrol in vb.net.
    Now I want to access this in asp.net page and show the usercontrol in web page as an embedded control.

    How to access dll in web page?
  • PsychoCoder
    Recognized Expert Contributor
    • Jul 2010
    • 465

    #2
    Is your user control part of the same solution as your web application?

    Comment

    • rupali
      New Member
      • Aug 2012
      • 25

      #3
      No.
      the user control and web application are in different solutions.

      Comment

      • rupali
        New Member
        • Aug 2012
        • 25

        #4
        Is it possible to embed windows dll (user control) in web page?

        Comment

        Working...