How To Edit My DLL File

Discussion in 'ASP.NET / ASP.NET Core' started by rgbarber, Apr 10, 2004.

Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.
  1. I had a developer with more experience set up my set and now I need to edit the .dll file that is used as the code behind. What program do I need to open or create a .dll file for ASP.NET? I am just now learning ASP.NET and the only thing I have found is Microsoft's VBSCRIPT which is over $800.00.

    I do not want to go back to my developer and pay him more money for something I can do myself. Any suggestions.

    Thanks

    Robert Barber
     
  2. Bruce

    Bruce DiscountASP.NET Staff

    You do not edit the dll files.

    The dll file is created by compiling the source files, eg. C# or VB. You'll need the source code and use some kind of tool (VS.net, VB.net, etc) to compile it.


    quote:Originally posted by rgbarber

    I had a developer with more experience set up my set and now I need to edit the .dll file that is used as the code behind. What program do I need to open or create a .dll file for ASP.NET? I am just now learning ASP.NET and the only thing I have found is Microsoft's VBSCRIPT which is over $800.00.

    I do not want to go back to my developer and pay him more money for something I can do myself. Any suggestions.

    Thanks

    Robert Barber
    </blockquote id="quote"></font id="quote">
     
Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.

Share This Page