How to convert .cs file to .com or .dll file in asp.net

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • davidson1
    New Member
    • Feb 2008
    • 144

    How to convert .cs file to .com or .dll file in asp.net

    hai friends ,

    my friend is doing project in Visual studio C# 2008 , he downloaded one .cs file from website , and he included to Visual studio C# 2008 so that tasknotifier(si milar to popup window) will work

    i also want include that .cs in Visula studio.net 2003( ASP.NET) throw View-> Add Refrence , but it showed an Error , only .com or .dll file can be added ,

    anybody know how to convert .cs file to .com or .dll

    or anyother procedure do u know

    pl reply me.....

    Davidson

    1 March 2008
  • kenobewan
    Recognized Expert Specialist
    • Dec 2006
    • 4871

    #2
    Not sure why you have to convert? Add to current folder, include in site and publish (VS2005).

    Comment

    • davidson1
      New Member
      • Feb 2008
      • 144

      #3
      Hai kenobewan,

      let me explain clearly....

      I want to use "Tasknotifi er" control which is not currently available in asp.net ,which is a Custom Control
      The advantage of this control is create popup window which U could have seen in GTALK......

      My friend downloaded one tasknotifier.cs file and added in view->addrefrence
      and for him tasknotificier is working now.....

      In same way i also tried to add .cs file in asp.net in this manner view->addrefrence but it showed me an Error ,only .com and .dll file can be added.....
      i want to change to .com or .dll file and add,

      so that taskmodifier can work for me also
      pl reply me..

      if u know any procedure reply me.............

      Davidson
      1 March 2008

      Comment

      • kenobewan
        Recognized Expert Specialist
        • Dec 2006
        • 4871

        #4
        You need to create a dll and reference that not the cs file:
        how to convert .cs file to .com or .dll file in ASP.NET

        Comment

        Working...