PDA

View Full Version : How To Edit My DLL File


rgbarber
04-10-2004, 07:57 AM
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

bruce
04-11-2004, 06:30 AM
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.


[b]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">