creating dll to use in asp

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • AnuSumesh
    New Member
    • Aug 2007
    • 96

    creating dll to use in asp

    hi

    I need to create dll using c# and i want to use that dll in asp programs.

    Please help me.

    Regards,
    Anu
  • Plater
    Recognized Expert Expert
    • Apr 2007
    • 7872

    #2
    Create a new project of type class library.

    Comment

    • joedeene
      Contributor
      • Jul 2008
      • 579

      #3
      Yes, and then build it and reference it in your asp.net website, have a look at a sort of similar problem.

      joedeene

      Comment

      • AnuSumesh
        New Member
        • Aug 2007
        • 96

        #4
        Hi

        thanks for reply.
        I have created dll using class library of c#.
        I want to use this dll in pure asp programs.
        But when i am rying to register the dll using regsvr32 command,
        its giving me error - "Dll File is loaded. Dllregiryserver entry point not found. This file can not be registered."

        Regards,
        Anu

        Comment

        • Plater
          Recognized Expert Expert
          • Apr 2007
          • 7872

          #5
          Did you set COM visible on the DLL?

          Comment

          • AnuSumesh
            New Member
            • Aug 2007
            • 96

            #6
            thanks.
            I set the com visible to true.
            and register the dll using regasm tool on client machine.

            Regards,
            Anu

            Comment

            Working...